summary refs log tree commit diff stats
path: root/plugins/sysinfo
diff options
context:
space:
mode:
authorDan Mashal <dan.mashal@fedoraproject.org>2012-12-23 11:36:54 -0800
committerDan Mashal <dan.mashal@fedoraproject.org>2012-12-23 11:36:54 -0800
commitb04377825fb3a6c35c22580295c410f442be5983 (patch)
tree99383af72f414c897b5a102c4fdb53d08896f3e3 /plugins/sysinfo
parent32eac07424db6e794cc4bc0350545a1f72237efd (diff)
fix incorrect FSF address
Diffstat (limited to 'plugins/sysinfo')
-rw-r--r--plugins/sysinfo/hwmon.c2
-rw-r--r--plugins/sysinfo/hwmon.h2
-rw-r--r--plugins/sysinfo/match.c2
-rw-r--r--plugins/sysinfo/match.h2
-rw-r--r--plugins/sysinfo/parse.c2
-rw-r--r--plugins/sysinfo/parse.h2
-rw-r--r--plugins/sysinfo/pci.c2
-rw-r--r--plugins/sysinfo/pci.h2
-rw-r--r--plugins/sysinfo/xsys.c2
-rw-r--r--plugins/sysinfo/xsys.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/sysinfo/hwmon.c b/plugins/sysinfo/hwmon.c
index d7616b47..3cc2fb8d 100644
--- a/plugins/sysinfo/hwmon.c
+++ b/plugins/sysinfo/hwmon.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 Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #include <stdio.h>
diff --git a/plugins/sysinfo/hwmon.h b/plugins/sysinfo/hwmon.h
index 020111f9..fe71274b 100644
--- a/plugins/sysinfo/hwmon.h
+++ b/plugins/sysinfo/hwmon.h
@@ -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 Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 
diff --git a/plugins/sysinfo/match.c b/plugins/sysinfo/match.c
index 3184ce22..e40ac428 100644
--- a/plugins/sysinfo/match.c
+++ b/plugins/sysinfo/match.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 Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #include <stdio.h>
diff --git a/plugins/sysinfo/match.h b/plugins/sysinfo/match.h
index b8846527..61811e4a 100644
--- a/plugins/sysinfo/match.h
+++ b/plugins/sysinfo/match.h
@@ -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 Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifndef _MATCH_H_
diff --git a/plugins/sysinfo/parse.c b/plugins/sysinfo/parse.c
index 45399496..fbca6213 100644
--- a/plugins/sysinfo/parse.c
+++ b/plugins/sysinfo/parse.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 St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #include <stdio.h>
diff --git a/plugins/sysinfo/parse.h b/plugins/sysinfo/parse.h
index eb7a1362..27aac7da 100644
--- a/plugins/sysinfo/parse.h
+++ b/plugins/sysinfo/parse.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 St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 
diff --git a/plugins/sysinfo/pci.c b/plugins/sysinfo/pci.c
index 31df60f0..bc8fb11f 100644
--- a/plugins/sysinfo/pci.c
+++ b/plugins/sysinfo/pci.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 St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #include <stdio.h>
diff --git a/plugins/sysinfo/pci.h b/plugins/sysinfo/pci.h
index b7afb1fc..673f0a0a 100644
--- a/plugins/sysinfo/pci.h
+++ b/plugins/sysinfo/pci.h
@@ -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 Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 
diff --git a/plugins/sysinfo/xsys.c b/plugins/sysinfo/xsys.c
index cf807343..98bc9017 100644
--- a/plugins/sysinfo/xsys.c
+++ b/plugins/sysinfo/xsys.c
@@ -19,7 +19,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/plugins/sysinfo/xsys.h b/plugins/sysinfo/xsys.h
index ffb30bab..4daf8545 100644
--- a/plugins/sysinfo/xsys.h
+++ b/plugins/sysinfo/xsys.h
@@ -15,7 +15,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
  */