From a59d836c266ec3abf66f7a5dfd166f37ac3fe28b Mon Sep 17 00:00:00 2001 From: Mrowqa Date: Wed, 4 Dec 2013 21:54:00 +0100 Subject: [PATCH] Moved COPYRIGHT and LICENSE entries up to other general informations strings --- net-misc/berdp/berdp-1.recipe | 7 +++---- net-misc/rdesktop/rdesktop-1.8.0.recipe | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/net-misc/berdp/berdp-1.recipe b/net-misc/berdp/berdp-1.recipe index 4a6741dc2..cbceeaa2c 100644 --- a/net-misc/berdp/berdp-1.recipe +++ b/net-misc/berdp/berdp-1.recipe @@ -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 diff --git a/net-misc/rdesktop/rdesktop-1.8.0.recipe b/net-misc/rdesktop/rdesktop-1.8.0.recipe index 022a4a146..f770cfe9f 100644 --- a/net-misc/rdesktop/rdesktop-1.8.0.recipe +++ b/net-misc/rdesktop/rdesktop-1.8.0.recipe @@ -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() {