diff options
-rw-r--r-- | src/caja-python-object.c | 2 | ||||
-rw-r--r-- | src/caja-python-object.h | 2 | ||||
-rw-r--r-- | src/caja-python.c | 2 | ||||
-rw-r--r-- | src/caja-python.h | 2 | ||||
-rw-r--r-- | src/cajamodule.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/caja-python-object.c b/src/caja-python-object.c index 14667bb..7a2025d 100644 --- a/src/caja-python-object.c +++ b/src/caja-python-object.c @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Dave Camp <[email protected]> * diff --git a/src/caja-python-object.h b/src/caja-python-object.h index e1d7e74..3cb4cea 100644 --- a/src/caja-python-object.h +++ b/src/caja-python-object.h @@ -16,7 +16,7 @@ * * You should have received a copy of the GNU General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Dave Camp <[email protected]> * diff --git a/src/caja-python.c b/src/caja-python.c index ac6d18b..01b3bc6 100644 --- a/src/caja-python.c +++ b/src/caja-python.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/caja-python.h b/src/caja-python.h index a57f499..ec6c4c8 100644 --- a/src/caja-python.h +++ b/src/caja-python.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public * License along with this library; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/src/cajamodule.c b/src/cajamodule.c index 550ff7a..22414bd 100644 --- a/src/cajamodule.c +++ b/src/cajamodule.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; 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 */ |