From bae23fbcec140cecb5d69047bc5262dc4620cafb Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 5 Aug 2013 19:42:55 -0500 Subject: copyediting: fix indentation in Service, fix copyright & author comments in bluez, service, main --- src/main.vala | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'src/main.vala') 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 . + * + * Authors: + * Charles Kerr + */ -public static int -main (string[] args) +public static int main (string[] args) { // set up i18n Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8"); -- cgit v1.2.3