diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-02-03 17:26:35 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-02-03 17:26:35 +0100 |
commit | bcbd870a2f3c304aa81133aa4635ee913c9af779 (patch) | |
tree | 1cb57c3cfc095fcee83560f4b1659d852196d9ba /bindings/vala/examples | |
parent | 7f49d7c2602ccb2ef01c64067e2abcc6b5715200 (diff) | |
download | libayatana-appindicator-bcbd870a2f3c304aa81133aa4635ee913c9af779.tar.gz libayatana-appindicator-bcbd870a2f3c304aa81133aa4635ee913c9af779.tar.bz2 libayatana-appindicator-bcbd870a2f3c304aa81133aa4635ee913c9af779.zip |
Vala example: adding copyright message.
Diffstat (limited to 'bindings/vala/examples')
-rw-r--r-- | bindings/vala/examples/indicator-example.vala | 19 |
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; |