aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-04-03 22:48:19 -0400
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-04-03 22:48:19 -0400
commiteb24b0dbee584427991ae49cbcb94893bdbd47c2 (patch)
tree5f64ecc3865a0f1dffa6aaf412f83628f7eb7f95 /src
parentdeb90ed324d668aa3815baac9e279bedac0b14ef (diff)
downloadayatana-indicator-sound-eb24b0dbee584427991ae49cbcb94893bdbd47c2.tar.gz
ayatana-indicator-sound-eb24b0dbee584427991ae49cbcb94893bdbd47c2.tar.bz2
ayatana-indicator-sound-eb24b0dbee584427991ae49cbcb94893bdbd47c2.zip
service.vala: add license header
Diffstat (limited to 'src')
-rw-r--r--src/service.vala18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/service.vala b/src/service.vala
index d966de9..03b72a6 100644
--- a/src/service.vala
+++ b/src/service.vala
@@ -1,3 +1,21 @@
+/*
+ * 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:
+ * Lars Uebernickel <lars.uebernickel@canonical.com>
+ */
public class IndicatorSound.Service {
public Service () {