diff options
Diffstat (limited to 'sys/libkern')
-rw-r--r-- | sys/libkern/alpha/byte_swap_2.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/byte_swap_4.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/htonl.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/htons.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/ntohl.S | 1 | ||||
-rw-r--r-- | sys/libkern/alpha/ntohs.S | 1 | ||||
-rw-r--r-- | sys/libkern/bcd.c | 1 | ||||
-rw-r--r-- | sys/libkern/inet_ntoa.c | 3 |
8 files changed, 9 insertions, 1 deletions
diff --git a/sys/libkern/alpha/byte_swap_2.S b/sys/libkern/alpha/byte_swap_2.S index fab3c58..a9d70a9 100644 --- a/sys/libkern/alpha/byte_swap_2.S +++ b/sys/libkern/alpha/byte_swap_2.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/byte_swap_4.S b/sys/libkern/alpha/byte_swap_4.S index 8dbb83c..9f6df34 100644 --- a/sys/libkern/alpha/byte_swap_4.S +++ b/sys/libkern/alpha/byte_swap_4.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/htonl.S b/sys/libkern/alpha/htonl.S index 7fab6f9..b5ebaa5 100644 --- a/sys/libkern/alpha/htonl.S +++ b/sys/libkern/alpha/htonl.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/htons.S b/sys/libkern/alpha/htons.S index 392578c..9ffabf4 100644 --- a/sys/libkern/alpha/htons.S +++ b/sys/libkern/alpha/htons.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/ntohl.S b/sys/libkern/alpha/ntohl.S index 370848a..f86a404 100644 --- a/sys/libkern/alpha/ntohl.S +++ b/sys/libkern/alpha/ntohl.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $ */ /* diff --git a/sys/libkern/alpha/ntohs.S b/sys/libkern/alpha/ntohs.S index 80be3f8..496f75c 100644 --- a/sys/libkern/alpha/ntohs.S +++ b/sys/libkern/alpha/ntohs.S @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* $NetBSD: ntohs.S,v 1.1 1996/04/17 22:37:02 cgd Exp $ */ /* diff --git a/sys/libkern/bcd.c b/sys/libkern/bcd.c index 540ed5f..89b10bc 100644 --- a/sys/libkern/bcd.c +++ b/sys/libkern/bcd.c @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* * Some data-tables that are often used. * Cannot be copyrighted. diff --git a/sys/libkern/inet_ntoa.c b/sys/libkern/inet_ntoa.c index 75911a6..558188c 100644 --- a/sys/libkern/inet_ntoa.c +++ b/sys/libkern/inet_ntoa.c @@ -1,4 +1,3 @@ - /* * Copyright 1994, 1995 Massachusetts Institute of Technology * @@ -26,6 +25,8 @@ * 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$ */ #include <sys/param.h> |