summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-01-30 20:40:23 +0000
committerhpa <hpa>2003-01-30 20:40:23 +0000
commit649c729de59c622b6cd604ccb6e196b4d3740d4b (patch)
tree610b7598fb70f048a61b416ee2ef585ef197b85c
parent0ef31ec4ac3f4140cb92892bfba42dd8b05b4292 (diff)
downloadsyslinux-649c729de59c622b6cd604ccb6e196b4d3740d4b.tar.gz
Add copyright/version header
-rwxr-xr-xmkdiskimage.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/mkdiskimage.in b/mkdiskimage.in
index f75d0ac9..1b8a3018 100755
--- a/mkdiskimage.in
+++ b/mkdiskimage.in
@@ -1,4 +1,17 @@
#!/usr/bin/perl
+## -----------------------------------------------------------------------
+## $Id$
+##
+## Copyright 2002-2003 H. Peter Anvin - All Rights Reserved
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation, Inc., 53 Temple Place Ste 330,
+## Bostom MA 02111-1307, USA; either version 2 of the License, or
+## (at your option) any later version; incorporated herein by reference.
+##
+## -----------------------------------------------------------------------
+
#
# Creates a blank MS-DOS formatted hard disk image
#