[perl-gnome2-vfs] Updated FSF address in all files that have it



commit c874e86a92a62e751e6859285dfad1c32ad7cf10
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Oct 1 21:21:49 2020 -0700

    Updated FSF address in all files that have it

 LICENSE                           | 7 +++----
 VFS.pm                            | 3 +--
 vfs2perl.c                        | 4 ++--
 vfs2perl.h                        | 4 ++--
 xs/GnomeVFS.xs                    | 4 ++--
 xs/GnomeVFSAddress.xs             | 4 ++--
 xs/GnomeVFSApplicationRegistry.xs | 4 ++--
 xs/GnomeVFSAsync.xs               | 4 ++--
 xs/GnomeVFSDNSSD.xs               | 4 ++--
 xs/GnomeVFSDirectory.xs           | 4 ++--
 xs/GnomeVFSDrive.xs               | 4 ++--
 xs/GnomeVFSFileInfo.xs            | 4 ++--
 xs/GnomeVFSInit.xs                | 4 ++--
 xs/GnomeVFSMime.xs                | 4 ++--
 xs/GnomeVFSOps.xs                 | 4 ++--
 xs/GnomeVFSResolve.xs             | 4 ++--
 xs/GnomeVFSURI.xs                 | 4 ++--
 xs/GnomeVFSUtils.xs               | 4 ++--
 xs/GnomeVFSVolume.xs              | 4 ++--
 xs/GnomeVFSVolumeMonitor.xs       | 4 ++--
 xs/GnomeVFSXfer.xs                | 4 ++--
 21 files changed, 42 insertions(+), 44 deletions(-)
---
diff --git a/LICENSE b/LICENSE
index 71b5783..88c1fe9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,7 @@
                  GNU LESSER GENERAL PUBLIC LICENSE
                       Version 2.1, February 1999
 
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc. <https://fsf.org>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -484,8 +483,8 @@ convey the exclusion of warranty; and each file should have at least the
     Lesser General Public License for more details.
 
     You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+    License along with this library; if not, see
+    <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
diff --git a/VFS.pm b/VFS.pm
index 81c1721..de6579b 100644
--- a/VFS.pm
+++ b/VFS.pm
@@ -194,7 +194,6 @@ PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
 details.
 
 You should have received a copy of the GNU Lesser General Public License along
-with this library; if not, write to the Free Software Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+with this library; if not, see <https://www.gnu.org/licenses/>.
 
 =cut
diff --git a/vfs2perl.c b/vfs2perl.c
index e2323e9..00a0a3f 100644
--- a/vfs2perl.c
+++ b/vfs2perl.c
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/vfs2perl.h b/vfs2perl.h
index 2885da3..91f745f 100644
--- a/vfs2perl.h
+++ b/vfs2perl.h
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFS.xs b/xs/GnomeVFS.xs
index 9c5d2e9..34d0de0 100644
--- a/xs/GnomeVFS.xs
+++ b/xs/GnomeVFS.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSAddress.xs b/xs/GnomeVFSAddress.xs
index 34a4fbb..fba267a 100644
--- a/xs/GnomeVFSAddress.xs
+++ b/xs/GnomeVFSAddress.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSApplicationRegistry.xs b/xs/GnomeVFSApplicationRegistry.xs
index 4d73022..68f3dc4 100644
--- a/xs/GnomeVFSApplicationRegistry.xs
+++ b/xs/GnomeVFSApplicationRegistry.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSAsync.xs b/xs/GnomeVFSAsync.xs
index 52924af..23f332d 100644
--- a/xs/GnomeVFSAsync.xs
+++ b/xs/GnomeVFSAsync.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSDNSSD.xs b/xs/GnomeVFSDNSSD.xs
index 1e3cdcf..934e5cd 100644
--- a/xs/GnomeVFSDNSSD.xs
+++ b/xs/GnomeVFSDNSSD.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSDirectory.xs b/xs/GnomeVFSDirectory.xs
index e439fed..ffe9b5c 100644
--- a/xs/GnomeVFSDirectory.xs
+++ b/xs/GnomeVFSDirectory.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSDrive.xs b/xs/GnomeVFSDrive.xs
index 097a5bc..acb6d0e 100644
--- a/xs/GnomeVFSDrive.xs
+++ b/xs/GnomeVFSDrive.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSFileInfo.xs b/xs/GnomeVFSFileInfo.xs
index 53f6fc6..906a021 100644
--- a/xs/GnomeVFSFileInfo.xs
+++ b/xs/GnomeVFSFileInfo.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSInit.xs b/xs/GnomeVFSInit.xs
index 1fd7242..567547d 100644
--- a/xs/GnomeVFSInit.xs
+++ b/xs/GnomeVFSInit.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSMime.xs b/xs/GnomeVFSMime.xs
index 7c86ee9..29d1195 100644
--- a/xs/GnomeVFSMime.xs
+++ b/xs/GnomeVFSMime.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSOps.xs b/xs/GnomeVFSOps.xs
index ea5e634..086938b 100644
--- a/xs/GnomeVFSOps.xs
+++ b/xs/GnomeVFSOps.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSResolve.xs b/xs/GnomeVFSResolve.xs
index 1daeea8..9ab3024 100644
--- a/xs/GnomeVFSResolve.xs
+++ b/xs/GnomeVFSResolve.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSURI.xs b/xs/GnomeVFSURI.xs
index 4fe2d2c..c0044b6 100644
--- a/xs/GnomeVFSURI.xs
+++ b/xs/GnomeVFSURI.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSUtils.xs b/xs/GnomeVFSUtils.xs
index 0f59c33..775df7a 100644
--- a/xs/GnomeVFSUtils.xs
+++ b/xs/GnomeVFSUtils.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSVolume.xs b/xs/GnomeVFSVolume.xs
index 5c7d9d1..24b2ba7 100644
--- a/xs/GnomeVFSVolume.xs
+++ b/xs/GnomeVFSVolume.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSVolumeMonitor.xs b/xs/GnomeVFSVolumeMonitor.xs
index 84609f9..f2b7fdf 100644
--- a/xs/GnomeVFSVolumeMonitor.xs
+++ b/xs/GnomeVFSVolumeMonitor.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */
diff --git a/xs/GnomeVFSXfer.xs b/xs/GnomeVFSXfer.xs
index d19d416..c0f8fd2 100644
--- a/xs/GnomeVFSXfer.xs
+++ b/xs/GnomeVFSXfer.xs
@@ -12,8 +12,8 @@
  * Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * $Id$
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]