diff options
| author | cgd <cgd@NetBSD.org> | 2001-10-01 23:32:34 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 2001-10-01 23:32:34 +0000 |
| commit | 0fcb9b7701e55a9e4278fa255a82b22ffdeefaa2 (patch) | |
| tree | 2c8ad9b0c2c5da8e27f262468e8a056cc67fb962 /usr.sbin/mdsetimage/exec_aout.c | |
| parent | 64943944207c11b7674423a060f990f8048bb2b8 (diff) | |
Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.
The purpose of that modification is to make the license on these files
"GPL-compatible," so that mdsetimage may be combined with BFD. (The
resulting license is word-for-word identicial to one of the licenses
described as being GPL compatible on
http://www.gnu.org/licenses/license-list.html.)
Diffstat (limited to 'usr.sbin/mdsetimage/exec_aout.c')
| -rw-r--r-- | usr.sbin/mdsetimage/exec_aout.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/usr.sbin/mdsetimage/exec_aout.c b/usr.sbin/mdsetimage/exec_aout.c index 8de5671985c..cb3cdd6a91e 100644 --- a/usr.sbin/mdsetimage/exec_aout.c +++ b/usr.sbin/mdsetimage/exec_aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: exec_aout.c,v 1.5 2000/06/14 17:26:13 cgd Exp $ */ +/* $NetBSD: exec_aout.c,v 1.6 2001/10/01 23:32:34 cgd Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou @@ -12,12 +12,7 @@ * 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 for the - * NetBSD Project. See http://www.netbsd.org/ for - * information about NetBSD. - * 4. The name of the author may not be used to endorse or promote products + * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR @@ -31,12 +26,12 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> + * <<Id: LICENSE_GC,v 1.1 2001/10/01 23:24:05 cgd Exp>> */ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: exec_aout.c,v 1.5 2000/06/14 17:26:13 cgd Exp $"); +__RCSID("$NetBSD: exec_aout.c,v 1.6 2001/10/01 23:32:34 cgd Exp $"); #endif /* not lint */ #include <sys/types.h> |
