summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-02-24 17:15:29 +0000
committered <ed@FreeBSD.org>2009-02-24 17:15:29 +0000
commit7db4b282f9cc37cecc6619d85cc886e3b1f9a00b (patch)
tree9891b31457bab87d936d4452f3d54923ec3c4b97
parentfdc352cfaf35fe110f2640e8dd1744308a8a0849 (diff)
downloadFreeBSD-src-7db4b282f9cc37cecc6619d85cc886e3b1f9a00b.zip
FreeBSD-src-7db4b282f9cc37cecc6619d85cc886e3b1f9a00b.tar.gz
Also use proper capitalisation of FreeBSD in other source files.
Approved by: thompsa
-rw-r--r--sys/dev/usb/bluetooth/ng_ubt.c2
-rw-r--r--sys/dev/usb/controller/at91dci.h2
-rw-r--r--sys/dev/usb/controller/uss820dci.c2
-rw-r--r--sys/dev/usb/controller/uss820dci.h2
-rw-r--r--sys/dev/usb/controller/uss820dci_atmelarm.c2
-rw-r--r--sys/dev/usb/net/if_aue.c4
-rw-r--r--sys/dev/usb/serial/ubser.c2
-rw-r--r--sys/dev/usb/serial/ufoma.c2
-rw-r--r--sys/dev/usb/serial/umct.c2
-rw-r--r--sys/dev/usb/serial/umodem.c2
-rw-r--r--sys/dev/usb/storage/umass.c4
-rw-r--r--sys/dev/usb/template/usb_template.h2
-rw-r--r--sys/dev/usb/template/usb_template_cdce.c2
-rw-r--r--sys/dev/usb/template/usb_template_msc.c2
-rw-r--r--sys/dev/usb/template/usb_template_mtp.c2
-rw-r--r--sys/dev/usb/wlan/if_rum.c2
-rw-r--r--sys/dev/usb/wlan/if_ural.c2
17 files changed, 19 insertions, 19 deletions
diff --git a/sys/dev/usb/bluetooth/ng_ubt.c b/sys/dev/usb/bluetooth/ng_ubt.c
index 07ac2194..19f4cf0 100644
--- a/sys/dev/usb/bluetooth/ng_ubt.c
+++ b/sys/dev/usb/bluetooth/ng_ubt.c
@@ -87,7 +87,7 @@
* Access to the outgoing queues, task flags and hook pointer is
* controlled by the sc_ng_mtx lock. It is an unavoidable evil. Again,
* sc_ng_mtx should really be a spin lock (and it is very likely to an
- * equivalent of spin lock due to adaptive nature of freebsd mutexes).
+ * equivalent of spin lock due to adaptive nature of FreeBSD mutexes).
* All USB callbacks accept softc pointer as a private data. USB ensures
* that this pointer is valid.
*/
diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h
index d386307..6464ad7 100644
--- a/sys/dev/usb/controller/at91dci.h
+++ b/sys/dev/usb/controller/at91dci.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/*-
* Copyright (c) 2006 ATMEL
- * Copyright (c) 2007 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c
index f86c9f8..5fc8e98 100644
--- a/sys/dev/usb/controller/uss820dci.c
+++ b/sys/dev/usb/controller/uss820dci.c
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/controller/uss820dci.h b/sys/dev/usb/controller/uss820dci.h
index f99e2d5..fcddb4a 100644
--- a/sys/dev/usb/controller/uss820dci.h
+++ b/sys/dev/usb/controller/uss820dci.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/*-
- * Copyright (c) 2007 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/controller/uss820dci_atmelarm.c b/sys/dev/usb/controller/uss820dci_atmelarm.c
index ddbffd7..5691d4b 100644
--- a/sys/dev/usb/controller/uss820dci_atmelarm.c
+++ b/sys/dev/usb/controller/uss820dci_atmelarm.c
@@ -2,7 +2,7 @@
__FBSDID("$FreeBSD$");
/*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/net/if_aue.c b/sys/dev/usb/net/if_aue.c
index 026fa7c..d86a67a 100644
--- a/sys/dev/usb/net/if_aue.c
+++ b/sys/dev/usb/net/if_aue.c
@@ -3,7 +3,7 @@
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
* Copyright (c) 2006
- * Alfred Perlstein <alfred@freebsd.org>. All rights reserved.
+ * Alfred Perlstein <alfred@FreeBSD.org>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$");
* Electrical Engineering Department
* Columbia University, New York City
*
- * SMP locking by Alfred Perlstein <alfred@freebsd.org>.
+ * SMP locking by Alfred Perlstein <alfred@FreeBSD.org>.
* RED Inc.
*/
diff --git a/sys/dev/usb/serial/ubser.c b/sys/dev/usb/serial/ubser.c
index 1de4f82..f735a12 100644
--- a/sys/dev/usb/serial/ubser.c
+++ b/sys/dev/usb/serial/ubser.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2004 Bernd Walter <ticso@freebsd.org>
+ * Copyright (c) 2004 Bernd Walter <ticso@FreeBSD.org>
*
* $URL: https://devel.bwct.de/svn/projects/ubser/ubser.c $
* $Date: 2004-02-29 01:53:10 +0100 (Sun, 29 Feb 2004) $
diff --git a/sys/dev/usb/serial/ufoma.c b/sys/dev/usb/serial/ufoma.c
index 1077676..d1234b2 100644
--- a/sys/dev/usb/serial/ufoma.c
+++ b/sys/dev/usb/serial/ufoma.c
@@ -5,7 +5,7 @@ __FBSDID("$FreeBSD$");
#define UFOMA_HANDSFREE
/*-
* Copyright (c) 2005, Takanori Watanabe
- * Copyright (c) 2003, M. Warner Losh <imp@freebsd.org>.
+ * Copyright (c) 2003, M. Warner Losh <imp@FreeBSD.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/serial/umct.c b/sys/dev/usb/serial/umct.c
index a511e2e..52265fc 100644
--- a/sys/dev/usb/serial/umct.c
+++ b/sys/dev/usb/serial/umct.c
@@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
* Wolfgang Grandeggar <wolfgang@cec.ch>.
* This device smells a lot like the Belkin F5U103, except that it has
* suffered some mild brain-damage. This driver is based off of the ubsa.c
- * driver from Alexander Kabaev <kan@freebsd.org>. Merging the two together
+ * driver from Alexander Kabaev <kan@FreeBSD.org>. Merging the two together
* might be useful, though the subtle differences might lead to lots of
* #ifdef's.
*/
diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c
index 44813dd..50d938b 100644
--- a/sys/dev/usb/serial/umodem.c
+++ b/sys/dev/usb/serial/umodem.c
@@ -4,7 +4,7 @@
__FBSDID("$FreeBSD$");
/*-
- * Copyright (c) 2003, M. Warner Losh <imp@freebsd.org>.
+ * Copyright (c) 2003, M. Warner Losh <imp@FreeBSD.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c
index 156e677..244634e 100644
--- a/sys/dev/usb/storage/umass.c
+++ b/sys/dev/usb/storage/umass.c
@@ -3,7 +3,7 @@ __FBSDID("$FreeBSD$");
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>,
- * Nick Hibma <n_hibma@freebsd.org>
+ * Nick Hibma <n_hibma@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -93,7 +93,7 @@ __FBSDID("$FreeBSD$");
/*
* The SCSI related part of this driver has been derived from the
- * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch@freebsd.org).
+ * dev/ppbus/vpo.c driver, by Nicolas Souchu (nsouch@FreeBSD.org).
*
* The CAM layer uses so called actions which are messages sent to the host
* adapter for completion. The actions come in through umass_cam_action. The
diff --git a/sys/dev/usb/template/usb_template.h b/sys/dev/usb/template/usb_template.h
index 361de3a..8c36dce 100644
--- a/sys/dev/usb/template/usb_template.h
+++ b/sys/dev/usb/template/usb_template.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/*-
- * Copyright (c) 2007 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/template/usb_template_cdce.c b/sys/dev/usb/template/usb_template_cdce.c
index c215c1d..8377348 100644
--- a/sys/dev/usb/template/usb_template_cdce.c
+++ b/sys/dev/usb/template/usb_template_cdce.c
@@ -2,7 +2,7 @@
__FBSDID("$FreeBSD$");
/*-
- * Copyright (c) 2007 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c
index a3d88b0..0e043fb 100644
--- a/sys/dev/usb/template/usb_template_msc.c
+++ b/sys/dev/usb/template/usb_template_msc.c
@@ -2,7 +2,7 @@
__FBSDID("$FreeBSD$");
/*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/template/usb_template_mtp.c b/sys/dev/usb/template/usb_template_mtp.c
index 271c202..c536eea 100644
--- a/sys/dev/usb/template/usb_template_mtp.c
+++ b/sys/dev/usb/template/usb_template_mtp.c
@@ -2,7 +2,7 @@
__FBSDID("$FreeBSD$");
/*-
- * Copyright (c) 2008 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/usb/wlan/if_rum.c b/sys/dev/usb/wlan/if_rum.c
index 149eaa4..a9d13a5 100644
--- a/sys/dev/usb/wlan/if_rum.c
+++ b/sys/dev/usb/wlan/if_rum.c
@@ -3,7 +3,7 @@
/*-
* Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr>
* Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org>
- * Copyright (c) 2007-2008 Hans Petter Selasky <hselasky@freebsd.org>
+ * Copyright (c) 2007-2008 Hans Petter Selasky <hselasky@FreeBSD.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/sys/dev/usb/wlan/if_ural.c b/sys/dev/usb/wlan/if_ural.c
index 49ccf85..e911f2b 100644
--- a/sys/dev/usb/wlan/if_ural.c
+++ b/sys/dev/usb/wlan/if_ural.c
@@ -5,7 +5,7 @@
* Damien Bergamini <damien.bergamini@free.fr>
*
* Copyright (c) 2006, 2008
- * Hans Petter Selasky <hselasky@freebsd.org>
+ * Hans Petter Selasky <hselasky@FreeBSD.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
OpenPOWER on IntegriCloud