diff options
author | edwin <edwin@FreeBSD.org> | 2010-03-30 06:42:01 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-03-30 06:42:01 +0000 |
commit | d111bc69c33db2a9bbd55d8eb539fce801244b49 (patch) | |
tree | 449f0270e8769672ba6fb29baa24f9eaa27b1277 | |
parent | e7270b68f305f255c984dcc9c3ff3e39bf73ba09 (diff) | |
download | FreeBSD-src-d111bc69c33db2a9bbd55d8eb539fce801244b49.zip FreeBSD-src-d111bc69c33db2a9bbd55d8eb539fce801244b49.tar.gz |
On request of joel@:
- Remove the 3rd clause of the UC Berkeley copyrighted files.
- For the files added copyrighted by me, move the "All rights
reserved" to the next line.
-rw-r--r-- | usr.bin/calendar/calendar.1 | 4 | ||||
-rw-r--r-- | usr.bin/calendar/calendar.c | 4 | ||||
-rw-r--r-- | usr.bin/calendar/calendar.h | 4 | ||||
-rw-r--r-- | usr.bin/calendar/dates.c | 3 | ||||
-rw-r--r-- | usr.bin/calendar/day.c | 4 | ||||
-rw-r--r-- | usr.bin/calendar/events.c | 3 | ||||
-rw-r--r-- | usr.bin/calendar/io.c | 4 | ||||
-rw-r--r-- | usr.bin/calendar/locale.c | 4 | ||||
-rw-r--r-- | usr.bin/calendar/parsedata.c | 3 | ||||
-rw-r--r-- | usr.bin/calendar/pathnames.h | 4 | ||||
-rw-r--r-- | usr.bin/calendar/pom.c | 4 | ||||
-rw-r--r-- | usr.bin/calendar/sunpos.c | 3 |
12 files changed, 8 insertions, 36 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 28c8bbb..8f8fb5c 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -9,10 +9,6 @@ .\" 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. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index f5b5e94..29ac174 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -10,10 +10,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 722c241..634c278 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -10,10 +10,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/dates.c b/usr.bin/calendar/dates.c index 69f8514..3f8b89f 100644 --- a/usr.bin/calendar/dates.c +++ b/usr.bin/calendar/dates.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 1992-2009 Edwin Groothuis. All rights reserved. + * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index 6625290..237b6b5 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -10,10 +10,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/events.c b/usr.bin/calendar/events.c index 2609476..d6f358a 100644 --- a/usr.bin/calendar/events.c +++ b/usr.bin/calendar/events.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 1992-2009 Edwin Groothuis. All rights reserved. + * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 9973afc..42abca6 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -10,10 +10,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/locale.c b/usr.bin/calendar/locale.c index bf6d224..57839ac 100644 --- a/usr.bin/calendar/locale.c +++ b/usr.bin/calendar/locale.c @@ -10,10 +10,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/parsedata.c b/usr.bin/calendar/parsedata.c index abe765c..4fab640 100644 --- a/usr.bin/calendar/parsedata.c +++ b/usr.bin/calendar/parsedata.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 1992-2009 Edwin Groothuis. All rights reserved. + * Copyright (c) 1992-2009 Edwin Groothuis <edwin@FreeBSD.org>. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index 64173d1..ea76948 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -10,10 +10,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/pom.c b/usr.bin/calendar/pom.c index 95399ae..89d06a2 100644 --- a/usr.bin/calendar/pom.c +++ b/usr.bin/calendar/pom.c @@ -12,10 +12,6 @@ * 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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/calendar/sunpos.c b/usr.bin/calendar/sunpos.c index 1083c3b..a0546e5 100644 --- a/usr.bin/calendar/sunpos.c +++ b/usr.bin/calendar/sunpos.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 2009-2010 Edwin Groothuis. All rights reserved. + * Copyright (c) 2009-2010 Edwin Groothuis <edwin@FreeBSD.org>. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |