diff options
-rw-r--r-- | src/indicator-menu-item.c | 17 | ||||
-rw-r--r-- | src/indicator-menu-item.h | 17 | ||||
-rw-r--r-- | src/indicator-printer-state-notifier.c | 17 | ||||
-rw-r--r-- | src/indicator-printer-state-notifier.h | 17 | ||||
-rw-r--r-- | src/indicator-printers-menu.c | 17 | ||||
-rw-r--r-- | src/indicator-printers-menu.h | 18 |
6 files changed, 103 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" diff --git a/src/indicator-menu-item.h b/src/indicator-menu-item.h index 9c65b7c..d3c7b0c 100644 --- a/src/indicator-menu-item.h +++ b/src/indicator-menu-item.h @@ -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/>. + */ #ifndef INDICATOR_MENU_ITEM_H #define INDICATOR_MENU_ITEM_H diff --git a/src/indicator-printer-state-notifier.c b/src/indicator-printer-state-notifier.c index 122c800..7d8ce03 100644 --- a/src/indicator-printer-state-notifier.c +++ b/src/indicator-printer-state-notifier.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-printer-state-notifier.h" diff --git a/src/indicator-printer-state-notifier.h b/src/indicator-printer-state-notifier.h index f7d53b9..d0a2504 100644 --- a/src/indicator-printer-state-notifier.h +++ b/src/indicator-printer-state-notifier.h @@ -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/>. + */ #ifndef INDICATOR_PRINTER_STATE_NOTIFIER_H #define INDICATOR_PRINTER_STATE_NOTIFIER_H diff --git a/src/indicator-printers-menu.c b/src/indicator-printers-menu.c index bc98cf3..a558c20 100644 --- a/src/indicator-printers-menu.c +++ b/src/indicator-printers-menu.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-printers-menu.h" diff --git a/src/indicator-printers-menu.h b/src/indicator-printers-menu.h index 75c076e..c5b8172 100644 --- a/src/indicator-printers-menu.h +++ b/src/indicator-printers-menu.h @@ -1,3 +1,21 @@ +/* + * 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/>. + */ + #ifndef INDICATOR_PRINTERS_MENU_H #define INDICATOR_PRINTERS_MENU_H |