Fix copyrights in various recipes. No functional change intended.

This commit is contained in:
Augustin Cavalier
2015-06-08 10:54:00 -04:00
parent 43d3c27445
commit 42cc1eac74
32 changed files with 83 additions and 83 deletions

View File

@@ -3,8 +3,8 @@ GPP is a general-purpose preprocessor with customizable syntax, suitable for a \
wide range of preprocessing tasks. Its independence from any programming \
language makes it much more versatile than cpp, while its syntax is lighter \
and more flexible than that of m4.
"
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
"
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
SRC_URI="http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
@@ -17,7 +17,7 @@ BUILD()
aclocal
automake --add-missing -Wnone
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
@@ -28,4 +28,5 @@ INSTALL()
}
LICENSE="GPP"
COPYRIGHT="Copyright 19962001 Denis Auroux. Copyright 2003, 2004 Tristan Miller."
COPYRIGHT="19962001 Denis Auroux
2003-2004 Tristan Miller"