diff options
Diffstat (limited to 'src/main.vala')
-rw-r--r-- | src/main.vala | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/src/main.vala b/src/main.vala index 824e1d5..fdd08e8 100644 --- a/src/main.vala +++ b/src/main.vala @@ -1,6 +1,23 @@ +/* + * Copyright 2013 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 3. + * + * This program 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, see <http://www.gnu.org/licenses/>. + * + * Authors: + * Charles Kerr <charles.kerr@canonical.com> + */ -public static int -main (string[] args) +public static int main (string[] args) { // set up i18n Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8"); |