summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-09-06 15:27:08 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-09-06 15:41:06 +0200
commit576607829f709faf5a71833c6bc33b16c9f37d45 (patch)
treebbd22d97af5b44001ced6a33c285af3370fcbbfa
parentd4d9a3b92e8c8db7b0cebc4067ca84531bbf8d40 (diff)
downloadnautilus-576607829f709faf5a71833c6bc33b16c9f37d45.tar.gz
file-name-widget-controller: add header
Copyright and licence were missing
-rw-r--r--src/nautilus-file-name-widget-controller.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/nautilus-file-name-widget-controller.h b/src/nautilus-file-name-widget-controller.h
index 8e5b59792..1331c5644 100644
--- a/src/nautilus-file-name-widget-controller.h
+++ b/src/nautilus-file-name-widget-controller.h
@@ -1,3 +1,22 @@
+/* nautilus-file-name-widget-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_FILE_NAME_WIDGET_CONTROLLER_H
#define NAUTILUS_FILE_NAME_WIDGET_CONTROLLER_H