From: Charlie Lenahan Date: Thu, 4 Jun 2015 00:14:17 +0000 (-0400) Subject: Add script license headers. X-Git-Tag: 0.9.2-beta~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5702fca14f0233d09d4578f67b69f864062b6faa;p=contrib%2Fiotivity.git Add script license headers. Change-Id: I94b31f4e7971d9840d760e8a5deb5478e17f7b7f Signed-off-by: Charlie Lenahan Reviewed-on: https://gerrit.iotivity.org/gerrit/1186 Reviewed-by: Erich Keane Tested-by: jenkins-iotivity --- diff --git a/tools/darwin/mkfwk_ios.sh b/tools/darwin/mkfwk_ios.sh index 0eb86b7..59fa0f8 100755 --- a/tools/darwin/mkfwk_ios.sh +++ b/tools/darwin/mkfwk_ios.sh @@ -1,5 +1,9 @@ #!/bin/sh - +#=============================================================================== +# Author: Pete Goodliffe +# Copyright: (c) Copyright 2009 Pete Goodliffe +# Licence: Please feel free to use this, with attribution +#=============================================================================== #VERSION_IOS="${MAJOR_VERSION}.${MINOR_VERSION}.${RELEASE_NUMBER}.${BUILD_NUMBER}" VERSION_IOS="0.9.0.1" diff --git a/tools/darwin/mkfwk_osx.sh b/tools/darwin/mkfwk_osx.sh index e5e9d35..fc5554f 100755 --- a/tools/darwin/mkfwk_osx.sh +++ b/tools/darwin/mkfwk_osx.sh @@ -1,5 +1,9 @@ #!/bin/sh - +#=============================================================================== +# Author: Pete Goodliffe +# Copyright: (c) Copyright 2009 Pete Goodliffe +# Licence: Please feel free to use this, with attribution +#=============================================================================== #VERSION_IOS="${MAJOR_VERSION}.${MINOR_VERSION}.${RELEASE_NUMBER}.${BUILD_NUMBER}" VERSION_IOS="0.9.0.1"