Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0e687cb4
Commit
0e687cb4
authored
May 13, 2005
by
Nick Clifton
Committed by
Nick Clifton
May 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the address and telephone number of the FSF organization
From-SVN: r99650
parent
96aea9eb
Show whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
49 additions
and
36 deletions
+49
-36
intl/ChangeLog
+13
-0
intl/Makefile.in
+1
-1
intl/bindtextdom.c
+1
-1
intl/dcgettext.c
+1
-1
intl/dcigettext.c
+1
-1
intl/dcngettext.c
+1
-1
intl/dgettext.c
+1
-1
intl/dngettext.c
+1
-1
intl/eval-plural.h
+1
-1
intl/explodename.c
+1
-1
intl/finddomain.c
+1
-1
intl/gettext.c
+1
-1
intl/gettextP.h
+1
-1
intl/gmo.h
+1
-1
intl/hash-string.h
+1
-1
intl/intl-compat.c
+1
-1
intl/l10nflist.c
+1
-1
intl/libgnuintl.h
+1
-1
intl/loadinfo.h
+1
-1
intl/loadmsgcat.c
+1
-1
intl/localcharset.c
+1
-1
intl/localcharset.h
+1
-1
intl/locale.alias
+1
-1
intl/localealias.c
+1
-1
intl/localename.c
+1
-1
intl/log.c
+1
-1
intl/ngettext.c
+1
-1
intl/osdep.c
+1
-1
intl/plural-exp.c
+1
-1
intl/plural-exp.h
+1
-1
intl/plural.c
+3
-3
intl/plural.y
+1
-1
intl/relocatable.c
+1
-1
intl/relocatable.h
+1
-1
intl/textdomain.c
+1
-1
No files found.
intl/ChangeLog
View file @
0e687cb4
2005-05-13 Nick Clifton <nickc@redhat.com>
* Update the address and phone number of the FSF organization in
the GPL notices in the following files:
Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
locale.alias, localealias.c, localename.c, log.c, ngettext.c,
osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
relocatable.c, relocatable.h, textdomain.c
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4: Regenerate.
* aclocal.m4: Regenerate.
...
...
intl/Makefile.in
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#
#
# You should have received a copy of the GNU Library General Public
# You should have received a copy of the GNU Library General Public
# License along with this program; if not, write to the Free Software
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
# Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
# USA.
# USA.
# This Makefile has been modified from the original shipped with
# This Makefile has been modified from the original shipped with
...
...
intl/bindtextdom.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/dcgettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/dcigettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
...
...
intl/dcngettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/dgettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/dngettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/eval-plural.h
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef STATIC
#ifndef STATIC
...
...
intl/explodename.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/finddomain.c
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/gettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/gettextP.h
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _GETTEXTP_H
#ifndef _GETTEXTP_H
...
...
intl/gmo.h
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _GETTEXT_H
#ifndef _GETTEXT_H
...
...
intl/hash-string.h
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* @@ end of prolog @@ */
/* @@ end of prolog @@ */
...
...
intl/intl-compat.c
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/l10nflist.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Tell glibc's <string.h> to provide a prototype for stpcpy().
/* Tell glibc's <string.h> to provide a prototype for stpcpy().
...
...
intl/libgnuintl.h
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _LIBINTL_H
#ifndef _LIBINTL_H
...
...
intl/loadinfo.h
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _LOADINFO_H
#ifndef _LOADINFO_H
...
...
intl/loadmsgcat.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
...
...
intl/localcharset.c
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Written by Bruno Haible <bruno@clisp.org>. */
/* Written by Bruno Haible <bruno@clisp.org>. */
...
...
intl/localcharset.h
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _LOCALCHARSET_H
#ifndef _LOCALCHARSET_H
...
...
intl/locale.alias
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#
#
# You should have received a copy of the GNU Library General Public
# You should have received a copy of the GNU Library General Public
# License along with this program; if not, write to the Free Software
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
# Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
# USA.
# USA.
# The format of this file is the same as for the corresponding file of
# The format of this file is the same as for the corresponding file of
...
...
intl/localealias.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
/* Tell glibc's <string.h> to provide a prototype for mempcpy().
...
...
intl/localename.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Written by Ulrich Drepper <drepper@gnu.org>, 1995. */
/* Written by Ulrich Drepper <drepper@gnu.org>, 1995. */
...
...
intl/log.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* Written by Bruno Haible <bruno@clisp.org>. */
/* Written by Bruno Haible <bruno@clisp.org>. */
...
...
intl/ngettext.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/osdep.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#if defined __EMX__
#if defined __EMX__
...
...
intl/plural-exp.c
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
intl/plural-exp.h
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _PLURAL_EXP_H
#ifndef _PLURAL_EXP_H
...
...
intl/plural.c
View file @
0e687cb4
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* The bison generated parser uses alloca. AIX 3 forces us to put this
/* The bison generated parser uses alloca. AIX 3 forces us to put this
...
@@ -339,8 +339,8 @@ static const short yycheck[] =
...
@@ -339,8 +339,8 @@ static const short yycheck[] =
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor
,
Boston, MA 0211
1-1307
, USA. */
Boston, MA 0211
0-1301
, USA. */
/* As a special exception, when this file is copied by Bison into a
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
Bison output file, you may use that output file without restriction.
...
...
intl/plural.y
View file @
0e687cb4
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
/* The bison generated parser uses alloca. AIX 3 forces us to put this
/* The bison generated parser uses alloca. AIX 3 forces us to put this
...
...
intl/relocatable.c
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
...
...
intl/relocatable.h
View file @
0e687cb4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifndef _RELOCATABLE_H
#ifndef _RELOCATABLE_H
...
...
intl/textdomain.c
View file @
0e687cb4
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Library General Public
You should have received a copy of the GNU Library General Public
License along with this program; if not, write to the Free Software
License along with this program; if not, write to the Free Software
Foundation, Inc., 5
9 Temple Place - Suite 330, Boston, MA 02111-1307
,
Foundation, Inc., 5
1 Franklin Street - Fifth Floor, Boston, MA 02110-1301
,
USA. */
USA. */
#ifdef HAVE_CONFIG_H
#ifdef HAVE_CONFIG_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment