Moved LICENSE and COPYRIGHT to the top

This commit is contained in:
Vale Tolpegin
2014-12-09 00:22:35 +00:00
parent 9e7192421f
commit a9f79212b5

View File

@@ -2,6 +2,10 @@ DESCRIPTION="Rez is a resource compiler similar to rc. Its main use is compiling
New applications should consider using rc instead, but Rez may still be useful to compile some old apps from the BeOS days"
SUMMARY="The Rez resource compiler"
LICENSE="BSD (4-clause)"
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
1999-2000 Tim Vernum. All rights reserved."
HOMEPAGE="https://github.com/HaikuArchives/Rez/archive/v1.0"
SRC_URI="https://github.com/HaikuArchives/Rez/archive/v1.0.tar.gz"
SOURCE_DIR="Rez-1.0"
@@ -38,8 +42,4 @@ INSTALL()
{
mkdir -p $binDir
cp rez $binDir
}
LICENSE="BSD (4-clause)"
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
1999-2000 Tim Vernum. All rights reserved."
}