diff options
author | Steve Zesch <[email protected]> | 2012-11-18 17:05:11 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-18 17:05:11 -0500 |
commit | 4e9ac513b2deed3e884eb289809017e51831beed (patch) | |
tree | 759fbef401387c7484b9a03fe47b9984d7b46996 | |
parent | dc66bc40724191f0068869773576dc4edf042c6f (diff) | |
download | caja-4e9ac513b2deed3e884eb289809017e51831beed.tar.bz2 caja-4e9ac513b2deed3e884eb289809017e51831beed.tar.xz |
fixed incorrect fsf addresses.
-rw-r--r-- | libcaja-private/caja-desktop-metadata.c | 4 | ||||
-rw-r--r-- | libcaja-private/caja-desktop-metadata.h | 4 | ||||
-rw-r--r-- | src/caja-connect-server-operation.c | 4 | ||||
-rw-r--r-- | src/caja-connect-server-operation.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/libcaja-private/caja-desktop-metadata.c b/libcaja-private/caja-desktop-metadata.c index f9d1b25f..8434ec08 100644 --- a/libcaja-private/caja-desktop-metadata.c +++ b/libcaja-private/caja-desktop-metadata.c @@ -17,8 +17,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Authors: Cosimo Cecchi <[email protected]> * Stefano Karapetsas <[email protected]> diff --git a/libcaja-private/caja-desktop-metadata.h b/libcaja-private/caja-desktop-metadata.h index 17a85218..dfd98b4a 100644 --- a/libcaja-private/caja-desktop-metadata.h +++ b/libcaja-private/caja-desktop-metadata.h @@ -17,8 +17,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Authors: Cosimo Cecchi <[email protected]> * Stefano Karapetsas <[email protected]> diff --git a/src/caja-connect-server-operation.c b/src/caja-connect-server-operation.c index 51b69b84..73daa364 100644 --- a/src/caja-connect-server-operation.c +++ b/src/caja-connect-server-operation.c @@ -16,8 +16,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Author: Cosimo Cecchi <[email protected]> */ diff --git a/src/caja-connect-server-operation.h b/src/caja-connect-server-operation.h index eba0283a..8a81ec1f 100644 --- a/src/caja-connect-server-operation.h +++ b/src/caja-connect-server-operation.h @@ -16,8 +16,8 @@ * * 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., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Author: Cosimo Cecchi <[email protected]> */ |