Bladeren bron

Add license notice to hsf2rc.cpp (GPL 2 or later as approved by the author).

git-svn-id: file:///var/svn/tigccpp/trunk@576 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 jaren geleden
bovenliggende
commit
d9049a4220
1 gewijzigde bestanden met toevoegingen van 19 en 1 verwijderingen
  1. 19 1
      tigcc/hsf2rc/hsf2rc.cpp

+ 19 - 1
tigcc/hsf2rc/hsf2rc.cpp

@@ -1,4 +1,22 @@
-//hsf2RC.cpp copyright Loïc YHUEL (hwti) 2002
+/*
+   hsf2RC
+
+   Copyright (C) 2002 Loïc YHUEL (hwti)
+
+   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; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software Foundation,
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
+*/
 
 //#define WIN32_LEAN_AND_MEAN		// Exclure les en-têtes Windows rarement utilisés
 #include <stdio.h>