Moved COPYRIGHT and LICENSE entries up to other general informations strings

This commit is contained in:
Mrowqa
2013-12-04 21:54:00 +01:00
parent ccdd427939
commit a59d836c26
2 changed files with 5 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
DESCRIPTION="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS platform utilizing the rdesktop project. RDP is a protocol designed by Microsoft to remotely administer / run a session on Windows 2000/2003 Servers / Windows XP Professional workstations."
SUMMARY="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS."
SUMMARY="BeRDP is a project dedicated to bringing the RDP protocol to the BeOS"
HOMEPAGE="https://github.com/HaikuArchives/BeRDP/"
SRC_URI="git+https://github.com/HaikuArchives/BeRDP.git#8d73363b567361a5f14bf36173bf68f01260013a"
COPYRIGHT="2003-2004 Sikos"
LICENSE="BSD (4-clause)"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
@@ -28,9 +30,6 @@ REQUIRES="
"
COPYRIGHT="2003-2004 Sikos"
LICENSE="BSD (4-clause)"
BUILD()
{
cd Source

View File

@@ -6,6 +6,8 @@ DESCRIPTION="
SUMMARY="An open source client for Windows Remote Desktop Services."
HOMEPAGE="http://rdesktop.org/"
SRC_URI="git+https://github.com/threedeyes/rdesktop.git#dc04b43ccb443f8245e5cda69ab063624e0d6f8c"
COPYRIGHT="1999-2013 Matthew Chapman"
LICENSE="GNU GPL v3"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
@@ -31,10 +33,7 @@ REQUIRES="
lib:libcrypto
lib:libssl
"
COPYRIGHT="1999-2013 Matthew Chapman"
LICENSE="GNU GPL v3"
BUILD()
{