diff options
author | Steve Zesch <[email protected]> | 2012-08-02 21:04:59 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-08-02 21:04:59 -0400 |
commit | b1c431a5d722b48d73ca2a4a5504518768df5cf7 (patch) | |
tree | 74ea4453b70704badaef7c4c41f259099c760f42 /capplets/common | |
parent | 3d9141cf86c77ee07af7b826dc23d8c1fe40fe04 (diff) | |
download | mate-control-center-b1c431a5d722b48d73ca2a4a5504518768df5cf7.tar.bz2 mate-control-center-b1c431a5d722b48d73ca2a4a5504518768df5cf7.tar.xz |
Fixed incorrect fsf address.
Diffstat (limited to 'capplets/common')
-rw-r--r-- | capplets/common/capplet-stock-icons.c | 4 | ||||
-rw-r--r-- | capplets/common/capplet-stock-icons.h | 4 | ||||
-rw-r--r-- | capplets/common/capplet-util.c | 4 | ||||
-rw-r--r-- | capplets/common/capplet-util.h | 4 | ||||
-rw-r--r-- | capplets/common/file-transfer-dialog.c | 4 | ||||
-rw-r--r-- | capplets/common/file-transfer-dialog.h | 4 | ||||
-rw-r--r-- | capplets/common/mate-theme-apply.c | 2 | ||||
-rw-r--r-- | capplets/common/mate-theme-apply.h | 4 | ||||
-rw-r--r-- | capplets/common/mate-theme-info.c | 4 | ||||
-rw-r--r-- | capplets/common/mate-theme-info.h | 4 | ||||
-rw-r--r-- | capplets/common/mateconf-property-editor.c | 4 | ||||
-rw-r--r-- | capplets/common/mateconf-property-editor.h | 4 |
12 files changed, 23 insertions, 23 deletions
diff --git a/capplets/common/capplet-stock-icons.c b/capplets/common/capplet-stock-icons.c index 29b440f5..9104e014 100644 --- a/capplets/common/capplet-stock-icons.c +++ b/capplets/common/capplet-stock-icons.c @@ -15,8 +15,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. * * Authors: * Rajkumar Sivasamy <[email protected]> diff --git a/capplets/common/capplet-stock-icons.h b/capplets/common/capplet-stock-icons.h index 8c954cf4..51f74d29 100644 --- a/capplets/common/capplet-stock-icons.h +++ b/capplets/common/capplet-stock-icons.h @@ -15,8 +15,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. * * Authors: * Rajkumar Sivasamy <[email protected]> diff --git a/capplets/common/capplet-util.c b/capplets/common/capplet-util.c index 43d9485f..e5f358f5 100644 --- a/capplets/common/capplet-util.c +++ b/capplets/common/capplet-util.c @@ -17,8 +17,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. */ #ifdef HAVE_CONFIG_H diff --git a/capplets/common/capplet-util.h b/capplets/common/capplet-util.h index b7caf4f0..3dfa175b 100644 --- a/capplets/common/capplet-util.h +++ b/capplets/common/capplet-util.h @@ -17,8 +17,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. */ #ifndef __CAPPLET_UTIL_H diff --git a/capplets/common/file-transfer-dialog.c b/capplets/common/file-transfer-dialog.c index a698520f..ad0c9a77 100644 --- a/capplets/common/file-transfer-dialog.c +++ b/capplets/common/file-transfer-dialog.c @@ -16,8 +16,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. */ #ifdef HAVE_CONFIG_H diff --git a/capplets/common/file-transfer-dialog.h b/capplets/common/file-transfer-dialog.h index 0b867005..140b1510 100644 --- a/capplets/common/file-transfer-dialog.h +++ b/capplets/common/file-transfer-dialog.h @@ -17,8 +17,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. */ #ifndef __FILE_TRANSFER_DIALOG_H__ diff --git a/capplets/common/mate-theme-apply.c b/capplets/common/mate-theme-apply.c index b1c772e8..1fce6c2b 100644 --- a/capplets/common/mate-theme-apply.c +++ b/capplets/common/mate-theme-apply.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., 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/capplets/common/mate-theme-apply.h b/capplets/common/mate-theme-apply.h index d89d8d06..76994d28 100644 --- a/capplets/common/mate-theme-apply.h +++ b/capplets/common/mate-theme-apply.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU Library General Public License along with the Mate 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., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* @NOTATION@ */ diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index b246867d..a0a30104 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -18,8 +18,8 @@ * * You should have received a copy of the GNU Library General Public * License along with the Mate 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., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/capplets/common/mate-theme-info.h b/capplets/common/mate-theme-info.h index 095e98ae..ee2222cd 100644 --- a/capplets/common/mate-theme-info.h +++ b/capplets/common/mate-theme-info.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU Library General Public License along with the Mate 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., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. */ #ifndef MATE_THEME_INFO_H #define MATE_THEME_INFO_H diff --git a/capplets/common/mateconf-property-editor.c b/capplets/common/mateconf-property-editor.c index f565a168..89c363a5 100644 --- a/capplets/common/mateconf-property-editor.c +++ b/capplets/common/mateconf-property-editor.c @@ -17,8 +17,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. */ #ifdef HAVE_CONFIG_H diff --git a/capplets/common/mateconf-property-editor.h b/capplets/common/mateconf-property-editor.h index 1f15b9fd..ff43dfc6 100644 --- a/capplets/common/mateconf-property-editor.h +++ b/capplets/common/mateconf-property-editor.h @@ -17,8 +17,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. */ #ifndef __MATECONF_PROPERTY_EDITOR_H |