Add missing copyright notice to bridge-dialog.vala and exit-node-dialog.vala
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 16 May 2011 08:40:48 +0000 (10:40 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 16 May 2011 08:40:48 +0000 (10:40 +0200)
src/bridge-dialog.vala
src/exit-node-dialog.vala

index b84ac97..5ba7a0e 100644 (file)
@@ -1,3 +1,21 @@
+/* This file is part of status-area-applet-tor.
+ *
+ * Copyright (C) 2010-2011 Philipp Zabel
+ *
+ * status-area-applet-tor 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * status-area-applet-tor 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 status-area-applet-tor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
 class BridgeDialog : Gtk.Dialog {
        private const string GCONF_DIR_TOR     = "/apps/maemo/tor";
        private const string GCONF_KEY_BRIDGES = GCONF_DIR_TOR + "/bridges";
index 033e94d..9a558c4 100644 (file)
@@ -1,3 +1,21 @@
+/* This file is part of status-area-applet-tor.
+ *
+ * Copyright (C) 2010-2011 Philipp Zabel
+ *
+ * status-area-applet-tor 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * status-area-applet-tor 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 status-area-applet-tor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
 class ExitNodeDialog : Gtk.Dialog {
        private const string GCONF_DIR_TOR       = "/apps/maemo/tor";
        private const string GCONF_KEY_EXITNODES = GCONF_DIR_TOR + "/exit_nodes";