Blob Blame History Raw
From 3298a8bd5a67d410ba60a3044dd0aab05d523c40 Mon Sep 17 00:00:00 2001
From: Andrew Bauer <zonexpertconsulting@outlook.com>
Date: Wed, 28 Nov 2018 08:52:00 -0600
Subject: [PATCH 1/2] update gpl mailing address

---
 COPYING                                       | 4 ++--
 etc/afpd/afprun.c                             | 2 +-
 include/atalk/byteorder.h                     | 2 +-
 include/atalk/ftw.h                           | 4 ++--
 include/atalk/queue.h                         | 2 +-
 include/atalk/vfs.h                           | 2 +-
 libatalk/adouble/ad_recvfile.c                | 2 +-
 libatalk/adouble/ad_sendfile.c                | 2 +-
 libatalk/compat/strlcpy.c                     | 2 +-
 libatalk/unicode/charcnv.c                    | 2 +-
 libatalk/unicode/charsets/generic_cjk.c       | 2 +-
 libatalk/unicode/charsets/generic_cjk.h       | 2 +-
 libatalk/unicode/charsets/generic_mb.c        | 2 +-
 libatalk/unicode/charsets/mac_centraleurope.c | 2 +-
 libatalk/unicode/charsets/mac_chinese_simp.c  | 2 +-
 libatalk/unicode/charsets/mac_chinese_simp.h  | 2 +-
 libatalk/unicode/charsets/mac_chinese_trad.c  | 2 +-
 libatalk/unicode/charsets/mac_chinese_trad.h  | 2 +-
 libatalk/unicode/charsets/mac_cyrillic.c      | 2 +-
 libatalk/unicode/charsets/mac_greek.c         | 2 +-
 libatalk/unicode/charsets/mac_hebrew.c        | 2 +-
 libatalk/unicode/charsets/mac_japanese.c      | 2 +-
 libatalk/unicode/charsets/mac_japanese.h      | 2 +-
 libatalk/unicode/charsets/mac_korean.c        | 2 +-
 libatalk/unicode/charsets/mac_korean.h        | 2 +-
 libatalk/unicode/charsets/mac_roman.c         | 2 +-
 libatalk/unicode/charsets/mac_roman.h         | 2 +-
 libatalk/unicode/charsets/mac_turkish.c       | 2 +-
 libatalk/unicode/iconv.c                      | 2 +-
 libatalk/unicode/utf8.c                       | 2 +-
 libatalk/util/fault.c                         | 2 +-
 libatalk/util/ftw.c                           | 4 ++--
 libatalk/vfs/extattr.c                        | 2 +-
 libatalk/vfs/vfs.c                            | 2 +-
 34 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/COPYING b/COPYING
index d60c31a9..f7962229 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
 
     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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 
 Also add information on how to contact you by electronic and paper mail.
diff --git a/etc/afpd/afprun.c b/etc/afpd/afprun.c
index ed412476..daba5d7f 100644
--- a/etc/afpd/afprun.c
+++ b/etc/afpd/afprun.c
@@ -15,7 +15,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    modified for netatalk dgautheron@magic.fr
 */
diff --git a/include/atalk/byteorder.h b/include/atalk/byteorder.h
index 0ea3972f..1ad33607 100644
--- a/include/atalk/byteorder.h
+++ b/include/atalk/byteorder.h
@@ -15,7 +15,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #ifndef _BYTEORDER_H
diff --git a/include/atalk/ftw.h b/include/atalk/ftw.h
index 157efc50..9d0ae339 100644
--- a/include/atalk/ftw.h
+++ b/include/atalk/ftw.h
@@ -13,8 +13,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 /*
  *	X/Open Portability Guide 4.2: ftw.h
diff --git a/include/atalk/queue.h b/include/atalk/queue.h
index a3f433eb..92d8b91e 100644
--- a/include/atalk/queue.h
+++ b/include/atalk/queue.h
@@ -13,7 +13,7 @@
  
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #ifndef ATALK_QUEUE_H
diff --git a/include/atalk/vfs.h b/include/atalk/vfs.h
index 580c22b2..4f16de72 100644
--- a/include/atalk/vfs.h
+++ b/include/atalk/vfs.h
@@ -13,7 +13,7 @@
  
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
    vfs layer for afp
 */
diff --git a/libatalk/adouble/ad_recvfile.c b/libatalk/adouble/ad_recvfile.c
index 1703ee83..224ffcd9 100644
--- a/libatalk/adouble/ad_recvfile.c
+++ b/libatalk/adouble/ad_recvfile.c
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/libatalk/adouble/ad_sendfile.c b/libatalk/adouble/ad_sendfile.c
index 2730644b..cf61e15a 100644
--- a/libatalk/adouble/ad_sendfile.c
+++ b/libatalk/adouble/ad_sendfile.c
@@ -22,7 +22,7 @@
  
  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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/libatalk/compat/strlcpy.c b/libatalk/compat/strlcpy.c
index 314b039c..487865a3 100644
--- a/libatalk/compat/strlcpy.c
+++ b/libatalk/compat/strlcpy.c
@@ -17,7 +17,7 @@
  
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
    strlcpy strlcat functions.
 */
diff --git a/libatalk/unicode/charcnv.c b/libatalk/unicode/charcnv.c
index 7242b576..9bfbe727 100644
--- a/libatalk/unicode/charcnv.c
+++ b/libatalk/unicode/charcnv.c
@@ -18,7 +18,7 @@
 
   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.
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 */
 #ifdef HAVE_CONFIG_H
diff --git a/libatalk/unicode/charsets/generic_cjk.c b/libatalk/unicode/charsets/generic_cjk.c
index 461af345..2d43f038 100644
--- a/libatalk/unicode/charsets/generic_cjk.c
+++ b/libatalk/unicode/charsets/generic_cjk.c
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/libatalk/unicode/charsets/generic_cjk.h b/libatalk/unicode/charsets/generic_cjk.h
index 3c4a48c7..09eb3573 100644
--- a/libatalk/unicode/charsets/generic_cjk.h
+++ b/libatalk/unicode/charsets/generic_cjk.h
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <atalk/unicode.h>
diff --git a/libatalk/unicode/charsets/generic_mb.c b/libatalk/unicode/charsets/generic_mb.c
index 0347c3e7..1efafba6 100644
--- a/libatalk/unicode/charsets/generic_mb.c
+++ b/libatalk/unicode/charsets/generic_mb.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/charsets/mac_centraleurope.c b/libatalk/unicode/charsets/mac_centraleurope.c
index 40784be3..37150992 100644
--- a/libatalk/unicode/charsets/mac_centraleurope.c
+++ b/libatalk/unicode/charsets/mac_centraleurope.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/charsets/mac_chinese_simp.c b/libatalk/unicode/charsets/mac_chinese_simp.c
index 2ff6c2a0..97ad8484 100644
--- a/libatalk/unicode/charsets/mac_chinese_simp.c
+++ b/libatalk/unicode/charsets/mac_chinese_simp.c
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_chinese_simp.h b/libatalk/unicode/charsets/mac_chinese_simp.h
index 25216256..900eb858 100644
--- a/libatalk/unicode/charsets/mac_chinese_simp.h
+++ b/libatalk/unicode/charsets/mac_chinese_simp.h
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_chinese_trad.c b/libatalk/unicode/charsets/mac_chinese_trad.c
index 116e8cd5..25710535 100644
--- a/libatalk/unicode/charsets/mac_chinese_trad.c
+++ b/libatalk/unicode/charsets/mac_chinese_trad.c
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_chinese_trad.h b/libatalk/unicode/charsets/mac_chinese_trad.h
index 00e0c518..851c7370 100644
--- a/libatalk/unicode/charsets/mac_chinese_trad.h
+++ b/libatalk/unicode/charsets/mac_chinese_trad.h
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_cyrillic.c b/libatalk/unicode/charsets/mac_cyrillic.c
index fde64861..57faf472 100644
--- a/libatalk/unicode/charsets/mac_cyrillic.c
+++ b/libatalk/unicode/charsets/mac_cyrillic.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/charsets/mac_greek.c b/libatalk/unicode/charsets/mac_greek.c
index e48237b6..987b2c7a 100644
--- a/libatalk/unicode/charsets/mac_greek.c
+++ b/libatalk/unicode/charsets/mac_greek.c
@@ -17,7 +17,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/charsets/mac_hebrew.c b/libatalk/unicode/charsets/mac_hebrew.c
index 34d96902..ffdf8495 100644
--- a/libatalk/unicode/charsets/mac_hebrew.c
+++ b/libatalk/unicode/charsets/mac_hebrew.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/charsets/mac_japanese.c b/libatalk/unicode/charsets/mac_japanese.c
index 9f32f662..29a24874 100644
--- a/libatalk/unicode/charsets/mac_japanese.c
+++ b/libatalk/unicode/charsets/mac_japanese.c
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_japanese.h b/libatalk/unicode/charsets/mac_japanese.h
index e27e450d..03510bb1 100644
--- a/libatalk/unicode/charsets/mac_japanese.h
+++ b/libatalk/unicode/charsets/mac_japanese.h
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_korean.c b/libatalk/unicode/charsets/mac_korean.c
index 26f387d7..08356109 100644
--- a/libatalk/unicode/charsets/mac_korean.c
+++ b/libatalk/unicode/charsets/mac_korean.c
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_korean.h b/libatalk/unicode/charsets/mac_korean.h
index 2febaa28..acb2d7b1 100644
--- a/libatalk/unicode/charsets/mac_korean.h
+++ b/libatalk/unicode/charsets/mac_korean.h
@@ -14,7 +14,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * Reference
  * http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
diff --git a/libatalk/unicode/charsets/mac_roman.c b/libatalk/unicode/charsets/mac_roman.c
index 34ccaaf9..b615540a 100644
--- a/libatalk/unicode/charsets/mac_roman.c
+++ b/libatalk/unicode/charsets/mac_roman.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/charsets/mac_roman.h b/libatalk/unicode/charsets/mac_roman.h
index 5d2c72e6..096583c6 100644
--- a/libatalk/unicode/charsets/mac_roman.h
+++ b/libatalk/unicode/charsets/mac_roman.h
@@ -13,7 +13,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * from GNU libiconv
  * modified by Bjorn (Apple Logo 0xf0 to Apple unicode 0xf8ff )
diff --git a/libatalk/unicode/charsets/mac_turkish.c b/libatalk/unicode/charsets/mac_turkish.c
index 619f4b01..c27a316f 100644
--- a/libatalk/unicode/charsets/mac_turkish.c
+++ b/libatalk/unicode/charsets/mac_turkish.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/iconv.c b/libatalk/unicode/iconv.c
index c44df315..c7fb7b78 100644
--- a/libatalk/unicode/iconv.c
+++ b/libatalk/unicode/iconv.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/unicode/utf8.c b/libatalk/unicode/utf8.c
index 04dbb9a2..54515d26 100644
--- a/libatalk/unicode/utf8.c
+++ b/libatalk/unicode/utf8.c
@@ -16,7 +16,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    From samba 3.0 beta and GNU libiconv-1.8
    It's bad but most of the time we can't use libc iconv service:
diff --git a/libatalk/util/fault.c b/libatalk/util/fault.c
index 48c4fe05..7ce3c131 100644
--- a/libatalk/util/fault.c
+++ b/libatalk/util/fault.c
@@ -15,7 +15,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #ifdef HAVE_CONFIG_H
diff --git a/libatalk/util/ftw.c b/libatalk/util/ftw.c
index f0ac17f1..35bccac9 100644
--- a/libatalk/util/ftw.c
+++ b/libatalk/util/ftw.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
diff --git a/libatalk/vfs/extattr.c b/libatalk/vfs/extattr.c
index 32cdc65d..39f4437b 100644
--- a/libatalk/vfs/extattr.c
+++ b/libatalk/vfs/extattr.c
@@ -18,7 +18,7 @@
    
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    sys_copyxattr modified from LGPL2.1 libattr copyright
    Copyright (C) 2001-2002 Silicon Graphics, Inc.  All Rights Reserved.
diff --git a/libatalk/vfs/vfs.c b/libatalk/vfs/vfs.c
index 0d1961cf..236228cf 100644
--- a/libatalk/vfs/vfs.c
+++ b/libatalk/vfs/vfs.c
@@ -14,7 +14,7 @@
  
    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.
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  
 */
 #ifdef HAVE_CONFIG_H

From 9ac8d1d49f6a214b609905eeecd67c698090e18a Mon Sep 17 00:00:00 2001
From: Andrew Bauer <knnniggett@users.sourceforge.net>
Date: Wed, 28 Nov 2018 19:58:07 -0600
Subject: [PATCH 2/2] update COPYING

---
 COPYING | 41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

diff --git a/COPYING b/COPYING
index f7962229..d159169d 100644
--- a/COPYING
+++ b/COPYING
@@ -1,12 +1,12 @@
-		    GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its users.  This
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all.
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-		    GNU GENERAL PUBLIC LICENSE
+
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
     License.  (Exception: if the Program itself is interactive but
     does not normally print such an announcement, your work based on
     the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@ impose that choice.
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -255,7 +255,7 @@ make exceptions for this.  Our decision will be guided by the two goals
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
-
-	    How to Apply These Terms to Your New Programs
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to the public, the best way to achieve this is to make it
@@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full notice is found.
     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, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 Also add information on how to contact you by electronic and paper mail.
 
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) year  name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
@@ -336,5 +335,5 @@ necessary.  Here is a sample; alter the names:
 This General Public License does not permit incorporating your program into
 proprietary programs.  If your program is a subroutine library, you may
 consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
+library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.