diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-04-03 22:48:19 -0400 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-04-03 22:48:19 -0400 |
commit | eb24b0dbee584427991ae49cbcb94893bdbd47c2 (patch) | |
tree | 5f64ecc3865a0f1dffa6aaf412f83628f7eb7f95 | |
parent | deb90ed324d668aa3815baac9e279bedac0b14ef (diff) | |
download | ayatana-indicator-sound-eb24b0dbee584427991ae49cbcb94893bdbd47c2.tar.gz ayatana-indicator-sound-eb24b0dbee584427991ae49cbcb94893bdbd47c2.tar.bz2 ayatana-indicator-sound-eb24b0dbee584427991ae49cbcb94893bdbd47c2.zip |
service.vala: add license header
-rw-r--r-- | src/service.vala | 18 |
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 () { |