diff --git a/extension.js b/extension.js index 819458e..ba4bbfe 100644 --- a/extension.js +++ b/extension.js @@ -1,6 +1,6 @@ // ex: set sw=4:ts=4 /* -Copyright 2015 Frank Ploss . +Copyright 2015, 2016 Frank Ploss . This file is part of gnome-shell-extension-tor. @@ -15,7 +15,7 @@ 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 gnome-shell-extension-tor. If not, see ./ +along with gnome-shell-extension-tor. If not, see . */ 'use strict'; diff --git a/tor_control_client.js b/tor_control_client.js index eb478c9..86a0469 100644 --- a/tor_control_client.js +++ b/tor_control_client.js @@ -1,6 +1,6 @@ // ex: set sw=4:ts=4 /* -Copyright 2015 Frank Ploss . +Copyright 2015, 2016 Frank Ploss . This file is part of gnome-shell-extension-tor. @@ -15,7 +15,7 @@ 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 gnome-shell-extension-tor. If not, see ./ +along with gnome-shell-extension-tor. If not, see . */ 'use strict'; diff --git a/ui/tor_button.js b/ui/tor_button.js index 6581f23..7f729e2 100644 --- a/ui/tor_button.js +++ b/ui/tor_button.js @@ -1,6 +1,6 @@ // ex: set sw=4:ts=4 /* -Copyright 2015 Frank Ploss . +Copyright 2015, 2016 Frank Ploss . This file is part of gnome-shell-extension-tor. @@ -15,7 +15,7 @@ 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 gnome-shell-extension-tor. If not, see ./ +along with gnome-shell-extension-tor. If not, see . */ 'use strict'; diff --git a/ui/tor_popup_menu.js b/ui/tor_popup_menu.js index 8727505..ca174a1 100644 --- a/ui/tor_popup_menu.js +++ b/ui/tor_popup_menu.js @@ -1,6 +1,6 @@ // vim: set sw=4:ts=4 /* -Copyright 2015 Frank Ploss . +Copyright 2015, 2016 Frank Ploss . This file is part of gnome-shell-extension-tor. @@ -15,7 +15,7 @@ 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 gnome-shell-extension-tor. If not, see ./ +along with gnome-shell-extension-tor. If not, see . */ 'use strict';