diff options
author | Christian Persch <chpe@gnome.org> | 2007-03-12 03:42:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-03-12 03:42:02 +0800 |
commit | cc36c80482fff1d4d240e359e571bd3cab6591fa (patch) | |
tree | eb88d25a7eb661a8c88e2bd6f3cd234ae0ab4fc2 /data | |
parent | 76a1574d996ae9df4d9bd19f32c511f724700070 (diff) | |
download | gsoc2013-epiphany-cc36c80482fff1d4d240e359e571bd3cab6591fa.tar.gz gsoc2013-epiphany-cc36c80482fff1d4d240e359e571bd3cab6591fa.tar.zst gsoc2013-epiphany-cc36c80482fff1d4d240e359e571bd3cab6591fa.zip |
Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT
2007-03-11 Christian Persch <chpe@gnome.org>
* *:
Correct FSF address. Bug #409075, patch by John Millikin.
svn path=/trunk/; revision=6952
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany-bookmarks-html.xsl | 2 | ||||
-rw-r--r-- | data/epiphany.m4 | 2 | ||||
-rw-r--r-- | data/epiphany.xhtml | 2 | ||||
-rwxr-xr-x | data/generate-font-schemas.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/epiphany-bookmarks-html.xsl b/data/epiphany-bookmarks-html.xsl index 1b9014501..702b14b2b 100644 --- a/data/epiphany-bookmarks-html.xsl +++ b/data/epiphany-bookmarks-html.xsl @@ -20,7 +20,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. $Id$ --> diff --git a/data/epiphany.m4 b/data/epiphany.m4 index c18db348c..dd3872235 100644 --- a/data/epiphany.m4 +++ b/data/epiphany.m4 @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## ## As a special exception to the GNU General Public License, if you ## distribute this file as part of a program that contains a diff --git a/data/epiphany.xhtml b/data/epiphany.xhtml index 6873efcac..ccafd5449 100644 --- a/data/epiphany.xhtml +++ b/data/epiphany.xhtml @@ -17,7 +17,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <html xmlns="http://www.w3.org/1999/xhtml"> diff --git a/data/generate-font-schemas.py b/data/generate-font-schemas.py index d37db2aab..5c1570694 100755 --- a/data/generate-font-schemas.py +++ b/data/generate-font-schemas.py @@ -15,7 +15,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # $Id$ |