diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-09-06 15:25:51 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2016-09-06 15:41:06 +0200 |
commit | d4d9a3b92e8c8db7b0cebc4067ca84531bbf8d40 (patch) | |
tree | 4604139be136c9e15a3c3591c4aa55e83d47ec65 /src | |
parent | 995fad689367ff71d1104709d0b9bdee0482324a (diff) | |
download | nautilus-d4d9a3b92e8c8db7b0cebc4067ca84531bbf8d40.tar.gz |
compress-dialog-controller: add header
Copyright and licence was missing
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-compress-dialog-controller.c | 19 | ||||
-rw-r--r-- | src/nautilus-compress-dialog-controller.h | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/src/nautilus-compress-dialog-controller.c b/src/nautilus-compress-dialog-controller.c index 6741e2630..db4662d2a 100644 --- a/src/nautilus-compress-dialog-controller.c +++ b/src/nautilus-compress-dialog-controller.c @@ -1,3 +1,22 @@ +/* nautilus-compress-dialog-controller.h + * + * Copyright (C) 2016 the Nautilus developers + * + * 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; either version 2 of the + * License, or (at your option) any later version. + * + * 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 + * 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 <glib/gi18n.h> #include <gnome-autoar/gnome-autoar.h> diff --git a/src/nautilus-compress-dialog-controller.h b/src/nautilus-compress-dialog-controller.h index b33767c8e..bb89413f1 100644 --- a/src/nautilus-compress-dialog-controller.h +++ b/src/nautilus-compress-dialog-controller.h @@ -1,3 +1,22 @@ +/* nautilus-compress-dialog-controller.h + * + * Copyright (C) 2016 the Nautilus developers + * + * 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; either version 2 of the + * License, or (at your option) any later version. + * + * 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 + * 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 NAUTILUS_COMPRESS_DIALOG_CONTROLLER_H #define NAUTILUS_COMPRESS_DIALOG_CONTROLLER_H |