From fb098e86c71f644bd3d5a36a93db37e1913000e2 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 20 Jan 2009 23:05:47 -0600 Subject: [PATCH] fixed shell script license statements to be GPL-3, instead of GPL-2 --- screen-launcher | 13 ++++++------- screen-launcher-install | 10 ++++------ screen-launcher-uninstall | 10 ++++------ screen-profiles-helper | 10 ++++------ select-screen-profile | 10 ++++------ 5 files changed, 22 insertions(+), 31 deletions(-) diff --git a/screen-launcher b/screen-launcher index 17f9dc95..d9b59f2f 100755 --- a/screen-launcher +++ b/screen-launcher @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh -e # # screen-launcher # Copyright (C) 2008 Canonical Ltd. @@ -6,19 +6,17 @@ # Authors: Nick Barcet # Dustin Kirkland # -# This program is free software; you can redistribute it and/or modify +# 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. +# the Free Software Foundation, either version 3 of the License. # # 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, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # Sanitize the local user's setup for i in ".screenrc-keybindings" ".screenrc-windows"; do @@ -27,6 +25,7 @@ for i in ".screenrc-keybindings" ".screenrc-windows"; do fi done +# Launch screen if [ "$TERM" != "screen" ]; then screen -xRR fi diff --git a/screen-launcher-install b/screen-launcher-install index 95f9f984..c69b1a51 100755 --- a/screen-launcher-install +++ b/screen-launcher-install @@ -6,19 +6,17 @@ # Authors: Nick Barcet # Dustin Kirkland # -# This program is free software; you can redistribute it and/or modify +# 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. +# the Free Software Foundation, either version 3 of the License. # # 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, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . install_screen_launcher() { diff --git a/screen-launcher-uninstall b/screen-launcher-uninstall index 898b2a5c..5b93b068 100755 --- a/screen-launcher-uninstall +++ b/screen-launcher-uninstall @@ -6,19 +6,17 @@ # Authors: Nick Barcet # Dustin Kirkland # -# This program is free software; you can redistribute it and/or modify +# 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. +# the Free Software Foundation, either version 3 of the License. # # 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, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . remove_screen_launcher() { diff --git a/screen-profiles-helper b/screen-profiles-helper index fdd32eb7..93dc2c71 100755 --- a/screen-profiles-helper +++ b/screen-profiles-helper @@ -5,19 +5,17 @@ # # Authors: Nick Barcet # -# This program is free software; you can redistribute it and/or modify +# 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. +# the Free Software Foundation, either version 3 of the License. # # 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, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . import sys, os, os.path, time, string, commands, gettext from ConfigParser import SafeConfigParser diff --git a/select-screen-profile b/select-screen-profile index 503a2ac8..c791e743 100755 --- a/select-screen-profile +++ b/select-screen-profile @@ -6,19 +6,17 @@ # Authors: Dustin Kirklan # Nick Barcet # -# This program is free software; you can redistribute it and/or modify +# 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. +# the Free Software Foundation, either version 3 of the License. # # 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, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # To generate localization information, run: