diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-25 13:52:45 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-25 13:52:45 +0000 |
commit | aaead0dfe93b3796585d8da75ce75be5583d4c72 (patch) | |
tree | 7f6ba11a403d30fbe1151507881d2c9d1ba895c0 | |
parent | adf75add2d3fb898c9c9c8abb7cedc609060170a (diff) |
Notes
-rw-r--r-- | lib/libdisk/blocks.c | 2 | ||||
-rw-r--r-- | lib/libdisk/change.c | 2 | ||||
-rw-r--r-- | lib/libdisk/chunk.c | 2 | ||||
-rw-r--r-- | lib/libdisk/create_chunk.c | 2 | ||||
-rw-r--r-- | lib/libdisk/disk.c | 2 | ||||
-rw-r--r-- | lib/libdisk/disklabel.c | 2 | ||||
-rw-r--r-- | lib/libdisk/libdisk.h | 2 | ||||
-rw-r--r-- | lib/libdisk/rules.c | 2 | ||||
-rw-r--r-- | lib/libdisk/tst01.c | 2 | ||||
-rw-r--r-- | lib/libdisk/write_disk.c | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.c | 2 | ||||
-rw-r--r-- | lib/libftpio/ftpio.h | 2 | ||||
-rw-r--r-- | lib/libmd/mdXhl.c | 2 | ||||
-rw-r--r-- | release/picobsd/build/write_mfs_in_kernel.c | 2 | ||||
-rw-r--r-- | release/write_mfs_in_kernel.c | 2 | ||||
-rw-r--r-- | sys/kern/imgact_gzip.c | 2 | ||||
-rw-r--r-- | sys/kern/inflate.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/lib/libdisk/blocks.c b/lib/libdisk/blocks.c index 02f07cd935bc..e3149d48c75e 100644 --- a/lib/libdisk/blocks.c +++ b/lib/libdisk/blocks.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/change.c b/lib/libdisk/change.c index 0608c8b4442d..ca3df9975533 100644 --- a/lib/libdisk/change.c +++ b/lib/libdisk/change.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index a2b18ec25157..fd4b0f33d3f0 100644 --- a/lib/libdisk/chunk.c +++ b/lib/libdisk/chunk.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index fe8e5298b132..11314f299a30 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 277e5a986670..28b10b9ebab5 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/disklabel.c b/lib/libdisk/disklabel.c index 00d7cf13b516..96469ea132c7 100644 --- a/lib/libdisk/disklabel.c +++ b/lib/libdisk/disklabel.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 737d3660fad3..492e2f3c1bfe 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): -* <phk@login.dknet.dk> wrote this file. As long as you retain this notice you +* <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/rules.c b/lib/libdisk/rules.c index e4b10a155b04..5a01e666f843 100644 --- a/lib/libdisk/rules.c +++ b/lib/libdisk/rules.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index 09f6c35fff33..15011c485a1a 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c index 3fe83bc34ad7..d87216d70ef3 100644 --- a/lib/libdisk/write_disk.c +++ b/lib/libdisk/write_disk.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index e8f81f94aeba..af2d0f09b7df 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h index ed6fd820d719..879abea6607c 100644 --- a/lib/libftpio/ftpio.h +++ b/lib/libftpio/ftpio.h @@ -9,7 +9,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index bd502dd3bb02..439e9fff7b89 100644 --- a/lib/libmd/mdXhl.c +++ b/lib/libmd/mdXhl.c @@ -1,7 +1,7 @@ /* mdXhl.c * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/release/picobsd/build/write_mfs_in_kernel.c b/release/picobsd/build/write_mfs_in_kernel.c index 379112459ee8..ba2fb609f3d8 100644 --- a/release/picobsd/build/write_mfs_in_kernel.c +++ b/release/picobsd/build/write_mfs_in_kernel.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/release/write_mfs_in_kernel.c b/release/write_mfs_in_kernel.c index 379112459ee8..ba2fb609f3d8 100644 --- a/release/write_mfs_in_kernel.c +++ b/release/write_mfs_in_kernel.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index d0c98fe6881d..57a5c1d19f3a 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -1,7 +1,7 @@ /* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c index 4e6ac66ca746..2a16ba2c2d08 100644 --- a/sys/kern/inflate.c +++ b/sys/kern/inflate.c @@ -2,7 +2,7 @@ * Most parts of this file are not covered by: * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you + * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- |