svn commit: r235092 - stable/9/sys/geom/raid
Alexander Motin
mav at FreeBSD.org
Sun May 6 15:55:02 UTC 2012
Author: mav
Date: Sun May 6 15:55:01 2012
New Revision: 235092
URL: http://svn.freebsd.org/changeset/base/235092
Log:
MFC r234601:
Add sos@ copyrights to RAID metadata modules, respecting his efforts in
decoding metadata formats in ataraid(4) code.
Modified:
stable/9/sys/geom/raid/md_intel.c
stable/9/sys/geom/raid/md_jmicron.c
stable/9/sys/geom/raid/md_nvidia.c
stable/9/sys/geom/raid/md_promise.c
stable/9/sys/geom/raid/md_sii.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/geom/raid/md_intel.c
==============================================================================
--- stable/9/sys/geom/raid/md_intel.c Sun May 6 14:50:54 2012 (r235091)
+++ stable/9/sys/geom/raid/md_intel.c Sun May 6 15:55:01 2012 (r235092)
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2010 Alexander Motin <mav at FreeBSD.org>
+ * Copyright (c) 2000 - 2008 Søren Schmidt <sos at FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/geom/raid/md_jmicron.c
==============================================================================
--- stable/9/sys/geom/raid/md_jmicron.c Sun May 6 14:50:54 2012 (r235091)
+++ stable/9/sys/geom/raid/md_jmicron.c Sun May 6 15:55:01 2012 (r235092)
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2010 Alexander Motin <mav at FreeBSD.org>
+ * Copyright (c) 2000 - 2008 Søren Schmidt <sos at FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/geom/raid/md_nvidia.c
==============================================================================
--- stable/9/sys/geom/raid/md_nvidia.c Sun May 6 14:50:54 2012 (r235091)
+++ stable/9/sys/geom/raid/md_nvidia.c Sun May 6 15:55:01 2012 (r235092)
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2011 Alexander Motin <mav at FreeBSD.org>
+ * Copyright (c) 2000 - 2008 Søren Schmidt <sos at FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/geom/raid/md_promise.c
==============================================================================
--- stable/9/sys/geom/raid/md_promise.c Sun May 6 14:50:54 2012 (r235091)
+++ stable/9/sys/geom/raid/md_promise.c Sun May 6 15:55:01 2012 (r235092)
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2011 Alexander Motin <mav at FreeBSD.org>
+ * Copyright (c) 2000 - 2008 Søren Schmidt <sos at FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: stable/9/sys/geom/raid/md_sii.c
==============================================================================
--- stable/9/sys/geom/raid/md_sii.c Sun May 6 14:50:54 2012 (r235091)
+++ stable/9/sys/geom/raid/md_sii.c Sun May 6 15:55:01 2012 (r235092)
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2011 Alexander Motin <mav at FreeBSD.org>
+ * Copyright (c) 2000 - 2008 Søren Schmidt <sos at FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
More information about the svn-src-stable-9
mailing list