summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2010-11-12 00:44:18 +0000
committerlstewart <lstewart@FreeBSD.org>2010-11-12 00:44:18 +0000
commit100d9dcd2faf08e19bbee93044671c90d9000d0d (patch)
tree220147cea359823013b03486a4b2840b50968bf8 /sys/netinet/libalias
parent2b9cb75d469b777c2d051870db0305bd0fd3b36a (diff)
downloadFreeBSD-src-100d9dcd2faf08e19bbee93044671c90d9000d0d.zip
FreeBSD-src-100d9dcd2faf08e19bbee93044671c90d9000d0d.tar.gz
Standardise all Swinburne related copyright/licence statements throughout the
tree in preparation for another large code import. Swinburne University is the legal entity that owns copyright and the 2-clause BSD licence is acceptable.
Diffstat (limited to 'sys/netinet/libalias')
-rw-r--r--sys/netinet/libalias/alias_sctp.c19
-rw-r--r--sys/netinet/libalias/alias_sctp.h19
2 files changed, 16 insertions, 22 deletions
diff --git a/sys/netinet/libalias/alias_sctp.c b/sys/netinet/libalias/alias_sctp.c
index 8a78ea8..3bd5331 100644
--- a/sys/netinet/libalias/alias_sctp.c
+++ b/sys/netinet/libalias/alias_sctp.c
@@ -1,8 +1,7 @@
-/**
- * @file alias_sctp.c
- * Copyright (c) 2008, Centre for Advanced Internet Architectures
- * Swinburne University of Technology, Melbourne, Australia.
- *
+/*-
+ * Copyright (c) 2008
+ * Swinburne University of Technology, Melbourne, Australia.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -11,11 +10,7 @@
* 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. The names of the authors, the "Centre for Advanced Internet Architectures"
- * and "Swinburne University of Technology" may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS 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
@@ -27,7 +22,9 @@
* 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.
- *
+ */
+
+/*
* Alias_sctp forms part of the libalias kernel module to handle
* Network Address Translation (NAT) for the SCTP protocol.
*
diff --git a/sys/netinet/libalias/alias_sctp.h b/sys/netinet/libalias/alias_sctp.h
index ff2c4c2..80ed965 100644
--- a/sys/netinet/libalias/alias_sctp.h
+++ b/sys/netinet/libalias/alias_sctp.h
@@ -1,8 +1,7 @@
-/**
- * @file alias_sctp.h
- * Copyright (c) 2008, Centre for Advanced Internet Architectures
- * Swinburne University of Technology, Melbourne, Australia.
- *
+/*-
+ * Copyright (c) 2008
+ * Swinburne University of Technology, Melbourne, Australia.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -11,11 +10,7 @@
* 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. The names of the authors, the "Centre for Advanced Internet Architectures"
- * and "Swinburne University of Technology" may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS 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
@@ -27,7 +22,9 @@
* 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.
- *
+ */
+
+/*
* Alias_sctp forms part of the libalias kernel module to handle
* Network Address Translation (NAT) for the SCTP protocol.
*
OpenPOWER on IntegriCloud