aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mason <chris.mason@fusionio.com>2013-01-21 10:28:33 -0500
committerChris Mason <clm@fb.com>2014-09-24 12:02:08 -0700
commit660b041110b6032d2e85b7c6a8a8d56803a60919 (patch)
tree2089c42c709aee4c630c23495e31296f0e1fd8e4
parent798c9a9a9f8cfa2d035feaf78482ea53abd5b320 (diff)
downloadblktrace-660b041110b6032d2e85b7c6a8a8d56803a60919.tar.gz
iowatcher: Update the FSF address in all files
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
-rw-r--r--iowatcher/blkparse.c2
-rw-r--r--iowatcher/blkparse.h2
-rw-r--r--iowatcher/fio.c2
-rw-r--r--iowatcher/fio.h2
-rw-r--r--iowatcher/list.h4
-rw-r--r--iowatcher/main.c2
-rw-r--r--iowatcher/mpstat.c2
-rw-r--r--iowatcher/mpstat.h2
-rw-r--r--iowatcher/plot.c2
-rw-r--r--iowatcher/plot.h2
-rw-r--r--iowatcher/tracers.c2
-rw-r--r--iowatcher/tracers.h2
12 files changed, 13 insertions, 13 deletions
diff --git a/iowatcher/blkparse.c b/iowatcher/blkparse.c
index 43630be..d27b547 100644
--- a/iowatcher/blkparse.c
+++ b/iowatcher/blkparse.c
@@ -12,7 +12,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
*
* Parts of this file were imported from Jens Axboe's blktrace sources (also GPL)
*/
diff --git a/iowatcher/blkparse.h b/iowatcher/blkparse.h
index 68becbf..84bda4a 100644
--- a/iowatcher/blkparse.h
+++ b/iowatcher/blkparse.h
@@ -12,7 +12,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
*
* Parts of this file were imported from Jens Axboe's blktrace sources (also GPL)
*/
diff --git a/iowatcher/fio.c b/iowatcher/fio.c
index 110f4a1..1fd2715 100644
--- a/iowatcher/fio.c
+++ b/iowatcher/fio.c
@@ -12,7 +12,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 <sys/types.h>
#include <sys/stat.h>
diff --git a/iowatcher/fio.h b/iowatcher/fio.h
index 7f49ddd..e413ffa 100644
--- a/iowatcher/fio.h
+++ b/iowatcher/fio.h
@@ -12,7 +12,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 __FIO__
#define __FIO__
diff --git a/iowatcher/list.h b/iowatcher/list.h
index 90c993e..52f980f 100644
--- a/iowatcher/list.h
+++ b/iowatcher/list.h
@@ -14,8 +14,8 @@
*
* 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 021110-1307, USA.
+ * Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _LINUX_LIST_H
diff --git a/iowatcher/main.c b/iowatcher/main.c
index 827f57d..8fa9115 100644
--- a/iowatcher/main.c
+++ b/iowatcher/main.c
@@ -12,7 +12,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
*
* Parts of this file were imported from Jens Axboe's blktrace sources (also GPL)
*/
diff --git a/iowatcher/mpstat.c b/iowatcher/mpstat.c
index f76972a..db7b8e0 100644
--- a/iowatcher/mpstat.c
+++ b/iowatcher/mpstat.c
@@ -12,7 +12,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 <sys/types.h>
#include <sys/stat.h>
diff --git a/iowatcher/mpstat.h b/iowatcher/mpstat.h
index cf72351..f3aeb65 100644
--- a/iowatcher/mpstat.h
+++ b/iowatcher/mpstat.h
@@ -12,7 +12,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 __MPSTAT__
#define __MPSTAT__
diff --git a/iowatcher/plot.c b/iowatcher/plot.c
index 187789a..971a253 100644
--- a/iowatcher/plot.c
+++ b/iowatcher/plot.c
@@ -12,7 +12,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
*
* Parts of this file were imported from Jens Axboe's blktrace sources (also GPL)
*/
diff --git a/iowatcher/plot.h b/iowatcher/plot.h
index 42cbea0..f7dea5d 100644
--- a/iowatcher/plot.h
+++ b/iowatcher/plot.h
@@ -12,7 +12,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 __IOWATCH_PLOT__
diff --git a/iowatcher/tracers.c b/iowatcher/tracers.c
index 433b530..d70c4a6 100644
--- a/iowatcher/tracers.c
+++ b/iowatcher/tracers.c
@@ -12,7 +12,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
*
* Parts of this file were imported from Jens Axboe's blktrace sources (also GPL)
*/
diff --git a/iowatcher/tracers.h b/iowatcher/tracers.h
index 81a2fe7..91e57f4 100644
--- a/iowatcher/tracers.h
+++ b/iowatcher/tracers.h
@@ -12,7 +12,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 __IOWATCH_TRACERS