summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-30 20:26:43 +0200
committerJens Georg <mail@jensge.org>2012-08-30 20:27:35 +0200
commit642bfa1691a32d521ee2dc8c0c094f6350eaeb2b (patch)
tree14b3423f584802dfc874f53e921eb29ba88da108 /autogen.sh
parentbec00ca19183eef28a126d91e44131db00031ef9 (diff)
downloadrygel-642bfa1691a32d521ee2dc8c0c094f6350eaeb2b.tar.gz
build: Add copyright to autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 8d46a7f5..a7ce2fac 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,29 @@
#! /bin/bash
+# Copyright (C) 2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+# Copyright (C) 2011 Jens Georg <mail@jensge.org>.
+# Copyright (C) 2012 Openismus GmbH.
+#
+# Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+# Jens Georg <mail@jensge.org>
+# Murray Cumming <murrayc@openismus.com>
+#
+# This file is part of Rygel.
+#
+# Rygel is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Rygel is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME git"
exit 1