From eb24b0dbee584427991ae49cbcb94893bdbd47c2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 3 Apr 2013 22:48:19 -0400 Subject: service.vala: add license header --- src/service.vala | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 . + * + * Authors: + * Lars Uebernickel + */ public class IndicatorSound.Service { public Service () { -- cgit v1.2.3