iowatcher: Update the FSF address in all files
authorChris Mason <chris.mason@fusionio.com>
Mon, 21 Jan 2013 15:28:33 +0000 (10:28 -0500)
committerChris Mason <clm@fb.com>
Wed, 24 Sep 2014 19:02:08 +0000 (12:02 -0700)
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
12 files changed:
iowatcher/blkparse.c
iowatcher/blkparse.h
iowatcher/fio.c
iowatcher/fio.h
iowatcher/list.h
iowatcher/main.c
iowatcher/mpstat.c
iowatcher/mpstat.h
iowatcher/plot.c
iowatcher/plot.h
iowatcher/tracers.c
iowatcher/tracers.h

index 43630be44ad904f9323af7c6221f23d4d0f33e99..d27b54779a017e6d66c2003fe8d5a80c7458db15 100644 (file)
@@ -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)
  */
index 68becbf164126cfbebd8e7e992b635dc11559258..84bda4a7cadb029d6860f8a9a96c170d716d492c 100644 (file)
@@ -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)
  */
index 110f4a18fee63939d05a86cbfc166f24c468536f..1fd27151722139a6bd08da8d6aff1bacdba11c4f 100644 (file)
@@ -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>
index 7f49ddd4e15f97430c0edf8c8e171280613b694f..e413ffac6e61721ec036e0f8c7720fd36ccb596b 100644 (file)
@@ -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__
index 90c993efb9b9b2697738494e703a347ab3b511fb..52f980f7ea835e4cd5b37220ed66698015cdfa8d 100644 (file)
@@ -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
index 827f57d861155430971959eb3ab9fef542a6efdf..8fa91153c2820e417ec15b2ab472c6ebd975e0a0 100644 (file)
@@ -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)
  */
index f76972acddf2c0a0b65fc2c2468882082eeff518..db7b8e0820ab4005418f7c503c5e45fcef98340a 100644 (file)
@@ -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>
index cf72351a6bd3b68d76b39aa545f4eb38f18063d8..f3aeb659a5d4a6ffae79e18e3bc5f67c927eabf5 100644 (file)
@@ -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__
index 187789a2b94285080819743a987bf0ac1c957ef2..971a2539ff93a2db1cd6255ce15aebbba6a73658 100644 (file)
@@ -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)
  */
index 42cbea0d9f97234f73a3bbc6e5854c8b3f96641a..f7dea5dcb761ad2c7df8517761f9cd4f9966ec77 100644 (file)
@@ -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__
index 433b5305813691421d99edc4dbf817dd04b0b553..d70c4a60a46910f7f5937fa99986c93982b5a872 100644 (file)
@@ -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)
  */
index 81a2fe7365ce3caec9aa24ef74ca377be4335bb9..91e57f419a0d28b1439523a6a3aaec44490c7fb3 100644 (file)
@@ -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