aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-02-03 17:26:35 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-02-03 17:26:35 +0100
commitbcbd870a2f3c304aa81133aa4635ee913c9af779 (patch)
tree1cb57c3cfc095fcee83560f4b1659d852196d9ba /bindings
parent7f49d7c2602ccb2ef01c64067e2abcc6b5715200 (diff)
downloadlibayatana-appindicator-bcbd870a2f3c304aa81133aa4635ee913c9af779.tar.gz
libayatana-appindicator-bcbd870a2f3c304aa81133aa4635ee913c9af779.tar.bz2
libayatana-appindicator-bcbd870a2f3c304aa81133aa4635ee913c9af779.zip
Vala example: adding copyright message.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/vala/examples/indicator-example.vala19
1 files changed, 19 insertions, 0 deletions
diff --git a/bindings/vala/examples/indicator-example.vala b/bindings/vala/examples/indicator-example.vala
index 908913a..40226df 100644
--- a/bindings/vala/examples/indicator-example.vala
+++ b/bindings/vala/examples/indicator-example.vala
@@ -1,3 +1,22 @@
+/*
+ * Copyright 2009 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as published
+ * by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Authors:
+ * Marco Trevisan (Treviño) <mail@3v1n0.net>
+ */
+
using Gtk;
using AppIndicator;