diff options
Diffstat (limited to 'cddl')
-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 6718ce2b9fbc..205e461f8956 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 595434493e74..da13f4749081 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 6e7d28c1ee01..9d0bfc72b9a3 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 78eae1a3cda2..32696ae5668b 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 fbdd8c680352..01f9d4776abc 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 487f02f6db49..8c377cf6574d 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 e9662ce3c1e8..9dc101f2e65f 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 971cde36e1b2..da4b32fa551e 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 06cec5b5062f..76a90ad0ec30 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 */ |