diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-06-03 01:35:31 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-06-03 01:35:31 +0000 |
commit | 2ceb8f4ac3fcaab09e50a39eae5352bd1605ab59 (patch) | |
tree | 0654c738848da3956ff3f6e59fbf0aea2020ee12 /libexec/ld.so | |
parent | e254bbbc4fab3264965461423d60a72dccb928dc (diff) |
kill clause 3 and 4 from several of my copyrights, cleanup.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/i386/ldasm.S | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/libexec/ld.so/i386/ldasm.S b/libexec/ld.so/i386/ldasm.S index 230deaa30a2..b298e764b2e 100644 --- a/libexec/ld.so/i386/ldasm.S +++ b/libexec/ld.so/i386/ldasm.S @@ -1,7 +1,8 @@ -/* $OpenBSD: ldasm.S,v 1.5 2003/05/30 01:13:53 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.6 2003/06/03 01:35:30 drahn Exp $ */ /* * Copyright (c) 2002 Dale Rahn + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -11,12 +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 under OpenBSD by - * Dale Rahn. - * 4. 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 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |