diff options
Diffstat (limited to 'sys/modules/coff/coff.c')
-rw-r--r-- | sys/modules/coff/coff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c index bd8656f..6a3bf9b 100644 --- a/sys/modules/coff/coff.c +++ b/sys/modules/coff/coff.c @@ -6,7 +6,7 @@ * 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 * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -25,7 +25,7 @@ * (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$ + * $Id: coff.c,v 1.1 1994/10/14 08:46:12 sos Exp $ */ #include <sys/param.h> |