diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-09-06 15:23:59 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2016-09-06 15:41:06 +0200 |
commit | 454616c33c1378672ab037ef45c526b7f30f9912 (patch) | |
tree | fbc0c7e2b4ea97ac71855dbb506936b4101d9e5f /src/nautilus-file-name-widget-controller.c | |
parent | 24ced54ee43854104a62d81e4ec30480bd0f1f3c (diff) | |
download | nautilus-454616c33c1378672ab037ef45c526b7f30f9912.tar.gz |
file-name-widget-controller: add header
Copyright and licence was missing.
Diffstat (limited to 'src/nautilus-file-name-widget-controller.c')
-rw-r--r-- | src/nautilus-file-name-widget-controller.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/nautilus-file-name-widget-controller.c b/src/nautilus-file-name-widget-controller.c index 45135be95..2a4cd4527 100644 --- a/src/nautilus-file-name-widget-controller.c +++ b/src/nautilus-file-name-widget-controller.c @@ -1,3 +1,22 @@ +/* nautilus-file-name-widget-controller.c + * + * 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 "nautilus-file-name-widget-controller.h" |