From 7fe14bba5af272d8170bba24975b579186f1daf2 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 29 Dec 2011 14:29:24 +0100 Subject: [PATCH] Update copyright notice --- ezbuild | 3 +++ ezsync | 3 +++ libraries/colors | 3 +++ libraries/common | 3 +++ 4 files changed, 12 insertions(+) diff --git a/ezbuild b/ezbuild index cd32571..7437114 100755 --- a/ezbuild +++ b/ezbuild @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 2010-2011, Asio Software Technologies +# Distributed under the terms of the GNU General Public License v3 + EZNAME=$(basename ${0}) EZROOT=$(dirname $(readlink -ne ${0})) diff --git a/ezsync b/ezsync index cd32571..7437114 100755 --- a/ezsync +++ b/ezsync @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 2010-2011, Asio Software Technologies +# Distributed under the terms of the GNU General Public License v3 + EZNAME=$(basename ${0}) EZROOT=$(dirname $(readlink -ne ${0})) diff --git a/libraries/colors b/libraries/colors index 306dda2..8b5432d 100644 --- a/libraries/colors +++ b/libraries/colors @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 2010-2011, Asio Software Technologies +# Distributed under the terms of the GNU General Public License v3 + #------------------------------------------------------------------------------- # Message Color Definitions diff --git a/libraries/common b/libraries/common index 68fd240..20f14ab 100644 --- a/libraries/common +++ b/libraries/common @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright 2010-2011, Asio Software Technologies +# Distributed under the terms of the GNU General Public License v3 + #------------------------------------------------------------------------------- # Checks whether a supplied variable is defined or not