From fa07eaa6913d7171c4259b3b0cd76dae3e76ca00 Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Sun, 29 Oct 2017 09:04:24 +0000 Subject: [PATCH 1/1] fio: update FSF address Signed-off-by: Sitsofe Wheeler --- backend.c | 2 +- crc/crc32.c | 2 +- crc/crc32.h | 2 +- crc/crc32c.h | 2 +- engines/pmemblk.c | 4 ++-- exp/expression-parser.l | 2 +- exp/expression-parser.y | 2 +- exp/test-expression-parser.c | 2 +- fifo.c | 2 +- fifo.h | 2 +- fio.c | 2 +- gfio.c | 2 +- graph.c | 2 +- lib/rbtree.c | 2 +- lib/rbtree.h | 2 +- libfio.c | 2 +- oslib/libmtd.c | 2 +- oslib/libmtd.h | 2 +- oslib/libmtd_common.h | 2 +- oslib/libmtd_int.h | 2 +- oslib/libmtd_legacy.c | 2 +- oslib/libmtd_xalloc.h | 2 +- tools/genfio | 2 +- tools/plot/fio2gnuplot | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/backend.c b/backend.c index d98e5fe4..c14f37ca 100644 --- a/backend.c +++ b/backend.c @@ -18,7 +18,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 diff --git a/crc/crc32.c b/crc/crc32.c index 657031d4..4140a8d4 100644 --- a/crc/crc32.c +++ b/crc/crc32.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 Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include #include "crc32.h" diff --git a/crc/crc32.h b/crc/crc32.h index 674057b2..a37d7ada 100644 --- a/crc/crc32.h +++ b/crc/crc32.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 Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef CRC32_H #define CRC32_H diff --git a/crc/crc32c.h b/crc/crc32c.h index d513f3aa..be03c1a2 100644 --- a/crc/crc32c.h +++ b/crc/crc32c.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 Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef CRC32C_H #define CRC32C_H diff --git a/engines/pmemblk.c b/engines/pmemblk.c index 52af9eda..5d219155 100644 --- a/engines/pmemblk.c +++ b/engines/pmemblk.c @@ -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 02111-1307 USA + * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ /* diff --git a/exp/expression-parser.l b/exp/expression-parser.l index 50bd3832..692c6cc3 100644 --- a/exp/expression-parser.l +++ b/exp/expression-parser.l @@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/exp/expression-parser.y b/exp/expression-parser.y index d664b8ed..04a6e07a 100644 --- a/exp/expression-parser.y +++ b/exp/expression-parser.y @@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/exp/test-expression-parser.c b/exp/test-expression-parser.c index bf3fb3ed..e22f24dc 100644 --- a/exp/test-expression-parser.c +++ b/exp/test-expression-parser.c @@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/fifo.c b/fifo.c index 81d13b57..98737e9c 100644 --- a/fifo.c +++ b/fifo.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ diff --git a/fifo.h b/fifo.h index 4b775b0b..5e3d3396 100644 --- a/fifo.h +++ b/fifo.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ #include "minmax.h" diff --git a/fio.c b/fio.c index 7b3a50b6..7b61ffca 100644 --- a/fio.c +++ b/fio.c @@ -18,7 +18,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 diff --git a/gfio.c b/gfio.c index 7160c3a9..d222a1c2 100644 --- a/gfio.c +++ b/gfio.c @@ -18,7 +18,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 diff --git a/graph.c b/graph.c index c45954c7..f82b52ad 100644 --- a/graph.c +++ b/graph.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. * */ #include diff --git a/lib/rbtree.c b/lib/rbtree.c index 883bc723..00a5a90b 100644 --- a/lib/rbtree.c +++ b/lib/rbtree.c @@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA. linux/lib/rbtree.c */ diff --git a/lib/rbtree.h b/lib/rbtree.h index c6cfe4a9..f31fc56d 100644 --- a/lib/rbtree.h +++ b/lib/rbtree.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 Street, Fifth Floor, Boston, MA 02110-1301, USA. linux/include/linux/rbtree.h diff --git a/libfio.c b/libfio.c index 830759a7..d9900add 100644 --- a/libfio.c +++ b/libfio.c @@ -18,7 +18,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/oslib/libmtd.c b/oslib/libmtd.c index 5d18871b..385b9d2f 100644 --- a/oslib/libmtd.c +++ b/oslib/libmtd.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Artem Bityutskiy * diff --git a/oslib/libmtd.h b/oslib/libmtd.h index b5fd3f35..a0c90dcb 100644 --- a/oslib/libmtd.h +++ b/oslib/libmtd.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Artem Bityutskiy * diff --git a/oslib/libmtd_common.h b/oslib/libmtd_common.h index 35628fea..87f93b61 100644 --- a/oslib/libmtd_common.h +++ b/oslib/libmtd_common.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Imported from mtd-utils by dehrenberg */ diff --git a/oslib/libmtd_int.h b/oslib/libmtd_int.h index cbe2ff5c..a08e5745 100644 --- a/oslib/libmtd_int.h +++ b/oslib/libmtd_int.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Artem Bityutskiy * diff --git a/oslib/libmtd_legacy.c b/oslib/libmtd_legacy.c index 38dc2b71..137e80a9 100644 --- a/oslib/libmtd_legacy.c +++ b/oslib/libmtd_legacy.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Artem Bityutskiy * diff --git a/oslib/libmtd_xalloc.h b/oslib/libmtd_xalloc.h index 532b80ff..6ac595ad 100644 --- a/oslib/libmtd_xalloc.h +++ b/oslib/libmtd_xalloc.h @@ -21,7 +21,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __MTD_UTILS_XALLOC_H__ diff --git a/tools/genfio b/tools/genfio index 67311efc..286d814d 100755 --- a/tools/genfio +++ b/tools/genfio @@ -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. BLK_SIZE= BLOCK_SIZE=4k diff --git a/tools/plot/fio2gnuplot b/tools/plot/fio2gnuplot index c96abe9a..5d31f13a 100755 --- a/tools/plot/fio2gnuplot +++ b/tools/plot/fio2gnuplot @@ -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. import os import fnmatch -- 2.25.1