summaryrefslogtreecommitdiff
path: root/bin2c.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin2c.pl')
-rw-r--r--bin2c.pl25
1 files changed, 13 insertions, 12 deletions
diff --git a/bin2c.pl b/bin2c.pl
index 103c4bf5..8c56ca6c 100644
--- a/bin2c.pl
+++ b/bin2c.pl
@@ -1,16 +1,17 @@
#!/usr/bin/perl
-# $Id$
-# -----------------------------------------------------------------------
-#
-# Copyright 1998 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., 675 Mass Ave, Cambridge MA 02139,
-# USA; either version 2 of the License, or (at your option) any later
-# version; incorporated herein by reference.
-#
-# -----------------------------------------------------------------------
+## $Id$
+## -----------------------------------------------------------------------
+##
+## Copyright 1998-2004 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,
+## Boston MA 02111-1307, USA; either version 2 of the License, or
+## (at your option) any later version; incorporated herein by reference.
+##
+## -----------------------------------------------------------------------
+
#
# bin2c.pl: binary file to C source converter
#