summaryrefslogtreecommitdiff
path: root/packages/os2units
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-06-27 14:01:18 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-06-27 14:01:18 +0000
commite1b98eca86decb7a339e106b9b683dfb918eaf45 (patch)
tree307635dd7fe6cbeeb51857fbdf5c725cb7c58c73 /packages/os2units
parent068a205bf25b6d492d818dc61924a82d1ab9cec1 (diff)
downloadfpc-e1b98eca86decb7a339e106b9b683dfb918eaf45.tar.gz
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24986 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/os2units')
-rw-r--r--packages/os2units/examples/lvmtest.pas3
-rw-r--r--packages/os2units/src/clkdll.pas2
-rw-r--r--packages/os2units/src/ftpapi.pas2
-rw-r--r--packages/os2units/src/hwvideo.pas2
-rw-r--r--packages/os2units/src/lvm.pas3
-rw-r--r--packages/os2units/src/mci.pas2
-rw-r--r--packages/os2units/src/mciapi.pas2
-rw-r--r--packages/os2units/src/mcidrv.pas2
-rw-r--r--packages/os2units/src/mmbase.pas2
-rw-r--r--packages/os2units/src/mmio.pas2
-rw-r--r--packages/os2units/src/som.pas2
-rw-r--r--packages/os2units/src/sw.pas2
12 files changed, 14 insertions, 12 deletions
diff --git a/packages/os2units/examples/lvmtest.pas b/packages/os2units/examples/lvmtest.pas
index 75b0ffb807..e100d10f70 100644
--- a/packages/os2units/examples/lvmtest.pas
+++ b/packages/os2units/examples/lvmtest.pas
@@ -11,7 +11,8 @@
*
* 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.
*****************************************************************************)
uses lvm;
diff --git a/packages/os2units/src/clkdll.pas b/packages/os2units/src/clkdll.pas
index 2c42d3e2c3..ebf411a6bd 100644
--- a/packages/os2units/src/clkdll.pas
+++ b/packages/os2units/src/clkdll.pas
@@ -15,7 +15,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1 **********************************************************************}
diff --git a/packages/os2units/src/ftpapi.pas b/packages/os2units/src/ftpapi.pas
index ec789b96e1..ee46e8581a 100644
--- a/packages/os2units/src/ftpapi.pas
+++ b/packages/os2units/src/ftpapi.pas
@@ -14,7 +14,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/hwvideo.pas b/packages/os2units/src/hwvideo.pas
index 9c2d1ad501..89cddd3498 100644
--- a/packages/os2units/src/hwvideo.pas
+++ b/packages/os2units/src/hwvideo.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/lvm.pas b/packages/os2units/src/lvm.pas
index 607c931a92..a13da31bb3 100644
--- a/packages/os2units/src/lvm.pas
+++ b/packages/os2units/src/lvm.pas
@@ -18,7 +18,8 @@
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.
}
Unit LVM;
diff --git a/packages/os2units/src/mci.pas b/packages/os2units/src/mci.pas
index e3d9747d19..73b481938a 100644
--- a/packages/os2units/src/mci.pas
+++ b/packages/os2units/src/mci.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/mciapi.pas b/packages/os2units/src/mciapi.pas
index 24d374c023..de40ad4d7b 100644
--- a/packages/os2units/src/mciapi.pas
+++ b/packages/os2units/src/mciapi.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/mcidrv.pas b/packages/os2units/src/mcidrv.pas
index 8dae915bff..191730b9fe 100644
--- a/packages/os2units/src/mcidrv.pas
+++ b/packages/os2units/src/mcidrv.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/mmbase.pas b/packages/os2units/src/mmbase.pas
index bb7ae75aa8..6600f588d4 100644
--- a/packages/os2units/src/mmbase.pas
+++ b/packages/os2units/src/mmbase.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/mmio.pas b/packages/os2units/src/mmio.pas
index 89ed31485c..4962c71455 100644
--- a/packages/os2units/src/mmio.pas
+++ b/packages/os2units/src/mmio.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/som.pas b/packages/os2units/src/som.pas
index e9db651961..0224e39057 100644
--- a/packages/os2units/src/som.pas
+++ b/packages/os2units/src/som.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}
diff --git a/packages/os2units/src/sw.pas b/packages/os2units/src/sw.pas
index 005f56da5b..128abf961e 100644
--- a/packages/os2units/src/sw.pas
+++ b/packages/os2units/src/sw.pas
@@ -16,7 +16,7 @@
See the GNU Library General Public License for more details. You should
have received a copy of the GNU Library 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.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**********************************************************************}