diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-12 14:03:56 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-12 14:03:56 -0700 |
commit | 7caef9a314fc9f1fea996d79601d4242286825b1 (patch) | |
tree | 122a6dbd94c9364b6e58f2ec0203126af9d6963c | |
parent | d1453ff860c405a5405d856da0d670f028d30101 (diff) | |
parent | bd77d1287b5434014ce52a0a3bb195ff2883185b (diff) | |
download | mate-system-monitor-7caef9a314fc9f1fea996d79601d4242286825b1.tar.bz2 mate-system-monitor-7caef9a314fc9f1fea996d79601d4242286825b1.tar.xz |
Merge pull request #7 from NiceandGently/master
fix incorrect FSF address
-rw-r--r-- | src/bacon-message-connection.c | 2 | ||||
-rw-r--r-- | src/bacon-message-connection.h | 2 | ||||
-rw-r--r-- | src/callbacks.cpp | 2 | ||||
-rw-r--r-- | src/callbacks.h | 2 | ||||
-rw-r--r-- | src/gsm_color_button.c | 4 | ||||
-rw-r--r-- | src/gsm_color_button.h | 4 | ||||
-rw-r--r-- | src/interface.cpp | 2 | ||||
-rw-r--r-- | src/interface.h | 2 | ||||
-rw-r--r-- | src/procactions.cpp | 2 | ||||
-rw-r--r-- | src/procactions.h | 2 | ||||
-rw-r--r-- | src/procdialogs.cpp | 2 | ||||
-rw-r--r-- | src/procdialogs.h | 2 | ||||
-rw-r--r-- | src/procman.cpp | 2 | ||||
-rw-r--r-- | src/procman.h | 2 | ||||
-rw-r--r-- | src/proctable.cpp | 2 | ||||
-rw-r--r-- | src/proctable.h | 2 |
16 files changed, 18 insertions, 18 deletions
diff --git a/src/bacon-message-connection.c b/src/bacon-message-connection.c index c8000de..7b35342 100644 --- a/src/bacon-message-connection.c +++ b/src/bacon-message-connection.c @@ -13,7 +13,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. * */ diff --git a/src/bacon-message-connection.h b/src/bacon-message-connection.h index aac7a2d..adefa62 100644 --- a/src/bacon-message-connection.h +++ b/src/bacon-message-connection.h @@ -13,7 +13,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. * */ diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 0e1b399..36d5a81 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/callbacks.h b/src/callbacks.h index 6ce3e18..faebbbb 100644 --- a/src/callbacks.h +++ b/src/callbacks.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/gsm_color_button.c b/src/gsm_color_button.c index da82169..e8eb320 100644 --- a/src/gsm_color_button.c +++ b/src/gsm_color_button.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public * License along with the software; 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. */ #include <config.h> diff --git a/src/gsm_color_button.h b/src/gsm_color_button.h index 5effbc8..ac8d87e 100644 --- a/src/gsm_color_button.h +++ b/src/gsm_color_button.h @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public * License along with the software; 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. */ #ifndef __GSM_COLOR_BUTTON_H__ diff --git a/src/interface.cpp b/src/interface.cpp index 2a88676..96a4c90 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/interface.h b/src/interface.h index b26b670..0d35544 100644 --- a/src/interface.h +++ b/src/interface.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/procactions.cpp b/src/procactions.cpp index 8e79608..82058e9 100644 --- a/src/procactions.cpp +++ b/src/procactions.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/procactions.h b/src/procactions.h index a4190d5..97288af 100644 --- a/src/procactions.h +++ b/src/procactions.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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 _PROCACTIONS_H_ diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp index 2d0de35..c9e9dae 100644 --- a/src/procdialogs.cpp +++ b/src/procdialogs.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/procdialogs.h b/src/procdialogs.h index eba3212..a126a45 100644 --- a/src/procdialogs.h +++ b/src/procdialogs.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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 _PROCDIALOGS_H_ diff --git a/src/procman.cpp b/src/procman.cpp index bffb4af..e5b0099 100644 --- a/src/procman.cpp +++ b/src/procman.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/procman.h b/src/procman.h index feb1b4a..cbf73eb 100644 --- a/src/procman.h +++ b/src/procman.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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 _PROCMAN_PROCMAN_H_ diff --git a/src/proctable.cpp b/src/proctable.cpp index 5a8cd7b..71bf2d4 100644 --- a/src/proctable.cpp +++ b/src/proctable.cpp @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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/src/proctable.h b/src/proctable.h index 2cd1def..e502ba1 100644 --- a/src/proctable.h +++ b/src/proctable.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU Library 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. * */ |