Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=5efab67524e99ef0258f34ff9ecffa6d4b1ee862
commit 5efab67524e99ef0258f34ff9ecffa6d4b1ee862 Author: James Buren <[email protected]> Date: Wed Nov 9 17:35:07 2011 -0600 fw32.c: add LICENSE header diff --git a/fw32.c b/fw32.c index 152ec51..50b875b 100644 --- a/fw32.c +++ b/fw32.c @@ -1,3 +1,19 @@ +// Copyright (C) 2011 James Buren +// +// 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 +// of the License, 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. + #include <stdlib.h> #include <stdio.h> #include <stdarg.h> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
