diff options
author | John Birrell <jb@FreeBSD.org> | 2008-04-22 07:43:00 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 2008-04-22 07:43:00 +0000 |
commit | db612abe8df3355d1eb23bb3b50fdd97bc21e979 (patch) | |
tree | 0c3922149d7766d4a39d2e07e9176e084c08a72e /cddl/compat/opensolaris/include | |
parent | fb2641d9b11f713f5f0b67cac29b917106280998 (diff) | |
download | src-db612abe8df3355d1eb23bb3b50fdd97bc21e979.tar.gz src-db612abe8df3355d1eb23bb3b50fdd97bc21e979.zip |
Add FreeBSD IDs to files that originate in FreeBSD.
Notes
Notes:
svn path=/head/; revision=178414
Diffstat (limited to 'cddl/compat/opensolaris/include')
-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 |
6 files changed, 12 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_ |