diff options
author | Laurent Napias <[email protected]> | 2019-06-09 20:36:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-16 19:31:32 +0200 |
commit | dff2e89cad44df3b77be3923ea8914c3eb549b62 (patch) | |
tree | 3e39e064dfca55c126f39e7e18d789ee69d34e03 | |
parent | 64a89014003ca0e36714dfa3e267d44c9ead8892 (diff) | |
download | mate-applets-dff2e89cad44df3b77be3923ea8914c3eb549b62.tar.bz2 mate-applets-dff2e89cad44df3b77be3923ea8914c3eb549b62.tar.xz |
Update FSF address
-rw-r--r-- | battstat/acpi-freebsd.c | 2 | ||||
-rw-r--r-- | battstat/acpi-freebsd.h | 4 | ||||
-rw-r--r-- | battstat/acpi-linux.c | 2 | ||||
-rw-r--r-- | battstat/acpi-linux.h | 2 | ||||
-rw-r--r-- | battstat/battstat-upower.c | 2 | ||||
-rw-r--r-- | battstat/battstat-upower.h | 2 | ||||
-rw-r--r-- | battstat/battstat.h | 2 | ||||
-rw-r--r-- | battstat/battstat_applet.c | 2 | ||||
-rw-r--r-- | battstat/power-management.c | 2 | ||||
-rw-r--r-- | battstat/properties.c | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/battstat/acpi-freebsd.c b/battstat/acpi-freebsd.c index 3863c970..afa66bdb 100644 --- a/battstat/acpi-freebsd.c +++ b/battstat/acpi-freebsd.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ diff --git a/battstat/acpi-freebsd.h b/battstat/acpi-freebsd.h index 02f64040..15a34a9f 100644 --- a/battstat/acpi-freebsd.h +++ b/battstat/acpi-freebsd.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __ACPI_FREEBSD_H__ @@ -58,7 +58,7 @@ void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); * * 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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __ACPI_FREEBSD_H__ diff --git a/battstat/acpi-linux.c b/battstat/acpi-linux.c index 1af601c4..afda8fd7 100644 --- a/battstat/acpi-linux.c +++ b/battstat/acpi-linux.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ diff --git a/battstat/acpi-linux.h b/battstat/acpi-linux.h index 532622dc..3550935d 100644 --- a/battstat/acpi-linux.h +++ b/battstat/acpi-linux.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ diff --git a/battstat/battstat-upower.c b/battstat/battstat-upower.c index fe457ccf..67779f8c 100644 --- a/battstat/battstat-upower.c +++ b/battstat/battstat-upower.c @@ -16,7 +16,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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * $Id$ */ diff --git a/battstat/battstat-upower.h b/battstat/battstat-upower.h index 2e99b718..2afc43b6 100644 --- a/battstat/battstat-upower.h +++ b/battstat/battstat-upower.h @@ -16,7 +16,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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * $Id$ */ diff --git a/battstat/battstat.h b/battstat/battstat.h index 1ea8369b..9e45e56b 100644 --- a/battstat/battstat.h +++ b/battstat/battstat.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index dd66b4f5..918f16da 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ diff --git a/battstat/power-management.c b/battstat/power-management.c index 9f4113f0..2b6d35a0 100644 --- a/battstat/power-management.c +++ b/battstat/power-management.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ diff --git a/battstat/properties.c b/battstat/properties.c index fcc84093..b2b6db62 100644 --- a/battstat/properties.c +++ b/battstat/properties.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 Street #330, Boston, MA 02110-1301, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * $Id$ */ |