diff options
author | Steve Zesch <[email protected]> | 2012-08-12 14:46:29 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-08-12 14:46:29 -0400 |
commit | 0251b0f018c0860bafdd621f7be5eb395b510f5c (patch) | |
tree | 3de77c7320cde6f76d9356067885066aad5a579c /cut-n-paste-code | |
parent | b6f29cf3fb7fe333a48f555819111cc8f6a21d3e (diff) | |
download | caja-0251b0f018c0860bafdd621f7be5eb395b510f5c.tar.bz2 caja-0251b0f018c0860bafdd621f7be5eb395b510f5c.tar.xz |
Fixed incorrect fsf addresses. Closes #28.
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r-- | cut-n-paste-code/libegg/eggdesktopfile.c | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggdesktopfile.h | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggsmclient-private.h | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggsmclient-xsmp.c | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggsmclient.c | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggsmclient.h | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggtreemultidnd.c | 4 | ||||
-rw-r--r-- | cut-n-paste-code/libegg/eggtreemultidnd.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/cut-n-paste-code/libegg/eggdesktopfile.c b/cut-n-paste-code/libegg/eggdesktopfile.c index 6e9cf44d..f6547e1b 100644 --- a/cut-n-paste-code/libegg/eggdesktopfile.c +++ b/cut-n-paste-code/libegg/eggdesktopfile.c @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; see the file COPYING.LIB. 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., Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/cut-n-paste-code/libegg/eggdesktopfile.h b/cut-n-paste-code/libegg/eggdesktopfile.h index 6a6d580a..4a1d4064 100644 --- a/cut-n-paste-code/libegg/eggdesktopfile.h +++ b/cut-n-paste-code/libegg/eggdesktopfile.h @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; see the file COPYING.LIB. 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., Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __EGG_DESKTOP_FILE_H__ diff --git a/cut-n-paste-code/libegg/eggsmclient-private.h b/cut-n-paste-code/libegg/eggsmclient-private.h index 68f1c9ea..a8da9c7a 100644 --- a/cut-n-paste-code/libegg/eggsmclient-private.h +++ b/cut-n-paste-code/libegg/eggsmclient-private.h @@ -13,8 +13,8 @@ * * 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, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __EGG_SM_CLIENT_PRIVATE_H__ diff --git a/cut-n-paste-code/libegg/eggsmclient-xsmp.c b/cut-n-paste-code/libegg/eggsmclient-xsmp.c index 40d8c270..f6aae232 100644 --- a/cut-n-paste-code/libegg/eggsmclient-xsmp.c +++ b/cut-n-paste-code/libegg/eggsmclient-xsmp.c @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Library 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, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "config.h" diff --git a/cut-n-paste-code/libegg/eggsmclient.c b/cut-n-paste-code/libegg/eggsmclient.c index 280c7ded..f0226e34 100644 --- a/cut-n-paste-code/libegg/eggsmclient.c +++ b/cut-n-paste-code/libegg/eggsmclient.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library 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, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "config.h" diff --git a/cut-n-paste-code/libegg/eggsmclient.h b/cut-n-paste-code/libegg/eggsmclient.h index f025bb50..1fba40cd 100644 --- a/cut-n-paste-code/libegg/eggsmclient.h +++ b/cut-n-paste-code/libegg/eggsmclient.h @@ -13,8 +13,8 @@ * * 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, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __EGG_SM_CLIENT_H__ diff --git a/cut-n-paste-code/libegg/eggtreemultidnd.c b/cut-n-paste-code/libegg/eggtreemultidnd.c index ff62b9dd..572f50ca 100644 --- a/cut-n-paste-code/libegg/eggtreemultidnd.c +++ b/cut-n-paste-code/libegg/eggtreemultidnd.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library 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, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/cut-n-paste-code/libegg/eggtreemultidnd.h b/cut-n-paste-code/libegg/eggtreemultidnd.h index f7b98e51..0510e517 100644 --- a/cut-n-paste-code/libegg/eggtreemultidnd.h +++ b/cut-n-paste-code/libegg/eggtreemultidnd.h @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library 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, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __EGG_TREE_MULTI_DND_H__ |