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 /battstat | |
| parent | 64a89014003ca0e36714dfa3e267d44c9ead8892 (diff) | |
| download | mate-applets-dff2e89cad44df3b77be3923ea8914c3eb549b62.tar.bz2 mate-applets-dff2e89cad44df3b77be3923ea8914c3eb549b62.tar.xz | |
Update FSF address
Diffstat (limited to 'battstat')
| -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 3863c9703..afa66bdbe 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 02f640404..15a34a9f7 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 1af601c49..afda8fd7e 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 532622dc3..3550935d6 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 fe457ccfb..67779f8c3 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 2e99b7180..2afc43b6e 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 1ea8369bd..9e45e56b5 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 dd66b4f59..918f16da7 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 9f4113f09..2b6d35a04 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 fcc84093e..b2b6db62b 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$ */ |
