diff options
author | brooks <brooks@FreeBSD.org> | 2001-09-27 00:04:29 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-09-27 00:04:29 +0000 |
commit | 33cc1da19c295fc5cefb79ce49cb09a8da3828d2 (patch) | |
tree | ea8c68269e50a52cfc3120ee6d37a14a2bc0260e /sys/netgraph | |
parent | 95b45b12da39575d0cd1e317a37a94d2fa36314b (diff) | |
download | FreeBSD-src-33cc1da19c295fc5cefb79ce49cb09a8da3828d2.zip FreeBSD-src-33cc1da19c295fc5cefb79ce49cb09a8da3828d2.tar.gz |
The initial commit contained an error in the license, this is the
correct one.
Diffstat (limited to 'sys/netgraph')
-rw-r--r-- | sys/netgraph/ng_gif.c | 7 | ||||
-rw-r--r-- | sys/netgraph/ng_gif.h | 9 | ||||
-rw-r--r-- | sys/netgraph/ng_gif_demux.c | 7 | ||||
-rw-r--r-- | sys/netgraph/ng_gif_demux.h | 7 |
4 files changed, 21 insertions, 9 deletions
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c index 8f1c18e..7b60249 100644 --- a/sys/netgraph/ng_gif.c +++ b/sys/netgraph/ng_gif.c @@ -6,11 +6,14 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: + * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions, and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the + * notice, this list of conditions, and the following disclaimer in the * documentation and/or other materials provided with the distribution. + * 3. The name of The Aerospace Corporation may not be used to endorse or + * promote products derived from this software. * * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE diff --git a/sys/netgraph/ng_gif.h b/sys/netgraph/ng_gif.h index 8f3d445..88652e1 100644 --- a/sys/netgraph/ng_gif.h +++ b/sys/netgraph/ng_gif.h @@ -6,11 +6,14 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: + * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions, and the following disclaimer. * 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. + * notice, this list of conditions, and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of The Aerospace Corporation may not be used to endorse or + * promote products derived from this software. * * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE diff --git a/sys/netgraph/ng_gif_demux.c b/sys/netgraph/ng_gif_demux.c index 084cf57..9a5aab7 100644 --- a/sys/netgraph/ng_gif_demux.c +++ b/sys/netgraph/ng_gif_demux.c @@ -6,11 +6,14 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: + * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions, and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the + * notice, this list of conditions, and the following disclaimer in the * documentation and/or other materials provided with the distribution. + * 3. The name of The Aerospace Corporation may not be used to endorse or + * promote products derived from this software. * * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE diff --git a/sys/netgraph/ng_gif_demux.h b/sys/netgraph/ng_gif_demux.h index 2006f56..e2243bb 100644 --- a/sys/netgraph/ng_gif_demux.h +++ b/sys/netgraph/ng_gif_demux.h @@ -6,11 +6,14 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: + * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions, and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the + * notice, this list of conditions, and the following disclaimer in the * documentation and/or other materials provided with the distribution. + * 3. The name of The Aerospace Corporation may not be used to endorse or + * promote products derived from this software. * * THIS SOFTWARE IS PROVIDED BY THE AEROSPACE CORPORATION ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |