summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-27 16:27:15 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-27 16:27:15 +0000
commitacfe9c3089634cbcf5e9e7546a376f64d8833db1 (patch)
tree2c6b9a9211e201bac957ef771e4024969e656546 /src
parent13314636bef20724499794a2f36570d09ce6773e (diff)
downloadupower-acfe9c3089634cbcf5e9e7546a376f64d8833db1.tar.gz
Update the Free Software Foundation address
Diffstat (limited to 'src')
-rw-r--r--src/dummy/up-backend.c2
-rw-r--r--src/egg-debug.c2
-rw-r--r--src/egg-debug.h2
-rw-r--r--src/egg-test.c2
-rw-r--r--src/egg-test.h2
-rw-r--r--src/freebsd/up-backend.c2
-rw-r--r--src/linux/up-backend.c2
-rw-r--r--src/up-backend.h2
-rw-r--r--src/up-device-list.c2
-rw-r--r--src/up-device-list.h2
-rw-r--r--src/up-history.c2
-rw-r--r--src/up-history.h2
-rw-r--r--src/up-main.c2
-rw-r--r--src/up-polkit.c2
-rw-r--r--src/up-polkit.h2
-rw-r--r--src/up-qos.c2
-rw-r--r--src/up-qos.h2
-rw-r--r--src/up-self-test.c2
-rw-r--r--src/up-wakeups.c2
-rw-r--r--src/up-wakeups.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/dummy/up-backend.c b/src/dummy/up-backend.c
index dd6f05e..02909e9 100644
--- a/src/dummy/up-backend.c
+++ b/src/dummy/up-backend.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/egg-debug.c b/src/egg-debug.c
index 77bfa20..6440136 100644
--- a/src/egg-debug.c
+++ b/src/egg-debug.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/**
diff --git a/src/egg-debug.h b/src/egg-debug.h
index ac6728b..dcafaca 100644
--- a/src/egg-debug.h
+++ b/src/egg-debug.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __EGG_DEBUG_H
diff --git a/src/egg-test.c b/src/egg-test.c
index ef4eef3..1f62d64 100644
--- a/src/egg-test.c
+++ b/src/egg-test.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/src/egg-test.h b/src/egg-test.h
index ea4b94b..1b05092 100644
--- a/src/egg-test.h
+++ b/src/egg-test.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __EGG_TEST_H
diff --git a/src/freebsd/up-backend.c b/src/freebsd/up-backend.c
index 78dab1a..082d2a6 100644
--- a/src/freebsd/up-backend.c
+++ b/src/freebsd/up-backend.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/linux/up-backend.c b/src/linux/up-backend.c
index dccc766..e84dbd4 100644
--- a/src/linux/up-backend.c
+++ b/src/linux/up-backend.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/up-backend.h b/src/up-backend.h
index e88c1f6..0b3523e 100644
--- a/src/up-backend.h
+++ b/src/up-backend.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __UP_BACKEND_H
diff --git a/src/up-device-list.c b/src/up-device-list.c
index 210045b..d255d26 100644
--- a/src/up-device-list.c
+++ b/src/up-device-list.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/up-device-list.h b/src/up-device-list.h
index 842b95d..8f1da9c 100644
--- a/src/up-device-list.h
+++ b/src/up-device-list.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __UP_DEVICE_LIST_H
diff --git a/src/up-history.c b/src/up-history.c
index 461665e..a6f981d 100644
--- a/src/up-history.c
+++ b/src/up-history.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/up-history.h b/src/up-history.h
index 5f29730..d18dae3 100644
--- a/src/up-history.h
+++ b/src/up-history.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __UP_HISTORY_H
diff --git a/src/up-main.c b/src/up-main.c
index 7fdf20f..1e221d4 100644
--- a/src/up-main.c
+++ b/src/up-main.c
@@ -17,7 +17,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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/up-polkit.c b/src/up-polkit.c
index ee20be8..6078ff0 100644
--- a/src/up-polkit.c
+++ b/src/up-polkit.c
@@ -17,7 +17,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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/up-polkit.h b/src/up-polkit.h
index 28887bd..dbc858d 100644
--- a/src/up-polkit.h
+++ b/src/up-polkit.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __UP_POLKIT_H
diff --git a/src/up-qos.c b/src/up-qos.c
index 9b44b1f..e6a5b0d 100644
--- a/src/up-qos.c
+++ b/src/up-qos.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/up-qos.h b/src/up-qos.h
index a7906ac..8bbc340 100644
--- a/src/up-qos.h
+++ b/src/up-qos.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __UP_QOS_H
diff --git a/src/up-self-test.c b/src/up-self-test.c
index 03a5b90..cbaeb0a 100644
--- a/src/up-self-test.c
+++ b/src/up-self-test.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/up-wakeups.c b/src/up-wakeups.c
index ebf02de..a675810 100644
--- a/src/up-wakeups.c
+++ b/src/up-wakeups.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
diff --git a/src/up-wakeups.h b/src/up-wakeups.h
index 8562eec..4c8fcc7 100644
--- a/src/up-wakeups.h
+++ b/src/up-wakeups.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 Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __UP_WAKEUPS_H