Changeset 526 in xtideuniversalbios for trunk/Tools/StringsCompress.pl


Ignore:
Timestamp:
Mar 15, 2013, 1:38:58 AM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Update of the copyright notices to include the year 2013.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/StringsCompress.pl

    r492 r526  
    1010#                   for a description of the compression scheme.
    1111#
    12 # XTIDE Universal BIOS and Associated Tools 
    13 # Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     12# XTIDE Universal BIOS and Associated Tools
     13# Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
    1414#
    1515# This program is free software; you can redistribute it and/or modify
     
    1717# the Free Software Foundation; either version 2 of the License, or
    1818# (at your option) any later version.
    19 # 
     19#
    2020# This program is distributed in the hope that it will be useful,
    2121# but WITHOUT ANY WARRANTY; without even the implied warranty of
    2222# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    23 # GNU General Public License for more details.     
     23# GNU General Public License for more details.
    2424# Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    2525#
     
    206206print "StringsCompressed_FormatsBegin   equ   ".$format_begin."\n\n";
    207207
    208 print "StringsCompressed_TranslatesAndFormats: \n";
     208print "StringsCompressed_TranslatesAndFormats:\n";
    209209
    210210foreach $f (keys(%translate))
Note: See TracChangeset for help on using the changeset viewer.