1139360
From 3298a8bd5a67d410ba60a3044dd0aab05d523c40 Mon Sep 17 00:00:00 2001
1139360
From: Andrew Bauer <zonexpertconsulting@outlook.com>
1139360
Date: Wed, 28 Nov 2018 08:52:00 -0600
1139360
Subject: [PATCH 1/2] update gpl mailing address
1139360
1139360
---
1139360
 COPYING                                       | 4 ++--
1139360
 etc/afpd/afprun.c                             | 2 +-
1139360
 include/atalk/byteorder.h                     | 2 +-
1139360
 include/atalk/ftw.h                           | 4 ++--
1139360
 include/atalk/queue.h                         | 2 +-
1139360
 include/atalk/vfs.h                           | 2 +-
1139360
 libatalk/adouble/ad_recvfile.c                | 2 +-
1139360
 libatalk/adouble/ad_sendfile.c                | 2 +-
1139360
 libatalk/compat/strlcpy.c                     | 2 +-
1139360
 libatalk/unicode/charcnv.c                    | 2 +-
1139360
 libatalk/unicode/charsets/generic_cjk.c       | 2 +-
1139360
 libatalk/unicode/charsets/generic_cjk.h       | 2 +-
1139360
 libatalk/unicode/charsets/generic_mb.c        | 2 +-
1139360
 libatalk/unicode/charsets/mac_centraleurope.c | 2 +-
1139360
 libatalk/unicode/charsets/mac_chinese_simp.c  | 2 +-
1139360
 libatalk/unicode/charsets/mac_chinese_simp.h  | 2 +-
1139360
 libatalk/unicode/charsets/mac_chinese_trad.c  | 2 +-
1139360
 libatalk/unicode/charsets/mac_chinese_trad.h  | 2 +-
1139360
 libatalk/unicode/charsets/mac_cyrillic.c      | 2 +-
1139360
 libatalk/unicode/charsets/mac_greek.c         | 2 +-
1139360
 libatalk/unicode/charsets/mac_hebrew.c        | 2 +-
1139360
 libatalk/unicode/charsets/mac_japanese.c      | 2 +-
1139360
 libatalk/unicode/charsets/mac_japanese.h      | 2 +-
1139360
 libatalk/unicode/charsets/mac_korean.c        | 2 +-
1139360
 libatalk/unicode/charsets/mac_korean.h        | 2 +-
1139360
 libatalk/unicode/charsets/mac_roman.c         | 2 +-
1139360
 libatalk/unicode/charsets/mac_roman.h         | 2 +-
1139360
 libatalk/unicode/charsets/mac_turkish.c       | 2 +-
1139360
 libatalk/unicode/iconv.c                      | 2 +-
1139360
 libatalk/unicode/utf8.c                       | 2 +-
1139360
 libatalk/util/fault.c                         | 2 +-
1139360
 libatalk/util/ftw.c                           | 4 ++--
1139360
 libatalk/vfs/extattr.c                        | 2 +-
1139360
 libatalk/vfs/vfs.c                            | 2 +-
1139360
 34 files changed, 35 insertions(+), 35 deletions(-)
1139360
1139360
diff --git a/COPYING b/COPYING
1139360
index d60c31a9..f7962229 100644
1139360
--- a/COPYING
1139360
+++ b/COPYING
1139360
@@ -2,7 +2,7 @@
1139360
 		       Version 2, June 1991
1139360
 
1139360
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
1139360
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
1139360
+     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1139360
  Everyone is permitted to copy and distribute verbatim copies
1139360
  of this license document, but changing it is not allowed.
1139360
 
1139360
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
1139360
 
1139360
     You should have received a copy of the GNU General Public License
1139360
     along with this program; if not, write to the Free Software
1139360
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
1139360
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1139360
 
1139360
 
1139360
 Also add information on how to contact you by electronic and paper mail.
1139360
diff --git a/etc/afpd/afprun.c b/etc/afpd/afprun.c
1139360
index ed412476..daba5d7f 100644
1139360
--- a/etc/afpd/afprun.c
1139360
+++ b/etc/afpd/afprun.c
1139360
@@ -15,7 +15,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    modified for netatalk dgautheron@magic.fr
1139360
 */
1139360
diff --git a/include/atalk/byteorder.h b/include/atalk/byteorder.h
1139360
index 0ea3972f..1ad33607 100644
1139360
--- a/include/atalk/byteorder.h
1139360
+++ b/include/atalk/byteorder.h
1139360
@@ -15,7 +15,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 */
1139360
 
1139360
 #ifndef _BYTEORDER_H
1139360
diff --git a/include/atalk/ftw.h b/include/atalk/ftw.h
1139360
index 157efc50..9d0ae339 100644
1139360
--- a/include/atalk/ftw.h
1139360
+++ b/include/atalk/ftw.h
1139360
@@ -13,8 +13,8 @@
1139360
 
1139360
    You should have received a copy of the GNU Lesser General Public
1139360
    License along with the GNU C Library; if not, write to the Free
1139360
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
1139360
-   02111-1307 USA.  */
1139360
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1139360
+   02110-1301 USA.  */
1139360
 
1139360
 /*
1139360
  *	X/Open Portability Guide 4.2: ftw.h
1139360
diff --git a/include/atalk/queue.h b/include/atalk/queue.h
1139360
index a3f433eb..92d8b91e 100644
1139360
--- a/include/atalk/queue.h
1139360
+++ b/include/atalk/queue.h
1139360
@@ -13,7 +13,7 @@
1139360
  
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 */
1139360
 
1139360
 #ifndef ATALK_QUEUE_H
1139360
diff --git a/include/atalk/vfs.h b/include/atalk/vfs.h
1139360
index 580c22b2..4f16de72 100644
1139360
--- a/include/atalk/vfs.h
1139360
+++ b/include/atalk/vfs.h
1139360
@@ -13,7 +13,7 @@
1139360
  
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 
1139360
    vfs layer for afp
1139360
 */
1139360
diff --git a/libatalk/adouble/ad_recvfile.c b/libatalk/adouble/ad_recvfile.c
1139360
index 1703ee83..224ffcd9 100644
1139360
--- a/libatalk/adouble/ad_recvfile.c
1139360
+++ b/libatalk/adouble/ad_recvfile.c
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  */
1139360
 
1139360
 #ifdef HAVE_CONFIG_H
1139360
diff --git a/libatalk/adouble/ad_sendfile.c b/libatalk/adouble/ad_sendfile.c
1139360
index 2730644b..cf61e15a 100644
1139360
--- a/libatalk/adouble/ad_sendfile.c
1139360
+++ b/libatalk/adouble/ad_sendfile.c
1139360
@@ -22,7 +22,7 @@
1139360
  
1139360
  You should have received a copy of the GNU General Public License
1139360
  along with this program; if not, write to the Free Software
1139360
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  */
1139360
 
1139360
 #ifdef HAVE_CONFIG_H
1139360
diff --git a/libatalk/compat/strlcpy.c b/libatalk/compat/strlcpy.c
1139360
index 314b039c..487865a3 100644
1139360
--- a/libatalk/compat/strlcpy.c
1139360
+++ b/libatalk/compat/strlcpy.c
1139360
@@ -17,7 +17,7 @@
1139360
  
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 
1139360
    strlcpy strlcat functions.
1139360
 */
1139360
diff --git a/libatalk/unicode/charcnv.c b/libatalk/unicode/charcnv.c
1139360
index 7242b576..9bfbe727 100644
1139360
--- a/libatalk/unicode/charcnv.c
1139360
+++ b/libatalk/unicode/charcnv.c
1139360
@@ -18,7 +18,7 @@
1139360
 
1139360
   You should have received a copy of the GNU General Public License
1139360
   along with this program; if not, write to the Free Software
1139360
-  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 
1139360
 */
1139360
 #ifdef HAVE_CONFIG_H
1139360
diff --git a/libatalk/unicode/charsets/generic_cjk.c b/libatalk/unicode/charsets/generic_cjk.c
1139360
index 461af345..2d43f038 100644
1139360
--- a/libatalk/unicode/charsets/generic_cjk.c
1139360
+++ b/libatalk/unicode/charsets/generic_cjk.c
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  */
1139360
 
1139360
 #ifdef HAVE_CONFIG_H
1139360
diff --git a/libatalk/unicode/charsets/generic_cjk.h b/libatalk/unicode/charsets/generic_cjk.h
1139360
index 3c4a48c7..09eb3573 100644
1139360
--- a/libatalk/unicode/charsets/generic_cjk.h
1139360
+++ b/libatalk/unicode/charsets/generic_cjk.h
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  */
1139360
 
1139360
 #include <atalk/unicode.h>
1139360
diff --git a/libatalk/unicode/charsets/generic_mb.c b/libatalk/unicode/charsets/generic_mb.c
1139360
index 0347c3e7..1efafba6 100644
1139360
--- a/libatalk/unicode/charsets/generic_mb.c
1139360
+++ b/libatalk/unicode/charsets/generic_mb.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/charsets/mac_centraleurope.c b/libatalk/unicode/charsets/mac_centraleurope.c
1139360
index 40784be3..37150992 100644
1139360
--- a/libatalk/unicode/charsets/mac_centraleurope.c
1139360
+++ b/libatalk/unicode/charsets/mac_centraleurope.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/charsets/mac_chinese_simp.c b/libatalk/unicode/charsets/mac_chinese_simp.c
1139360
index 2ff6c2a0..97ad8484 100644
1139360
--- a/libatalk/unicode/charsets/mac_chinese_simp.c
1139360
+++ b/libatalk/unicode/charsets/mac_chinese_simp.c
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_chinese_simp.h b/libatalk/unicode/charsets/mac_chinese_simp.h
1139360
index 25216256..900eb858 100644
1139360
--- a/libatalk/unicode/charsets/mac_chinese_simp.h
1139360
+++ b/libatalk/unicode/charsets/mac_chinese_simp.h
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_chinese_trad.c b/libatalk/unicode/charsets/mac_chinese_trad.c
1139360
index 116e8cd5..25710535 100644
1139360
--- a/libatalk/unicode/charsets/mac_chinese_trad.c
1139360
+++ b/libatalk/unicode/charsets/mac_chinese_trad.c
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_chinese_trad.h b/libatalk/unicode/charsets/mac_chinese_trad.h
1139360
index 00e0c518..851c7370 100644
1139360
--- a/libatalk/unicode/charsets/mac_chinese_trad.h
1139360
+++ b/libatalk/unicode/charsets/mac_chinese_trad.h
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_cyrillic.c b/libatalk/unicode/charsets/mac_cyrillic.c
1139360
index fde64861..57faf472 100644
1139360
--- a/libatalk/unicode/charsets/mac_cyrillic.c
1139360
+++ b/libatalk/unicode/charsets/mac_cyrillic.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/charsets/mac_greek.c b/libatalk/unicode/charsets/mac_greek.c
1139360
index e48237b6..987b2c7a 100644
1139360
--- a/libatalk/unicode/charsets/mac_greek.c
1139360
+++ b/libatalk/unicode/charsets/mac_greek.c
1139360
@@ -17,7 +17,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/charsets/mac_hebrew.c b/libatalk/unicode/charsets/mac_hebrew.c
1139360
index 34d96902..ffdf8495 100644
1139360
--- a/libatalk/unicode/charsets/mac_hebrew.c
1139360
+++ b/libatalk/unicode/charsets/mac_hebrew.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/charsets/mac_japanese.c b/libatalk/unicode/charsets/mac_japanese.c
1139360
index 9f32f662..29a24874 100644
1139360
--- a/libatalk/unicode/charsets/mac_japanese.c
1139360
+++ b/libatalk/unicode/charsets/mac_japanese.c
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_japanese.h b/libatalk/unicode/charsets/mac_japanese.h
1139360
index e27e450d..03510bb1 100644
1139360
--- a/libatalk/unicode/charsets/mac_japanese.h
1139360
+++ b/libatalk/unicode/charsets/mac_japanese.h
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_korean.c b/libatalk/unicode/charsets/mac_korean.c
1139360
index 26f387d7..08356109 100644
1139360
--- a/libatalk/unicode/charsets/mac_korean.c
1139360
+++ b/libatalk/unicode/charsets/mac_korean.c
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_korean.h b/libatalk/unicode/charsets/mac_korean.h
1139360
index 2febaa28..acb2d7b1 100644
1139360
--- a/libatalk/unicode/charsets/mac_korean.h
1139360
+++ b/libatalk/unicode/charsets/mac_korean.h
1139360
@@ -14,7 +14,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * Reference
1139360
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
1139360
diff --git a/libatalk/unicode/charsets/mac_roman.c b/libatalk/unicode/charsets/mac_roman.c
1139360
index 34ccaaf9..b615540a 100644
1139360
--- a/libatalk/unicode/charsets/mac_roman.c
1139360
+++ b/libatalk/unicode/charsets/mac_roman.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/charsets/mac_roman.h b/libatalk/unicode/charsets/mac_roman.h
1139360
index 5d2c72e6..096583c6 100644
1139360
--- a/libatalk/unicode/charsets/mac_roman.h
1139360
+++ b/libatalk/unicode/charsets/mac_roman.h
1139360
@@ -13,7 +13,7 @@
1139360
  *
1139360
  * You should have received a copy of the GNU General Public License
1139360
  * along with this program; if not, write to the Free Software
1139360
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  *
1139360
  * from GNU libiconv
1139360
  * modified by Bjorn (Apple Logo 0xf0 to Apple unicode 0xf8ff )
1139360
diff --git a/libatalk/unicode/charsets/mac_turkish.c b/libatalk/unicode/charsets/mac_turkish.c
1139360
index 619f4b01..c27a316f 100644
1139360
--- a/libatalk/unicode/charsets/mac_turkish.c
1139360
+++ b/libatalk/unicode/charsets/mac_turkish.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/iconv.c b/libatalk/unicode/iconv.c
1139360
index c44df315..c7fb7b78 100644
1139360
--- a/libatalk/unicode/iconv.c
1139360
+++ b/libatalk/unicode/iconv.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/unicode/utf8.c b/libatalk/unicode/utf8.c
1139360
index 04dbb9a2..54515d26 100644
1139360
--- a/libatalk/unicode/utf8.c
1139360
+++ b/libatalk/unicode/utf8.c
1139360
@@ -16,7 +16,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    From samba 3.0 beta and GNU libiconv-1.8
1139360
    It's bad but most of the time we can't use libc iconv service:
1139360
diff --git a/libatalk/util/fault.c b/libatalk/util/fault.c
1139360
index 48c4fe05..7ce3c131 100644
1139360
--- a/libatalk/util/fault.c
1139360
+++ b/libatalk/util/fault.c
1139360
@@ -15,7 +15,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 */
1139360
 
1139360
 #ifdef HAVE_CONFIG_H
1139360
diff --git a/libatalk/util/ftw.c b/libatalk/util/ftw.c
1139360
index f0ac17f1..35bccac9 100644
1139360
--- a/libatalk/util/ftw.c
1139360
+++ b/libatalk/util/ftw.c
1139360
@@ -15,8 +15,8 @@
1139360
 
1139360
    You should have received a copy of the GNU Lesser General Public
1139360
    License along with the GNU C Library; if not, write to the Free
1139360
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
1139360
-   02111-1307 USA.  */
1139360
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
1139360
+   02110-1301 USA.  */
1139360
 
1139360
 #ifdef HAVE_CONFIG_H
1139360
 #include "config.h"
1139360
diff --git a/libatalk/vfs/extattr.c b/libatalk/vfs/extattr.c
1139360
index 32cdc65d..39f4437b 100644
1139360
--- a/libatalk/vfs/extattr.c
1139360
+++ b/libatalk/vfs/extattr.c
1139360
@@ -18,7 +18,7 @@
1139360
    
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
    
1139360
    sys_copyxattr modified from LGPL2.1 libattr copyright
1139360
    Copyright (C) 2001-2002 Silicon Graphics, Inc.  All Rights Reserved.
1139360
diff --git a/libatalk/vfs/vfs.c b/libatalk/vfs/vfs.c
1139360
index 0d1961cf..236228cf 100644
1139360
--- a/libatalk/vfs/vfs.c
1139360
+++ b/libatalk/vfs/vfs.c
1139360
@@ -14,7 +14,7 @@
1139360
  
1139360
    You should have received a copy of the GNU General Public License
1139360
    along with this program; if not, write to the Free Software
1139360
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1139360
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
  
1139360
 */
1139360
 #ifdef HAVE_CONFIG_H
1139360
1139360
From 9ac8d1d49f6a214b609905eeecd67c698090e18a Mon Sep 17 00:00:00 2001
1139360
From: Andrew Bauer <knnniggett@users.sourceforge.net>
1139360
Date: Wed, 28 Nov 2018 19:58:07 -0600
1139360
Subject: [PATCH 2/2] update COPYING
1139360
1139360
---
1139360
 COPYING | 41 ++++++++++++++++++++---------------------
1139360
 1 file changed, 20 insertions(+), 21 deletions(-)
1139360
1139360
diff --git a/COPYING b/COPYING
1139360
index f7962229..d159169d 100644
1139360
--- a/COPYING
1139360
+++ b/COPYING
1139360
@@ -1,12 +1,12 @@
1139360
-		    GNU GENERAL PUBLIC LICENSE
1139360
-		       Version 2, June 1991
1139360
+                    GNU GENERAL PUBLIC LICENSE
1139360
+                       Version 2, June 1991
1139360
 
1139360
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
1139360
-     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1139360
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
1139360
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1139360
  Everyone is permitted to copy and distribute verbatim copies
1139360
  of this license document, but changing it is not allowed.
1139360
 
1139360
-			    Preamble
1139360
+                            Preamble
1139360
 
1139360
   The licenses for most software are designed to take away your
1139360
 freedom to share and change it.  By contrast, the GNU General Public
1139360
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its users.  This
1139360
 General Public License applies to most of the Free Software
1139360
 Foundation's software and to any other program whose authors commit to
1139360
 using it.  (Some other Free Software Foundation software is covered by
1139360
-the GNU Library General Public License instead.)  You can apply it to
1139360
+the GNU Lesser General Public License instead.)  You can apply it to
1139360
 your programs, too.
1139360
 
1139360
   When we speak of free software, we are referring to freedom, not
1139360
@@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all.
1139360
 
1139360
   The precise terms and conditions for copying, distribution and
1139360
 modification follow.
1139360
-
1139360
-		    GNU GENERAL PUBLIC LICENSE
1139360
+
1139360
+                    GNU GENERAL PUBLIC LICENSE
1139360
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1139360
 
1139360
   0. This License applies to any program or other work which contains
1139360
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
1139360
     License.  (Exception: if the Program itself is interactive but
1139360
     does not normally print such an announcement, your work based on
1139360
     the Program is not required to print an announcement.)
1139360
-
1139360
+
1139360
 These requirements apply to the modified work as a whole.  If
1139360
 identifiable sections of that work are not derived from the Program,
1139360
 and can be reasonably considered independent and separate works in
1139360
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
1139360
 access to copy the source code from the same place counts as
1139360
 distribution of the source code, even though third parties are not
1139360
 compelled to copy the source along with the object code.
1139360
-
1139360
+
1139360
   4. You may not copy, modify, sublicense, or distribute the Program
1139360
 except as expressly provided under this License.  Any attempt
1139360
 otherwise to copy, modify, sublicense or distribute the Program is
1139360
@@ -225,7 +225,7 @@ impose that choice.
1139360
 
1139360
 This section is intended to make thoroughly clear what is believed to
1139360
 be a consequence of the rest of this License.
1139360
-
1139360
+
1139360
   8. If the distribution and/or use of the Program is restricted in
1139360
 certain countries either by patents or by copyrighted interfaces, the
1139360
 original copyright holder who places the Program under this License
1139360
@@ -255,7 +255,7 @@ make exceptions for this.  Our decision will be guided by the two goals
1139360
 of preserving the free status of all derivatives of our free software and
1139360
 of promoting the sharing and reuse of software generally.
1139360
 
1139360
-			    NO WARRANTY
1139360
+                            NO WARRANTY
1139360
 
1139360
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
1139360
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
1139360
@@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
1139360
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
1139360
 POSSIBILITY OF SUCH DAMAGES.
1139360
 
1139360
-		     END OF TERMS AND CONDITIONS
1139360
-
1139360
-	    How to Apply These Terms to Your New Programs
1139360
+                     END OF TERMS AND CONDITIONS
1139360
+
1139360
+            How to Apply These Terms to Your New Programs
1139360
 
1139360
   If you develop a new program, and you want it to be of the greatest
1139360
 possible use to the public, the best way to achieve this is to make it
1139360
@@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full notice is found.
1139360
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1139360
     GNU General Public License for more details.
1139360
 
1139360
-    You should have received a copy of the GNU General Public License
1139360
-    along with this program; if not, write to the Free Software
1139360
-    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1139360
-
1139360
+    You should have received a copy of the GNU General Public License along
1139360
+    with this program; if not, write to the Free Software Foundation, Inc.,
1139360
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1139360
 
1139360
 Also add information on how to contact you by electronic and paper mail.
1139360
 
1139360
 If the program is interactive, make it output a short notice like this
1139360
 when it starts in an interactive mode:
1139360
 
1139360
-    Gnomovision version 69, Copyright (C) year  name of author
1139360
+    Gnomovision version 69, Copyright (C) year name of author
1139360
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1139360
     This is free software, and you are welcome to redistribute it
1139360
     under certain conditions; type `show c' for details.
1139360
@@ -336,5 +335,5 @@ necessary.  Here is a sample; alter the names:
1139360
 This General Public License does not permit incorporating your program into
1139360
 proprietary programs.  If your program is a subroutine library, you may
1139360
 consider it more useful to permit linking proprietary applications with the
1139360
-library.  If this is what you want to do, use the GNU Library General
1139360
+library.  If this is what you want to do, use the GNU Lesser General
1139360
 Public License instead of this License.