diff options
author | Steve Zesch <[email protected]> | 2012-07-31 20:11:25 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-31 20:11:25 -0400 |
commit | 597a9064e4d2df85d53726928e576a9be53d22fb (patch) | |
tree | 7e90ac711b225e29e45c381c8754cfa66093da5d /intl/plural.c | |
parent | 90229ab4ea11be5c7c8220f89455b702700ffa7a (diff) | |
download | mate-notification-daemon-597a9064e4d2df85d53726928e576a9be53d22fb.tar.bz2 mate-notification-daemon-597a9064e4d2df85d53726928e576a9be53d22fb.tar.xz |
Fixed incorrect fsf address. Closes issue #6.
Diffstat (limited to 'intl/plural.c')
-rw-r--r-- | intl/plural.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intl/plural.c b/intl/plural.c index c9ff63f..e5db8a9 100644 --- a/intl/plural.c +++ b/intl/plural.c @@ -35,7 +35,7 @@ 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, + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ /* The bison generated parser uses alloca. AIX 3 forces us to put this @@ -317,8 +317,8 @@ static const short yycheck[] = { 1, 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 St, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. |