diff options
author | Steve Zesch <[email protected]> | 2012-11-18 20:45:13 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-18 20:45:13 -0500 |
commit | e62023ad120276ed867a665bde5df9d5a2fd3589 (patch) | |
tree | dd1a23dcf168a1075cb806244ed471c257463cc5 /savers | |
parent | 71641f29f8847239e8ad3b940d859506caf68d70 (diff) | |
download | mate-screensaver-e62023ad120276ed867a665bde5df9d5a2fd3589.tar.bz2 mate-screensaver-e62023ad120276ed867a665bde5df9d5a2fd3589.tar.xz |
fixed incorrect fsf addresses
Diffstat (limited to 'savers')
-rw-r--r-- | savers/floaters.c | 4 | ||||
-rw-r--r-- | savers/gs-theme-engine.c | 4 | ||||
-rw-r--r-- | savers/gs-theme-engine.h | 2 | ||||
-rw-r--r-- | savers/gs-theme-window.c | 4 | ||||
-rw-r--r-- | savers/gs-theme-window.h | 4 | ||||
-rw-r--r-- | savers/gste-popsquares.c | 4 | ||||
-rw-r--r-- | savers/gste-popsquares.h | 2 | ||||
-rw-r--r-- | savers/gste-slideshow.c | 4 | ||||
-rw-r--r-- | savers/gste-slideshow.h | 2 | ||||
-rw-r--r-- | savers/popsquares.c | 4 | ||||
-rw-r--r-- | savers/slideshow.c | 4 |
11 files changed, 19 insertions, 19 deletions
diff --git a/savers/floaters.c b/savers/floaters.c index 8052e95..d00769a 100644 --- a/savers/floaters.c +++ b/savers/floaters.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Lesser 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. * * Originally written by: Ray Strode <[email protected]> * diff --git a/savers/gs-theme-engine.c b/savers/gs-theme-engine.c index 042bc53..f456e42 100644 --- a/savers/gs-theme-engine.c +++ b/savers/gs-theme-engine.c @@ -14,8 +14,8 @@ * * 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. * */ diff --git a/savers/gs-theme-engine.h b/savers/gs-theme-engine.h index b4dda3a..f3492ab 100644 --- a/savers/gs-theme-engine.h +++ b/savers/gs-theme-engine.h @@ -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. * * Authors: William Jon McCann <[email protected]> * diff --git a/savers/gs-theme-window.c b/savers/gs-theme-window.c index bdc1c88..7e417e1 100644 --- a/savers/gs-theme-window.c +++ b/savers/gs-theme-window.c @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Lesser 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Originally written by: Ray Strode <[email protected]> */ diff --git a/savers/gs-theme-window.h b/savers/gs-theme-window.h index 8223828..798e33c 100644 --- a/savers/gs-theme-window.h +++ b/savers/gs-theme-window.h @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Lesser 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Originally written by: Ray Strode <[email protected]> */ diff --git a/savers/gste-popsquares.c b/savers/gste-popsquares.c index 6a6f2e3..6edeba7 100644 --- a/savers/gste-popsquares.c +++ b/savers/gste-popsquares.c @@ -14,8 +14,8 @@ * * 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. * */ diff --git a/savers/gste-popsquares.h b/savers/gste-popsquares.h index eefb363..a4130c2 100644 --- a/savers/gste-popsquares.h +++ b/savers/gste-popsquares.h @@ -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. * * Authors: William Jon McCann <[email protected]> * diff --git a/savers/gste-slideshow.c b/savers/gste-slideshow.c index 9180be8..42c2267 100644 --- a/savers/gste-slideshow.c +++ b/savers/gste-slideshow.c @@ -14,8 +14,8 @@ * * 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. * */ diff --git a/savers/gste-slideshow.h b/savers/gste-slideshow.h index b76794f..e3e1042 100644 --- a/savers/gste-slideshow.h +++ b/savers/gste-slideshow.h @@ -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. * * Authors: William Jon McCann <[email protected]> * diff --git a/savers/popsquares.c b/savers/popsquares.c index 22533b6..b87705a 100644 --- a/savers/popsquares.c +++ b/savers/popsquares.c @@ -14,8 +14,8 @@ * * 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. * */ diff --git a/savers/slideshow.c b/savers/slideshow.c index e406d34..bfcc50e 100644 --- a/savers/slideshow.c +++ b/savers/slideshow.c @@ -14,8 +14,8 @@ * * 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. * */ |