vim-vimoutliner/fix-FSF-address.patch
2014-04-06 23:28:55 +02:00

130 lines
5.3 KiB
Diff

From fe638d7ba47ef788cc9401425b8e98534b7b164d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= <mcepl@redhat.com>
Date: Sun, 6 Apr 2014 23:09:11 +0200
Subject: [PATCH] Fix FSF address
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
According to http://www.gnu.org/licenses/gpl-howto.html
Signed-off-by: Matěj Cepl <mcepl@redhat.com>
---
ftdetect/votl.vim | 3 +--
ftplugin/votl.vim | 3 +--
syntax/votl.vim | 3 +--
vimoutliner/scripts/otl2ooimpress.py | 7 ++-----
vimoutliner/scripts/otl2ooimpress.sh | 7 ++-----
vimoutliner/scripts/otlsplit.py | 3 +--
vimoutliner/scripts/votl_maketags.pl | 3 +--
7 files changed, 9 insertions(+), 20 deletions(-)
diff --git a/ftdetect/votl.vim b/ftdetect/votl.vim
index a249f13..995dc61 100644
--- a/ftdetect/votl.vim
+++ b/ftdetect/votl.vim
@@ -14,8 +14,7 @@
"# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+"# along with this program; if not, see <http://www.gnu.org/licenses/>.
"#
"# Steve Litt, slitt@troubleshooters.com, http://www.troubleshooters.com
"# #######################################################################
diff --git a/ftplugin/votl.vim b/ftplugin/votl.vim
index c32bd83..fcf23ed 100644
--- a/ftplugin/votl.vim
+++ b/ftplugin/votl.vim
@@ -15,8 +15,7 @@
"# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+"# along with this program; if not, see <http://www.gnu.org/licenses/>.
"#
"# Steve Litt, slitt@troubleshooters.com, http://www.troubleshooters.com
"#########################################################################
diff --git a/syntax/votl.vim b/syntax/votl.vim
index b545e75..076ed3c 100644
--- a/syntax/votl.vim
+++ b/syntax/votl.vim
@@ -14,8 +14,7 @@
"# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+"# along with this program; if not, see <http://www.gnu.org/licenses/>.
"#
"# Steve Litt, slitt@troubleshooters.com, http://www.troubleshooters.com
"#########################################################################
diff --git a/vimoutliner/scripts/otl2ooimpress.py b/vimoutliner/scripts/otl2ooimpress.py
index 4105a25..7d3ab67 100755
--- a/vimoutliner/scripts/otl2ooimpress.py
+++ b/vimoutliner/scripts/otl2ooimpress.py
@@ -17,11 +17,8 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
-# License along with this library; if not, write to:
-#
-# Free Software Foundation, Inc.
-# 59 Temple Place, Suite 330
-# Boston, MA 02111-1307 USA
+# License along with this library; if not, see
+# <http://www.gnu.org/licenses/>.
#
#############################################################################
# ALPHA VERSION!!!
diff --git a/vimoutliner/scripts/otl2ooimpress.sh b/vimoutliner/scripts/otl2ooimpress.sh
index 5ac0460..9e2432d 100755
--- a/vimoutliner/scripts/otl2ooimpress.sh
+++ b/vimoutliner/scripts/otl2ooimpress.sh
@@ -17,11 +17,8 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
-# License along with this library; if not, write to:
-#
-# Free Software Foundation, Inc.
-# 59 Temple Place, Suite 330
-# Boston, MA 02111-1307 USA
+# License along with this library; if not, see
+# <http://www.gnu.org/licenses/>.
#
#############################################################################
diff --git a/vimoutliner/scripts/otlsplit.py b/vimoutliner/scripts/otlsplit.py
index d1e1adf..2715e89 100755
--- a/vimoutliner/scripts/otlsplit.py
+++ b/vimoutliner/scripts/otlsplit.py
@@ -21,8 +21,7 @@
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
###########################################################################
# include whatever mdules we need
diff --git a/vimoutliner/scripts/votl_maketags.pl b/vimoutliner/scripts/votl_maketags.pl
index 8890eaa..1b648f9 100644
--- a/vimoutliner/scripts/votl_maketags.pl
+++ b/vimoutliner/scripts/votl_maketags.pl
@@ -14,8 +14,7 @@
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# Steve Litt, slitt@troubleshooters.com, http://www.troubleshooters.com
# #######################################################################
--
1.9.0