summaryrefslogtreecommitdiff
path: root/win32/intl
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-02-19 02:15:18 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-02-19 02:15:18 +0000
commit79c267cda79b52cff2ce83397af87aac64d049d7 (patch)
tree43f49fa80e13ee9303d5472f0176c5062fc2e5dc /win32/intl
parent12ddb091ed0a98ef323f2ee9e743386f570a4325 (diff)
downloadpcsxr-79c267cda79b52cff2ce83397af87aac64d049d7.tar.gz
Updated Free Software Foundation address (Jem256).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/intl')
-rw-r--r--win32/intl/bindtextdom.c2
-rw-r--r--win32/intl/dcgettext.c4
-rw-r--r--win32/intl/dgettext.c2
-rw-r--r--win32/intl/explodename.c2
-rw-r--r--win32/intl/finddomain.c2
-rw-r--r--win32/intl/gettext.c2
-rw-r--r--win32/intl/gettext.h2
-rw-r--r--win32/intl/gettextP.h2
-rw-r--r--win32/intl/hash-string.h2
-rw-r--r--win32/intl/intl-compat.c2
-rw-r--r--win32/intl/l10nflist.c2
-rw-r--r--win32/intl/libgettext.h2
-rw-r--r--win32/intl/libintl.h2
-rw-r--r--win32/intl/loadinfo.h2
-rw-r--r--win32/intl/loadmsgcat.c2
-rw-r--r--win32/intl/localealias.c2
-rw-r--r--win32/intl/textdomain.c2
17 files changed, 18 insertions, 18 deletions
diff --git a/win32/intl/bindtextdom.c b/win32/intl/bindtextdom.c
index 67b5742d..045b86c0 100644
--- a/win32/intl/bindtextdom.c
+++ b/win32/intl/bindtextdom.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/dcgettext.c b/win32/intl/dcgettext.c
index 64811b1e..043f19ed 100644
--- a/win32/intl/dcgettext.c
+++ b/win32/intl/dcgettext.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
@@ -262,7 +262,7 @@ DCGETTEXT (domainname, msgid, category)
if (binding == NULL)
dirname = (char *) _nl_default_dirname;
- else if (binding->dirname[0] == '/' || binding->dirname[1] == ':' ) /*FRANCO für win32*/
+ else if (binding->dirname[0] == '/' || binding->dirname[1] == ':' ) /*FRANCO f�r win32*/
dirname = binding->dirname;
else
{
diff --git a/win32/intl/dgettext.c b/win32/intl/dgettext.c
index 264bba38..b6975251 100644
--- a/win32/intl/dgettext.c
+++ b/win32/intl/dgettext.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include <intlconfig.h>
diff --git a/win32/intl/explodename.c b/win32/intl/explodename.c
index a4f88c26..0d55a66d 100644
--- a/win32/intl/explodename.c
+++ b/win32/intl/explodename.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/finddomain.c b/win32/intl/finddomain.c
index 9d856e4b..1c25aa0f 100644
--- a/win32/intl/finddomain.c
+++ b/win32/intl/finddomain.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/gettext.c b/win32/intl/gettext.c
index b72f7342..51f921f7 100644
--- a/win32/intl/gettext.c
+++ b/win32/intl/gettext.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/gettext.h b/win32/intl/gettext.h
index 9108a2ed..64bbed2c 100644
--- a/win32/intl/gettext.h
+++ b/win32/intl/gettext.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public
License along with this program; see the file COPYING. If not,
write to the Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02111-1307 USA. */
+ Fifth Floor, Boston, MA 02110-1301 USA. */
#ifndef _GETTEXT_H
#define _GETTEXT_H 1
diff --git a/win32/intl/gettextP.h b/win32/intl/gettextP.h
index 87b076c3..d403ada7 100644
--- a/win32/intl/gettextP.h
+++ b/win32/intl/gettextP.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#ifndef _GETTEXTP_H
#define _GETTEXTP_H
diff --git a/win32/intl/hash-string.h b/win32/intl/hash-string.h
index 9bb0014f..a21b68ec 100644
--- a/win32/intl/hash-string.h
+++ b/win32/intl/hash-string.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public
License along with the this program; see the file COPYING. If not,
write to the Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02111-1307 USA. */
+ Fifth Floor, Boston, MA 02110-1301 USA. */
/* @@ end of prolog @@ */
diff --git a/win32/intl/intl-compat.c b/win32/intl/intl-compat.c
index 5f90dab4..4a405b86 100644
--- a/win32/intl/intl-compat.c
+++ b/win32/intl/intl-compat.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/l10nflist.c b/win32/intl/l10nflist.c
index d2c32df7..df7128fb 100644
--- a/win32/intl/l10nflist.c
+++ b/win32/intl/l10nflist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/libgettext.h b/win32/intl/libgettext.h
index de4defd3..f1274bbd 100644
--- a/win32/intl/libgettext.h
+++ b/win32/intl/libgettext.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
/* Because on some systems (e.g. Solaris) we sometimes have to include
the systems libintl.h as well as this file we have more complex
diff --git a/win32/intl/libintl.h b/win32/intl/libintl.h
index 1dcc6af5..4dea79d1 100644
--- a/win32/intl/libintl.h
+++ b/win32/intl/libintl.h
@@ -16,7 +16,7 @@ GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
/* REPLACEMENT FOR ORIGINAL LIBINTL.H for use with Windows32 */
diff --git a/win32/intl/loadinfo.h b/win32/intl/loadinfo.h
index 48326e97..2af57c32 100644
--- a/win32/intl/loadinfo.h
+++ b/win32/intl/loadinfo.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#ifndef PARAMS
# if __STDC__
diff --git a/win32/intl/loadmsgcat.c b/win32/intl/loadmsgcat.c
index 57d148c3..4874ef1e 100644
--- a/win32/intl/loadmsgcat.c
+++ b/win32/intl/loadmsgcat.c
@@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/localealias.c b/win32/intl/localealias.c
index dfdb8486..63619ab6 100644
--- a/win32/intl/localealias.c
+++ b/win32/intl/localealias.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"
diff --git a/win32/intl/textdomain.c b/win32/intl/textdomain.c
index 8ec2fd85..78b23a22 100644
--- a/win32/intl/textdomain.c
+++ b/win32/intl/textdomain.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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#include "intlconfig.h"