b07b343
diff -ru ./src/libprelude-error/err-codes.h ./src/libprelude-error/err-codes.h
b07b343
--- ./src/libprelude-error/err-codes.h	2016-09-15 08:51:51.964000884 +0200
b07b343
+++ ./src/libprelude-error/err-codes.h	2016-12-02 07:37:52.786070647 +0100
b07b343
@@ -15,10 +15,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 
b07b343
 /* The purpose of this complex string table is to produce
b07b343
diff -ru ./src/libprelude-error/err-codes.h.in ./src/libprelude-error/err-codes.h.in
b07b343
--- ./src/libprelude-error/err-codes.h.in	2016-09-15 08:49:10.805000884 +0200
b07b343
+++ ./src/libprelude-error/err-codes.h.in	2016-12-02 07:38:08.252722176 +0100
b07b343
@@ -14,10 +14,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 # Everything up to the first line that starts with a number in the
b07b343
 # first column is copied into the output verbatim.  Then, empty lines
b07b343
diff -ru ./src/libprelude-error/errnos.in ./src/libprelude-error/errnos.in
b07b343
--- ./src/libprelude-error/errnos.in	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/errnos.in	2016-12-02 07:38:23.777372399 +0100
b07b343
@@ -14,10 +14,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 # Everything up to the first line that starts with a number in the
b07b343
 # first column is copied into the output verbatim.  Then, empty lines
b07b343
diff -ru ./src/libprelude-error/err-sources.h ./src/libprelude-error/err-sources.h
b07b343
--- ./src/libprelude-error/err-sources.h	2016-09-15 08:51:51.961000884 +0200
b07b343
+++ ./src/libprelude-error/err-sources.h	2016-12-02 07:38:32.605173508 +0100
b07b343
@@ -15,10 +15,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 
b07b343
 /* The purpose of this complex string table is to produce
b07b343
diff -ru ./src/libprelude-error/err-sources.h.in ./src/libprelude-error/err-sources.h.in
b07b343
--- ./src/libprelude-error/err-sources.h.in	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/err-sources.h.in	2016-12-02 07:39:14.072239231 +0100
b07b343
@@ -14,10 +14,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 # Everything up to the first line that starts with a number in the
b07b343
 # first column is copied into the output verbatim.  Then, empty lines
b07b343
diff -ru ./src/libprelude-error/mkerrcodes1.awk ./src/libprelude-error/mkerrcodes1.awk
b07b343
--- ./src/libprelude-error/mkerrcodes1.awk	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkerrcodes1.awk	2016-12-02 07:40:41.671265585 +0100
b07b343
@@ -11,9 +11,9 @@
b07b343
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
 # General Public License for more details.
b07b343
 #
b07b343
-# You should have received a copy of the GNU General Public License
b07b343
-# along with this program; if not, write to the Free Software
b07b343
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
b07b343
+# You should have received a copy of the GNU General Public License along
b07b343
+# with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
b07b343
 #
b07b343
 # As a special exception, g10 Code GmbH gives unlimited permission to
b07b343
 # copy, distribute and modify the C source files that are the output
b07b343
diff -ru ./src/libprelude-error/mkerrcodes2.awk ./src/libprelude-error/mkerrcodes2.awk
b07b343
--- ./src/libprelude-error/mkerrcodes2.awk	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkerrcodes2.awk	2016-12-02 07:40:57.327912836 +0100
b07b343
@@ -11,9 +11,9 @@
b07b343
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
 # General Public License for more details.
b07b343
 #
b07b343
-# You should have received a copy of the GNU General Public License
b07b343
-# along with this program; if not, write to the Free Software
b07b343
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
b07b343
+# You should have received a copy of the GNU General Public License along
b07b343
+# with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
b07b343
 #
b07b343
 # As a special exception, g10 Code GmbH gives unlimited permission to
b07b343
 # copy, distribute and modify the C source files that are the output
b07b343
diff -ru ./src/libprelude-error/mkerrcodes.awk ./src/libprelude-error/mkerrcodes.awk
b07b343
--- ./src/libprelude-error/mkerrcodes.awk	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkerrcodes.awk	2016-12-02 07:41:21.451369320 +0100
b07b343
@@ -11,9 +11,9 @@
b07b343
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
 # General Public License for more details.
b07b343
 #
b07b343
-# You should have received a copy of the GNU General Public License
b07b343
-# along with this program; if not, write to the Free Software
b07b343
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
b07b343
+# You should have received a copy of the GNU General Public License along
b07b343
+# with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
b07b343
 #
b07b343
 # As a special exception, g10 Code GmbH gives unlimited permission to
b07b343
 # copy, distribute and modify the C source files that are the output
b07b343
diff -ru ./src/libprelude-error/mkerrcodes.c ./src/libprelude-error/mkerrcodes.c
b07b343
--- ./src/libprelude-error/mkerrcodes.c	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkerrcodes.c	2016-12-02 07:42:27.668877410 +0100
b07b343
@@ -13,10 +13,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 /* This file must not include config.h, as that is for the host
b07b343
    system, while this file will be run on the build system.  */
b07b343
@@ -40,10 +39,9 @@
b07b343
 "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
b07b343
 "   Lesser General Public License for more details.\n"
b07b343
 "\n"
b07b343
-"   You should have received a copy of the GNU Lesser General Public\n"
b07b343
-"   License along with libgpg-error; if not, write to the Free\n"
b07b343
-"   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA\n"
b07b343
-"   02111-1307, USA.  */\n"
b07b343
+"   You should have received a copy of the GNU General Public License along\n"
b07b343
+"   with this program; if not, write to the Free Software Foundation,\n"
b07b343
+"   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */\n"
b07b343
 "\n";
b07b343
 
b07b343
 int
b07b343
diff -ru ./src/libprelude-error/mkerrnos.awk ./src/libprelude-error/mkerrnos.awk
b07b343
--- ./src/libprelude-error/mkerrnos.awk	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkerrnos.awk	2016-12-02 07:42:46.332456910 +0100
b07b343
@@ -11,9 +11,9 @@
b07b343
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
 # General Public License for more details.
b07b343
 #
b07b343
-# You should have received a copy of the GNU General Public License
b07b343
-# along with this program; if not, write to the Free Software
b07b343
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
b07b343
+# You should have received a copy of the GNU General Public License along
b07b343
+# with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
b07b343
 #
b07b343
 # As a special exception, g10 Code GmbH gives unlimited permission to
b07b343
 # copy, distribute and modify the C source files that are the output
b07b343
diff -ru ./src/libprelude-error/mkheader.awk ./src/libprelude-error/mkheader.awk
b07b343
--- ./src/libprelude-error/mkheader.awk	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkheader.awk	2016-12-02 07:42:59.250165869 +0100
b07b343
@@ -11,9 +11,9 @@
b07b343
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
 # General Public License for more details.
b07b343
 #
b07b343
-# You should have received a copy of the GNU General Public License
b07b343
-# along with this program; if not, write to the Free Software
b07b343
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
b07b343
+# You should have received a copy of the GNU General Public License along
b07b343
+# with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
b07b343
 #
b07b343
 # As a special exception, g10 Code GmbH gives unlimited permission to
b07b343
 # copy, distribute and modify the C source files that are the output
b07b343
diff -ru ./src/libprelude-error/mkstrtable.awk ./src/libprelude-error/mkstrtable.awk
b07b343
--- ./src/libprelude-error/mkstrtable.awk	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/mkstrtable.awk	2016-12-02 07:43:08.552956273 +0100
b07b343
@@ -11,9 +11,9 @@
b07b343
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
 # General Public License for more details.
b07b343
 #
b07b343
-# You should have received a copy of the GNU General Public License
b07b343
-# along with this program; if not, write to the Free Software
b07b343
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
b07b343
+# You should have received a copy of the GNU General Public License along
b07b343
+# with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
b07b343
 #
b07b343
 # As a special exception, g10 Code GmbH gives unlimited permission to
b07b343
 # copy, distribute and modify the C source files that are the output
b07b343
diff -ru ./src/libprelude-error/strerror.c ./src/libprelude-error/strerror.c
b07b343
--- ./src/libprelude-error/strerror.c	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/strerror.c	2016-12-02 07:44:11.256543536 +0100
b07b343
@@ -13,10 +13,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 #include "config.h"
b07b343
 
b07b343
diff -ru ./src/libprelude-error/strsource.c ./src/libprelude-error/strsource.c
b07b343
--- ./src/libprelude-error/strsource.c	2016-09-15 08:49:10.806000884 +0200
b07b343
+++ ./src/libprelude-error/strsource.c	2016-12-02 07:44:26.455201104 +0100
b07b343
@@ -13,10 +13,9 @@
b07b343
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b07b343
    Lesser General Public License for more details.
b07b343
  
b07b343
-   You should have received a copy of the GNU Lesser General Public
b07b343
-   License along with libgpg-error; if not, write to the Free
b07b343
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
b07b343
-   02111-1307, USA.  */
b07b343
+   You should have received a copy of the GNU General Public License along
b07b343
+   with this program; if not, write to the Free Software Foundation, Inc.,
b07b343
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
b07b343
 
b07b343
 
b07b343
 #include "config.h"