From 649c729de59c622b6cd604ccb6e196b4d3740d4b Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Jan 2003 20:40:23 +0000 Subject: [PATCH] Add copyright/version header --- mkdiskimage.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mkdiskimage.in b/mkdiskimage.in index f75d0ac..1b8a301 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 # -- 2.7.4