summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/fpdoc/COPYING.txt4
-rw-r--r--utils/fpdoc/README.txt2
-rw-r--r--utils/fppkg/lnet/LICENSE4
-rw-r--r--utils/fppkg/lnet/LICENSE.ADDON2
-rw-r--r--utils/fppkg/lnet/lcommon.pp2
-rw-r--r--utils/fppkg/lnet/lcontrolstack.pp2
-rw-r--r--utils/fppkg/lnet/levents.pp2
-rw-r--r--utils/fppkg/lnet/lfastcgi.pp2
-rw-r--r--utils/fppkg/lnet/lftp.pp2
-rw-r--r--utils/fppkg/lnet/lhttp.pp2
-rw-r--r--utils/fppkg/lnet/lhttputil.pp2
-rw-r--r--utils/fppkg/lnet/lmimestreams.pp2
-rw-r--r--utils/fppkg/lnet/lmimetypes.pp2
-rw-r--r--utils/fppkg/lnet/lmimewrapper.pp2
-rw-r--r--utils/fppkg/lnet/lnet.pp2
-rw-r--r--utils/fppkg/lnet/lprocess.pp2
-rw-r--r--utils/fppkg/lnet/lsmtp.pp2
-rw-r--r--utils/fppkg/lnet/lspawnfcgi.pp2
-rw-r--r--utils/fppkg/lnet/lstrbuffer.pp2
-rw-r--r--utils/fppkg/lnet/ltelnet.pp2
-rw-r--r--utils/fppkg/lnet/ltimer.pp2
-rw-r--r--utils/fppkg/lnet/lwebserver.pp2
-rw-r--r--utils/instantfpc/instantfpc.pas4
23 files changed, 26 insertions, 26 deletions
diff --git a/utils/fpdoc/COPYING.txt b/utils/fpdoc/COPYING.txt
index 60549be514..ebb24a85e9 100644
--- a/utils/fpdoc/COPYING.txt
+++ b/utils/fpdoc/COPYING.txt
@@ -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/utils/fpdoc/README.txt b/utils/fpdoc/README.txt
index 7a59a8eec5..d1432d0efb 100644
--- a/utils/fpdoc/README.txt
+++ b/utils/fpdoc/README.txt
@@ -14,7 +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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
(the file COPYING contains the whole GNU General Public License)
diff --git a/utils/fppkg/lnet/LICENSE b/utils/fppkg/lnet/LICENSE
index 92b8903ff3..5797d01da8 100644
--- a/utils/fppkg/lnet/LICENSE
+++ b/utils/fppkg/lnet/LICENSE
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 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.
@@ -464,7 +464,7 @@ convey the exclusion of warranty; and each file should have at least the
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
- 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/utils/fppkg/lnet/LICENSE.ADDON b/utils/fppkg/lnet/LICENSE.ADDON
index f134b1e33d..27069223d6 100644
--- a/utils/fppkg/lnet/LICENSE.ADDON
+++ b/utils/fppkg/lnet/LICENSE.ADDON
@@ -13,7 +13,7 @@ I am NOT the author of tomwinsock.pas
If you didn't receive a copy of the file LICENSE, contact:
Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330
+ 51 Franklin Street, Fifth Floor
Boston, MA 02111
USA
diff --git a/utils/fppkg/lnet/lcommon.pp b/utils/fppkg/lnet/lcommon.pp
index 5c758ad61e..79e91dac38 100644
--- a/utils/fppkg/lnet/lcommon.pp
+++ b/utils/fppkg/lnet/lcommon.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lcontrolstack.pp b/utils/fppkg/lnet/lcontrolstack.pp
index eef0ac8630..2ed9014084 100644
--- a/utils/fppkg/lnet/lcontrolstack.pp
+++ b/utils/fppkg/lnet/lcontrolstack.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE for more inFormation.
Should you find these sources withOut a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/levents.pp b/utils/fppkg/lnet/levents.pp
index d72161616f..36cd67fac9 100644
--- a/utils/fppkg/lnet/levents.pp
+++ b/utils/fppkg/lnet/levents.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lfastcgi.pp b/utils/fppkg/lnet/lfastcgi.pp
index 0076d0f59e..5875b1ac7d 100644
--- a/utils/fppkg/lnet/lfastcgi.pp
+++ b/utils/fppkg/lnet/lfastcgi.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lftp.pp b/utils/fppkg/lnet/lftp.pp
index 82a04fbdf8..ee16686234 100644
--- a/utils/fppkg/lnet/lftp.pp
+++ b/utils/fppkg/lnet/lftp.pp
@@ -12,7 +12,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE for more inFormation.
Should you find these sources withOut a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lhttp.pp b/utils/fppkg/lnet/lhttp.pp
index 7ed59eee8d..c3b6751526 100644
--- a/utils/fppkg/lnet/lhttp.pp
+++ b/utils/fppkg/lnet/lhttp.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lhttputil.pp b/utils/fppkg/lnet/lhttputil.pp
index 0058ba4c61..989ce0b8f8 100644
--- a/utils/fppkg/lnet/lhttputil.pp
+++ b/utils/fppkg/lnet/lhttputil.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lmimestreams.pp b/utils/fppkg/lnet/lmimestreams.pp
index a16b1a408d..3477164fe3 100644
--- a/utils/fppkg/lnet/lmimestreams.pp
+++ b/utils/fppkg/lnet/lmimestreams.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lmimetypes.pp b/utils/fppkg/lnet/lmimetypes.pp
index d646c89c96..0a00436be3 100644
--- a/utils/fppkg/lnet/lmimetypes.pp
+++ b/utils/fppkg/lnet/lmimetypes.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lmimewrapper.pp b/utils/fppkg/lnet/lmimewrapper.pp
index 0ca2e6fdb1..505d4474c0 100644
--- a/utils/fppkg/lnet/lmimewrapper.pp
+++ b/utils/fppkg/lnet/lmimewrapper.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lnet.pp b/utils/fppkg/lnet/lnet.pp
index e73da332b1..702b28867a 100644
--- a/utils/fppkg/lnet/lnet.pp
+++ b/utils/fppkg/lnet/lnet.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lprocess.pp b/utils/fppkg/lnet/lprocess.pp
index 4f7dc5242b..08469ffe0d 100644
--- a/utils/fppkg/lnet/lprocess.pp
+++ b/utils/fppkg/lnet/lprocess.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lsmtp.pp b/utils/fppkg/lnet/lsmtp.pp
index d4c51c35db..04b5fbd06b 100644
--- a/utils/fppkg/lnet/lsmtp.pp
+++ b/utils/fppkg/lnet/lsmtp.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lspawnfcgi.pp b/utils/fppkg/lnet/lspawnfcgi.pp
index cf99525220..607e4a08c8 100644
--- a/utils/fppkg/lnet/lspawnfcgi.pp
+++ b/utils/fppkg/lnet/lspawnfcgi.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lstrbuffer.pp b/utils/fppkg/lnet/lstrbuffer.pp
index 47d6e95205..def5e5021d 100644
--- a/utils/fppkg/lnet/lstrbuffer.pp
+++ b/utils/fppkg/lnet/lstrbuffer.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/ltelnet.pp b/utils/fppkg/lnet/ltelnet.pp
index 6ab7881d3a..93055da4bd 100644
--- a/utils/fppkg/lnet/ltelnet.pp
+++ b/utils/fppkg/lnet/ltelnet.pp
@@ -12,7 +12,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE for more inFormation.
Should you find these sources withOut a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/ltimer.pp b/utils/fppkg/lnet/ltimer.pp
index 507b2ee384..4fce173c6f 100644
--- a/utils/fppkg/lnet/ltimer.pp
+++ b/utils/fppkg/lnet/ltimer.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See File LICENSE.ADDON for more inFormation.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/fppkg/lnet/lwebserver.pp b/utils/fppkg/lnet/lwebserver.pp
index 3003ee26de..0859879247 100644
--- a/utils/fppkg/lnet/lwebserver.pp
+++ b/utils/fppkg/lnet/lwebserver.pp
@@ -14,7 +14,7 @@
You should have received a Copy of the GNU Library General Public License
along with This library; if not, Write to the Free Software Foundation,
- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
This license has been modified. See file LICENSE.ADDON for more information.
Should you find these sources without a LICENSE File, please contact
diff --git a/utils/instantfpc/instantfpc.pas b/utils/instantfpc/instantfpc.pas
index dbd0571ea4..b8dd584601 100644
--- a/utils/instantfpc/instantfpc.pas
+++ b/utils/instantfpc/instantfpc.pas
@@ -14,8 +14,8 @@
A copy of the GNU General Public License is available on the World Wide Web
at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
- to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA.
+ to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
}
program instantfpc;