diff options
Diffstat (limited to 'cddl/compat/opensolaris')
-rw-r--r-- | cddl/compat/opensolaris/include/devid.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/libintl.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/mnttab.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/priv.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/solaris.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/include/zone.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/lib/libumem/umem.c | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/lib/libumem/umem.h | 2 | ||||
-rw-r--r-- | cddl/compat/opensolaris/misc/mkdirp.c | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/cddl/compat/opensolaris/include/devid.h b/cddl/compat/opensolaris/include/devid.h index 6718ce2b9fbc0..205e461f89562 100644 --- a/cddl/compat/opensolaris/include/devid.h +++ b/cddl/compat/opensolaris/include/devid.h @@ -18,6 +18,8 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END + * + * $FreeBSD$ */ /* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. diff --git a/cddl/compat/opensolaris/include/libintl.h b/cddl/compat/opensolaris/include/libintl.h index 595434493e74f..da13f4749081d 100644 --- a/cddl/compat/opensolaris/include/libintl.h +++ b/cddl/compat/opensolaris/include/libintl.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _LIBINTL_H_ #define _LIBINTL_H_ diff --git a/cddl/compat/opensolaris/include/mnttab.h b/cddl/compat/opensolaris/include/mnttab.h index 6e7d28c1ee010..9d0bfc72b9a3a 100644 --- a/cddl/compat/opensolaris/include/mnttab.h +++ b/cddl/compat/opensolaris/include/mnttab.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _OPENSOLARIS_MNTTAB_H_ #define _OPENSOLARIS_MNTTAB_H_ diff --git a/cddl/compat/opensolaris/include/priv.h b/cddl/compat/opensolaris/include/priv.h index 78eae1a3cda2c..32696ae5668ba 100644 --- a/cddl/compat/opensolaris/include/priv.h +++ b/cddl/compat/opensolaris/include/priv.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _OPENSOLARIS_PRIV_H_ #define _OPENSOLARIS_PRIV_H_ diff --git a/cddl/compat/opensolaris/include/solaris.h b/cddl/compat/opensolaris/include/solaris.h index fbdd8c680352d..01f9d4776abc5 100644 --- a/cddl/compat/opensolaris/include/solaris.h +++ b/cddl/compat/opensolaris/include/solaris.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _SOLARIS_H_ #define _SOLARIS_H_ diff --git a/cddl/compat/opensolaris/include/zone.h b/cddl/compat/opensolaris/include/zone.h index 487f02f6db49c..8c377cf6574d5 100644 --- a/cddl/compat/opensolaris/include/zone.h +++ b/cddl/compat/opensolaris/include/zone.h @@ -1,3 +1,5 @@ +/* $FreeBSD$ */ + #ifndef _ZONE_H_ #define _ZONE_H_ diff --git a/cddl/compat/opensolaris/lib/libumem/umem.c b/cddl/compat/opensolaris/lib/libumem/umem.c index e9662ce3c1e87..9dc101f2e65f4 100644 --- a/cddl/compat/opensolaris/lib/libumem/umem.c +++ b/cddl/compat/opensolaris/lib/libumem/umem.c @@ -17,6 +17,8 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END + * + * $FreeBSD$ */ /* * Copyright 2006 Ricardo Correia. All rights reserved. diff --git a/cddl/compat/opensolaris/lib/libumem/umem.h b/cddl/compat/opensolaris/lib/libumem/umem.h index 971cde36e1b20..da4b32fa551e9 100644 --- a/cddl/compat/opensolaris/lib/libumem/umem.h +++ b/cddl/compat/opensolaris/lib/libumem/umem.h @@ -18,6 +18,8 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END + * + * $FreeBSD$ */ /* * Copyright 2004 Sun Microsystems, Inc. All rights reserved. diff --git a/cddl/compat/opensolaris/misc/mkdirp.c b/cddl/compat/opensolaris/misc/mkdirp.c index 06cec5b5062f1..76a90ad0ec307 100644 --- a/cddl/compat/opensolaris/misc/mkdirp.c +++ b/cddl/compat/opensolaris/misc/mkdirp.c @@ -18,6 +18,8 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END + * + * $FreeBSD$ */ /* Copyright (c) 1988 AT&T */ |