aboutsummaryrefslogtreecommitdiff
path: root/src/main.vala
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-08-05 19:42:55 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-08-05 19:42:55 -0500
commitbae23fbcec140cecb5d69047bc5262dc4620cafb (patch)
treea140b703bd5ef1cb8e9e295a4cb0a0eae31a4025 /src/main.vala
parent6492053ff654afbac9a078b7b67cca4a6dabecec (diff)
downloadayatana-indicator-bluetooth-bae23fbcec140cecb5d69047bc5262dc4620cafb.tar.gz
ayatana-indicator-bluetooth-bae23fbcec140cecb5d69047bc5262dc4620cafb.tar.bz2
ayatana-indicator-bluetooth-bae23fbcec140cecb5d69047bc5262dc4620cafb.zip
copyediting: fix indentation in Service, fix copyright & author comments in bluez, service, main
Diffstat (limited to 'src/main.vala')
-rw-r--r--src/main.vala21
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");