From a509df4691127fe1c1e1098abe4abccaa695b1e8 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Mon, 16 May 2011 10:40:48 +0200 Subject: [PATCH] Add missing copyright notice to bridge-dialog.vala and exit-node-dialog.vala --- src/bridge-dialog.vala | 18 ++++++++++++++++++ src/exit-node-dialog.vala | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/bridge-dialog.vala b/src/bridge-dialog.vala index b84ac97..5ba7a0e 100644 --- a/src/bridge-dialog.vala +++ b/src/bridge-dialog.vala @@ -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 . + */ + class BridgeDialog : Gtk.Dialog { private const string GCONF_DIR_TOR = "/apps/maemo/tor"; private const string GCONF_KEY_BRIDGES = GCONF_DIR_TOR + "/bridges"; diff --git a/src/exit-node-dialog.vala b/src/exit-node-dialog.vala index 033e94d..9a558c4 100644 --- a/src/exit-node-dialog.vala +++ b/src/exit-node-dialog.vala @@ -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 . + */ + class ExitNodeDialog : Gtk.Dialog { private const string GCONF_DIR_TOR = "/apps/maemo/tor"; private const string GCONF_KEY_EXITNODES = GCONF_DIR_TOR + "/exit_nodes"; -- 1.7.9.5