From 05ea3214b0996bd78464d81e8b5d52e200429a8b Mon Sep 17 00:00:00 2001 From: sk-5 Date: Wed, 1 Jul 2015 08:12:04 -0700 Subject: [PATCH] Modified license --- .gitignore | 6 ++++++ libpipecolors.cpp | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore index b88c87b..0e6e534 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,9 @@ NEWS pipecolors.pc README test +Makefile.in +aclocal.m4 +autom4te.cache +config.h.in +configure +m4 diff --git a/libpipecolors.cpp b/libpipecolors.cpp index d2f0e14..11957d7 100755 --- a/libpipecolors.cpp +++ b/libpipecolors.cpp @@ -1,3 +1,24 @@ +/* + * libpipecolors: linux color code library + * + * Authors: + * Eric Wheeler + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include