Author: jhb
Date: Tue Feb 18 20:27:17 2014
New Revision: 262192
URL: http://svnweb.freebsd.org/changeset/base/262192

Log:
  MFC 261517,261520:
  Convert the license on files where I am the sole copyright holder to
  2 clause BSD licenses.

Modified:
  stable/9/sbin/hastd/refcnt.h
  stable/9/sys/amd64/include/apicvar.h
  stable/9/sys/boot/i386/cdboot/cdboot.S
  stable/9/sys/boot/i386/pxeldr/pxeldr.S
  stable/9/sys/dev/pci/vga_pci.c
  stable/9/sys/i386/include/apicvar.h
  stable/9/sys/kern/kern_ktr.c
  stable/9/sys/kern/kern_rwlock.c
  stable/9/sys/kern/subr_lock.c
  stable/9/sys/kern/subr_sleepqueue.c
  stable/9/sys/kern/subr_smp.c
  stable/9/sys/sys/_rwlock.h
  stable/9/sys/sys/refcount.h
  stable/9/sys/sys/rwlock.h
  stable/9/sys/sys/sleepqueue.h
  stable/9/sys/sys/turnstile.h
  stable/9/sys/x86/acpica/madt.c
  stable/9/sys/x86/isa/atpic.c
  stable/9/sys/x86/isa/elcr.c
  stable/9/sys/x86/x86/intr_machdep.c
  stable/9/sys/x86/x86/io_apic.c
  stable/9/sys/x86/x86/mptable_pci.c
Directory Properties:
  stable/9/sbin/hastd/   (props changed)
  stable/9/sys/   (props changed)
  stable/9/sys/boot/   (props changed)
  stable/9/sys/dev/   (props changed)
  stable/9/sys/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sbin/hastd/refcnt.h
  stable/10/sys/amd64/include/apicvar.h
  stable/10/sys/boot/i386/cdboot/cdboot.S
  stable/10/sys/boot/i386/pxeldr/pxeldr.S
  stable/10/sys/dev/pci/vga_pci.c
  stable/10/sys/i386/include/apicvar.h
  stable/10/sys/kern/kern_ktr.c
  stable/10/sys/kern/kern_rwlock.c
  stable/10/sys/kern/subr_lock.c
  stable/10/sys/kern/subr_sleepqueue.c
  stable/10/sys/kern/subr_smp.c
  stable/10/sys/sys/_rwlock.h
  stable/10/sys/sys/refcount.h
  stable/10/sys/sys/rwlock.h
  stable/10/sys/sys/sleepqueue.h
  stable/10/sys/sys/turnstile.h
  stable/10/sys/x86/acpica/madt.c
  stable/10/sys/x86/isa/atpic.c
  stable/10/sys/x86/isa/elcr.c
  stable/10/sys/x86/x86/intr_machdep.c
  stable/10/sys/x86/x86/io_apic.c
  stable/10/sys/x86/x86/mptable_pci.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/9/sbin/hastd/refcnt.h
==============================================================================
--- stable/9/sbin/hastd/refcnt.h        Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sbin/hastd/refcnt.h        Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/amd64/include/apicvar.h
==============================================================================
--- stable/9/sys/amd64/include/apicvar.h        Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/amd64/include/apicvar.h        Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/boot/i386/cdboot/cdboot.S
==============================================================================
--- stable/9/sys/boot/i386/cdboot/cdboot.S      Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/boot/i386/cdboot/cdboot.S      Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
 # 2. Redistributions in binary form must reproduce the above copyright
 #    notice, this list of conditions and the following disclaimer in the
 #    documentation and/or other materials provided with the distribution.
-# 3. Neither the name of the author nor the names of any co-contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/boot/i386/pxeldr/pxeldr.S
==============================================================================
--- stable/9/sys/boot/i386/pxeldr/pxeldr.S      Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/boot/i386/pxeldr/pxeldr.S      Tue Feb 18 20:27:17 2014        
(r262192)
@@ -2,15 +2,26 @@
  * Copyright (c) 2000 John Baldwin
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are freely
- * permitted provided that the above copyright notice and this
- * paragraph and the following disclaimer are duplicated in all
- * such forms.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
  *
- * This software is provided "AS IS" and without any express or
- * implied warranties, including, without limitation, the implied
- * warranties of merchantability and fitness for a particular
- * purpose.
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
  *
  * $FreeBSD$
  */

Modified: stable/9/sys/dev/pci/vga_pci.c
==============================================================================
--- stable/9/sys/dev/pci/vga_pci.c      Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/dev/pci/vga_pci.c      Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/i386/include/apicvar.h
==============================================================================
--- stable/9/sys/i386/include/apicvar.h Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/i386/include/apicvar.h Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/kern/kern_ktr.c
==============================================================================
--- stable/9/sys/kern/kern_ktr.c        Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/kern/kern_ktr.c        Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/kern/kern_rwlock.c
==============================================================================
--- stable/9/sys/kern/kern_rwlock.c     Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/kern/kern_rwlock.c     Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/kern/subr_lock.c
==============================================================================
--- stable/9/sys/kern/subr_lock.c       Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/kern/subr_lock.c       Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/kern/subr_sleepqueue.c
==============================================================================
--- stable/9/sys/kern/subr_sleepqueue.c Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/kern/subr_sleepqueue.c Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/kern/subr_smp.c
==============================================================================
--- stable/9/sys/kern/subr_smp.c        Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/kern/subr_smp.c        Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/sys/_rwlock.h
==============================================================================
--- stable/9/sys/sys/_rwlock.h  Tue Feb 18 20:25:02 2014        (r262191)
+++ stable/9/sys/sys/_rwlock.h  Tue Feb 18 20:27:17 2014        (r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/sys/refcount.h
==============================================================================
--- stable/9/sys/sys/refcount.h Tue Feb 18 20:25:02 2014        (r262191)
+++ stable/9/sys/sys/refcount.h Tue Feb 18 20:27:17 2014        (r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/sys/rwlock.h
==============================================================================
--- stable/9/sys/sys/rwlock.h   Tue Feb 18 20:25:02 2014        (r262191)
+++ stable/9/sys/sys/rwlock.h   Tue Feb 18 20:27:17 2014        (r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/sys/sleepqueue.h
==============================================================================
--- stable/9/sys/sys/sleepqueue.h       Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/sys/sleepqueue.h       Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/sys/turnstile.h
==============================================================================
--- stable/9/sys/sys/turnstile.h        Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/sys/turnstile.h        Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/x86/acpica/madt.c
==============================================================================
--- stable/9/sys/x86/acpica/madt.c      Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/x86/acpica/madt.c      Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/x86/isa/atpic.c
==============================================================================
--- stable/9/sys/x86/isa/atpic.c        Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/x86/isa/atpic.c        Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/x86/isa/elcr.c
==============================================================================
--- stable/9/sys/x86/isa/elcr.c Tue Feb 18 20:25:02 2014        (r262191)
+++ stable/9/sys/x86/isa/elcr.c Tue Feb 18 20:27:17 2014        (r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/x86/x86/intr_machdep.c
==============================================================================
--- stable/9/sys/x86/x86/intr_machdep.c Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/x86/x86/intr_machdep.c Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/x86/x86/io_apic.c
==============================================================================
--- stable/9/sys/x86/x86/io_apic.c      Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/x86/x86/io_apic.c      Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

Modified: stable/9/sys/x86/x86/mptable_pci.c
==============================================================================
--- stable/9/sys/x86/x86/mptable_pci.c  Tue Feb 18 20:25:02 2014        
(r262191)
+++ stable/9/sys/x86/x86/mptable_pci.c  Tue Feb 18 20:27:17 2014        
(r262192)
@@ -10,9 +10,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the author nor the names of any co-contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to