diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-12 14:20:44 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-12 14:20:44 +0100 |
commit | b2f09063dad96d18f75b779b00e9e466e8b4ee19 (patch) | |
tree | 9e080bd306773b6375403b175da09b944c8f1a2b /src/indicator-menu-item.c | |
parent | c3b56f70cd7305b1ddcc052cea808afb7b987856 (diff) | |
download | ayatana-indicator-printers-b2f09063dad96d18f75b779b00e9e466e8b4ee19.tar.gz ayatana-indicator-printers-b2f09063dad96d18f75b779b00e9e466e8b4ee19.tar.bz2 ayatana-indicator-printers-b2f09063dad96d18f75b779b00e9e466e8b4ee19.zip |
Add missing license headers
Diffstat (limited to 'src/indicator-menu-item.c')
-rw-r--r-- | src/indicator-menu-item.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/indicator-menu-item.c b/src/indicator-menu-item.c index 4c7dc90..5e206c0 100644 --- a/src/indicator-menu-item.c +++ b/src/indicator-menu-item.c @@ -1,3 +1,20 @@ +/* + * Copyright 2012 Canonical Ltd. + * + * Authors: Lars Uebernickel <lars.uebernickel@canonical.com> + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3, as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program. If not, see <http://www.gnu.org/licenses/>. + */ #include "indicator-menu-item.h" |