summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/util
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/util')
-rw-r--r--storage/tokudb/ft-index/util/bytestring.h2
-rw-r--r--storage/tokudb/ft-index/util/circular_buffer.cc2
-rw-r--r--storage/tokudb/ft-index/util/circular_buffer.h2
-rw-r--r--storage/tokudb/ft-index/util/constexpr.h2
-rw-r--r--storage/tokudb/ft-index/util/context.cc2
-rw-r--r--storage/tokudb/ft-index/util/context.h2
-rw-r--r--storage/tokudb/ft-index/util/dbt.cc2
-rw-r--r--storage/tokudb/ft-index/util/dbt.h2
-rw-r--r--storage/tokudb/ft-index/util/dmt.cc2
-rw-r--r--storage/tokudb/ft-index/util/dmt.h2
-rw-r--r--storage/tokudb/ft-index/util/doubly_linked_list.h2
-rw-r--r--storage/tokudb/ft-index/util/frwlock.cc2
-rw-r--r--storage/tokudb/ft-index/util/frwlock.h2
-rw-r--r--storage/tokudb/ft-index/util/growable_array.h2
-rw-r--r--storage/tokudb/ft-index/util/kibbutz.cc2
-rw-r--r--storage/tokudb/ft-index/util/kibbutz.h2
-rw-r--r--storage/tokudb/ft-index/util/memarena.cc2
-rw-r--r--storage/tokudb/ft-index/util/memarena.h2
-rw-r--r--storage/tokudb/ft-index/util/mempool.cc2
-rw-r--r--storage/tokudb/ft-index/util/mempool.h2
-rw-r--r--storage/tokudb/ft-index/util/minicron.cc2
-rw-r--r--storage/tokudb/ft-index/util/minicron.h2
-rw-r--r--storage/tokudb/ft-index/util/nb_mutex.h2
-rw-r--r--storage/tokudb/ft-index/util/omt.cc2
-rw-r--r--storage/tokudb/ft-index/util/omt.h2
-rw-r--r--storage/tokudb/ft-index/util/partitioned_counter.cc2
-rw-r--r--storage/tokudb/ft-index/util/partitioned_counter.h2
-rw-r--r--storage/tokudb/ft-index/util/queue.cc2
-rw-r--r--storage/tokudb/ft-index/util/queue.h2
-rw-r--r--storage/tokudb/ft-index/util/rwlock.h2
-rw-r--r--storage/tokudb/ft-index/util/scoped_malloc.cc2
-rw-r--r--storage/tokudb/ft-index/util/scoped_malloc.h2
-rw-r--r--storage/tokudb/ft-index/util/sort.h2
-rw-r--r--storage/tokudb/ft-index/util/status.h2
-rw-r--r--storage/tokudb/ft-index/util/tests/marked-omt-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/memarena-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/minicron-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/omt-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/omt-tmpl-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/queue-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/rwlock_condvar.h2
-rw-r--r--storage/tokudb/ft-index/util/tests/sm-basic.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/sm-crash-double-free.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/sort-tmpl-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test-kibbutz.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test-kibbutz2.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test-rwlock-cheapness.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test-rwlock.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test.h2
-rw-r--r--storage/tokudb/ft-index/util/tests/test_circular_buffer.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test_doubly_linked_list.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test_partitioned_counter.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/test_partitioned_counter_5833.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/threadpool-nproc-limit.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/threadpool-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/threadpool-testrunf.cc2
-rw-r--r--storage/tokudb/ft-index/util/tests/x1764-test.cc2
-rw-r--r--storage/tokudb/ft-index/util/threadpool.cc2
-rw-r--r--storage/tokudb/ft-index/util/threadpool.h2
-rw-r--r--storage/tokudb/ft-index/util/x1764.cc2
-rw-r--r--storage/tokudb/ft-index/util/x1764.h2
61 files changed, 61 insertions, 61 deletions
diff --git a/storage/tokudb/ft-index/util/bytestring.h b/storage/tokudb/ft-index/util/bytestring.h
index 1fea03ecfd1..a8282943419 100644
--- a/storage/tokudb/ft-index/util/bytestring.h
+++ b/storage/tokudb/ft-index/util/bytestring.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/circular_buffer.cc b/storage/tokudb/ft-index/util/circular_buffer.cc
index 92d9af521f7..921d24d8249 100644
--- a/storage/tokudb/ft-index/util/circular_buffer.cc
+++ b/storage/tokudb/ft-index/util/circular_buffer.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/circular_buffer.h b/storage/tokudb/ft-index/util/circular_buffer.h
index 904dfed7c49..8bf0d6982de 100644
--- a/storage/tokudb/ft-index/util/circular_buffer.h
+++ b/storage/tokudb/ft-index/util/circular_buffer.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/constexpr.h b/storage/tokudb/ft-index/util/constexpr.h
index ed71daaf3fe..bca9369980c 100644
--- a/storage/tokudb/ft-index/util/constexpr.h
+++ b/storage/tokudb/ft-index/util/constexpr.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/context.cc b/storage/tokudb/ft-index/util/context.cc
index 6166be41294..f6f1f7184dd 100644
--- a/storage/tokudb/ft-index/util/context.cc
+++ b/storage/tokudb/ft-index/util/context.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/context.h b/storage/tokudb/ft-index/util/context.h
index 04aef5c5e3b..2c3368e6057 100644
--- a/storage/tokudb/ft-index/util/context.h
+++ b/storage/tokudb/ft-index/util/context.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/dbt.cc b/storage/tokudb/ft-index/util/dbt.cc
index aa26a9b0dd9..0cc84aa6f11 100644
--- a/storage/tokudb/ft-index/util/dbt.cc
+++ b/storage/tokudb/ft-index/util/dbt.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/dbt.h b/storage/tokudb/ft-index/util/dbt.h
index 4d78068cb67..64696164e48 100644
--- a/storage/tokudb/ft-index/util/dbt.h
+++ b/storage/tokudb/ft-index/util/dbt.h
@@ -26,7 +26,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/dmt.cc b/storage/tokudb/ft-index/util/dmt.cc
index 1a7e2db9f40..91542f21a1e 100644
--- a/storage/tokudb/ft-index/util/dmt.cc
+++ b/storage/tokudb/ft-index/util/dmt.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/dmt.h b/storage/tokudb/ft-index/util/dmt.h
index 43e44df6a70..84e15198cc0 100644
--- a/storage/tokudb/ft-index/util/dmt.h
+++ b/storage/tokudb/ft-index/util/dmt.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/doubly_linked_list.h b/storage/tokudb/ft-index/util/doubly_linked_list.h
index 738e2736fa1..c110630d39b 100644
--- a/storage/tokudb/ft-index/util/doubly_linked_list.h
+++ b/storage/tokudb/ft-index/util/doubly_linked_list.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/frwlock.cc b/storage/tokudb/ft-index/util/frwlock.cc
index fac0c07967b..feb525262fb 100644
--- a/storage/tokudb/ft-index/util/frwlock.cc
+++ b/storage/tokudb/ft-index/util/frwlock.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/frwlock.h b/storage/tokudb/ft-index/util/frwlock.h
index 985c92bccb4..7bdb818cbe1 100644
--- a/storage/tokudb/ft-index/util/frwlock.h
+++ b/storage/tokudb/ft-index/util/frwlock.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/growable_array.h b/storage/tokudb/ft-index/util/growable_array.h
index b452f94366c..ba0eb6ec79d 100644
--- a/storage/tokudb/ft-index/util/growable_array.h
+++ b/storage/tokudb/ft-index/util/growable_array.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/kibbutz.cc b/storage/tokudb/ft-index/util/kibbutz.cc
index ad0c0b30788..16c0354c011 100644
--- a/storage/tokudb/ft-index/util/kibbutz.cc
+++ b/storage/tokudb/ft-index/util/kibbutz.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/kibbutz.h b/storage/tokudb/ft-index/util/kibbutz.h
index 25515887700..b8b83d867c5 100644
--- a/storage/tokudb/ft-index/util/kibbutz.h
+++ b/storage/tokudb/ft-index/util/kibbutz.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/memarena.cc b/storage/tokudb/ft-index/util/memarena.cc
index d8c0daa0ba0..05ba27ffb17 100644
--- a/storage/tokudb/ft-index/util/memarena.cc
+++ b/storage/tokudb/ft-index/util/memarena.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/memarena.h b/storage/tokudb/ft-index/util/memarena.h
index 8d1b577222e..30401669b36 100644
--- a/storage/tokudb/ft-index/util/memarena.h
+++ b/storage/tokudb/ft-index/util/memarena.h
@@ -26,7 +26,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/mempool.cc b/storage/tokudb/ft-index/util/mempool.cc
index 23200ee41ad..d2cfa95368e 100644
--- a/storage/tokudb/ft-index/util/mempool.cc
+++ b/storage/tokudb/ft-index/util/mempool.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/mempool.h b/storage/tokudb/ft-index/util/mempool.h
index e1a47e66591..93160bbe89e 100644
--- a/storage/tokudb/ft-index/util/mempool.h
+++ b/storage/tokudb/ft-index/util/mempool.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/minicron.cc b/storage/tokudb/ft-index/util/minicron.cc
index 601e1fd40d4..4dcee91c02a 100644
--- a/storage/tokudb/ft-index/util/minicron.cc
+++ b/storage/tokudb/ft-index/util/minicron.cc
@@ -24,7 +24,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/minicron.h b/storage/tokudb/ft-index/util/minicron.h
index b97c5687561..175e2fa8b91 100644
--- a/storage/tokudb/ft-index/util/minicron.h
+++ b/storage/tokudb/ft-index/util/minicron.h
@@ -24,7 +24,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/nb_mutex.h b/storage/tokudb/ft-index/util/nb_mutex.h
index cc350813622..2eb6685fa6a 100644
--- a/storage/tokudb/ft-index/util/nb_mutex.h
+++ b/storage/tokudb/ft-index/util/nb_mutex.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/omt.cc b/storage/tokudb/ft-index/util/omt.cc
index bb3fc34c513..20dbebf8532 100644
--- a/storage/tokudb/ft-index/util/omt.cc
+++ b/storage/tokudb/ft-index/util/omt.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/omt.h b/storage/tokudb/ft-index/util/omt.h
index 6cf3f80d2bc..df2e78add20 100644
--- a/storage/tokudb/ft-index/util/omt.h
+++ b/storage/tokudb/ft-index/util/omt.h
@@ -26,7 +26,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/partitioned_counter.cc b/storage/tokudb/ft-index/util/partitioned_counter.cc
index 70dff209f3b..74226af7d8f 100644
--- a/storage/tokudb/ft-index/util/partitioned_counter.cc
+++ b/storage/tokudb/ft-index/util/partitioned_counter.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/partitioned_counter.h b/storage/tokudb/ft-index/util/partitioned_counter.h
index 4da0e084a82..3f4d1856433 100644
--- a/storage/tokudb/ft-index/util/partitioned_counter.h
+++ b/storage/tokudb/ft-index/util/partitioned_counter.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/queue.cc b/storage/tokudb/ft-index/util/queue.cc
index 7a2fefaefec..fff81c3e627 100644
--- a/storage/tokudb/ft-index/util/queue.cc
+++ b/storage/tokudb/ft-index/util/queue.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/queue.h b/storage/tokudb/ft-index/util/queue.h
index 88c7d99c200..bf742d704b8 100644
--- a/storage/tokudb/ft-index/util/queue.h
+++ b/storage/tokudb/ft-index/util/queue.h
@@ -26,7 +26,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/rwlock.h b/storage/tokudb/ft-index/util/rwlock.h
index 14b447a450f..7c117773d14 100644
--- a/storage/tokudb/ft-index/util/rwlock.h
+++ b/storage/tokudb/ft-index/util/rwlock.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/scoped_malloc.cc b/storage/tokudb/ft-index/util/scoped_malloc.cc
index 15d4fb3e52e..e4c6fc9024d 100644
--- a/storage/tokudb/ft-index/util/scoped_malloc.cc
+++ b/storage/tokudb/ft-index/util/scoped_malloc.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/scoped_malloc.h b/storage/tokudb/ft-index/util/scoped_malloc.h
index 0233b0f1aa5..4345c9a7b7b 100644
--- a/storage/tokudb/ft-index/util/scoped_malloc.h
+++ b/storage/tokudb/ft-index/util/scoped_malloc.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/sort.h b/storage/tokudb/ft-index/util/sort.h
index 2925f791029..efa0b52f4ef 100644
--- a/storage/tokudb/ft-index/util/sort.h
+++ b/storage/tokudb/ft-index/util/sort.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/status.h b/storage/tokudb/ft-index/util/status.h
index 1ab6d35e560..0bdb8430bfd 100644
--- a/storage/tokudb/ft-index/util/status.h
+++ b/storage/tokudb/ft-index/util/status.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/marked-omt-test.cc b/storage/tokudb/ft-index/util/tests/marked-omt-test.cc
index 97e4cf72d61..e7c344fbd44 100644
--- a/storage/tokudb/ft-index/util/tests/marked-omt-test.cc
+++ b/storage/tokudb/ft-index/util/tests/marked-omt-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/memarena-test.cc b/storage/tokudb/ft-index/util/tests/memarena-test.cc
index 7374539d11a..7fe5c088d72 100644
--- a/storage/tokudb/ft-index/util/tests/memarena-test.cc
+++ b/storage/tokudb/ft-index/util/tests/memarena-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/minicron-test.cc b/storage/tokudb/ft-index/util/tests/minicron-test.cc
index 7729edbda84..32645663385 100644
--- a/storage/tokudb/ft-index/util/tests/minicron-test.cc
+++ b/storage/tokudb/ft-index/util/tests/minicron-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/omt-test.cc b/storage/tokudb/ft-index/util/tests/omt-test.cc
index 28daed80965..672bcc0e748 100644
--- a/storage/tokudb/ft-index/util/tests/omt-test.cc
+++ b/storage/tokudb/ft-index/util/tests/omt-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/omt-tmpl-test.cc b/storage/tokudb/ft-index/util/tests/omt-tmpl-test.cc
index 455502d50e9..771e2414d1d 100644
--- a/storage/tokudb/ft-index/util/tests/omt-tmpl-test.cc
+++ b/storage/tokudb/ft-index/util/tests/omt-tmpl-test.cc
@@ -26,7 +26,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/queue-test.cc b/storage/tokudb/ft-index/util/tests/queue-test.cc
index d15e9ccab96..fa3f90fda78 100644
--- a/storage/tokudb/ft-index/util/tests/queue-test.cc
+++ b/storage/tokudb/ft-index/util/tests/queue-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/rwlock_condvar.h b/storage/tokudb/ft-index/util/tests/rwlock_condvar.h
index 58e7a61ae42..7c08321100d 100644
--- a/storage/tokudb/ft-index/util/tests/rwlock_condvar.h
+++ b/storage/tokudb/ft-index/util/tests/rwlock_condvar.h
@@ -29,7 +29,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/sm-basic.cc b/storage/tokudb/ft-index/util/tests/sm-basic.cc
index 5df64294721..6eddc1e3a09 100644
--- a/storage/tokudb/ft-index/util/tests/sm-basic.cc
+++ b/storage/tokudb/ft-index/util/tests/sm-basic.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/sm-crash-double-free.cc b/storage/tokudb/ft-index/util/tests/sm-crash-double-free.cc
index 653d4148fd0..a0066f2505f 100644
--- a/storage/tokudb/ft-index/util/tests/sm-crash-double-free.cc
+++ b/storage/tokudb/ft-index/util/tests/sm-crash-double-free.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/sort-tmpl-test.cc b/storage/tokudb/ft-index/util/tests/sort-tmpl-test.cc
index 7597c4fa5a7..ed4d6ba8c38 100644
--- a/storage/tokudb/ft-index/util/tests/sort-tmpl-test.cc
+++ b/storage/tokudb/ft-index/util/tests/sort-tmpl-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test-kibbutz.cc b/storage/tokudb/ft-index/util/tests/test-kibbutz.cc
index dd5a7facf64..e6912c3b3a5 100644
--- a/storage/tokudb/ft-index/util/tests/test-kibbutz.cc
+++ b/storage/tokudb/ft-index/util/tests/test-kibbutz.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test-kibbutz2.cc b/storage/tokudb/ft-index/util/tests/test-kibbutz2.cc
index 80b97ff69c6..601d1b0579d 100644
--- a/storage/tokudb/ft-index/util/tests/test-kibbutz2.cc
+++ b/storage/tokudb/ft-index/util/tests/test-kibbutz2.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test-rwlock-cheapness.cc b/storage/tokudb/ft-index/util/tests/test-rwlock-cheapness.cc
index ac04da16b85..7bec8d9db18 100644
--- a/storage/tokudb/ft-index/util/tests/test-rwlock-cheapness.cc
+++ b/storage/tokudb/ft-index/util/tests/test-rwlock-cheapness.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test-rwlock.cc b/storage/tokudb/ft-index/util/tests/test-rwlock.cc
index c4988aab85d..12ff7f2d99d 100644
--- a/storage/tokudb/ft-index/util/tests/test-rwlock.cc
+++ b/storage/tokudb/ft-index/util/tests/test-rwlock.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test.h b/storage/tokudb/ft-index/util/tests/test.h
index 6ca60105d93..4247b08cf84 100644
--- a/storage/tokudb/ft-index/util/tests/test.h
+++ b/storage/tokudb/ft-index/util/tests/test.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test_circular_buffer.cc b/storage/tokudb/ft-index/util/tests/test_circular_buffer.cc
index 8bf0b646e4a..2430dbec4ca 100644
--- a/storage/tokudb/ft-index/util/tests/test_circular_buffer.cc
+++ b/storage/tokudb/ft-index/util/tests/test_circular_buffer.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test_doubly_linked_list.cc b/storage/tokudb/ft-index/util/tests/test_doubly_linked_list.cc
index 94e6b0a3489..b2f6cd07e2a 100644
--- a/storage/tokudb/ft-index/util/tests/test_doubly_linked_list.cc
+++ b/storage/tokudb/ft-index/util/tests/test_doubly_linked_list.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test_partitioned_counter.cc b/storage/tokudb/ft-index/util/tests/test_partitioned_counter.cc
index ce09aa04229..0b1b4cf9f03 100644
--- a/storage/tokudb/ft-index/util/tests/test_partitioned_counter.cc
+++ b/storage/tokudb/ft-index/util/tests/test_partitioned_counter.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/test_partitioned_counter_5833.cc b/storage/tokudb/ft-index/util/tests/test_partitioned_counter_5833.cc
index 2e42e4d4b4e..e8e0291aa2f 100644
--- a/storage/tokudb/ft-index/util/tests/test_partitioned_counter_5833.cc
+++ b/storage/tokudb/ft-index/util/tests/test_partitioned_counter_5833.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/threadpool-nproc-limit.cc b/storage/tokudb/ft-index/util/tests/threadpool-nproc-limit.cc
index 3395a30238b..5deefa5e2f4 100644
--- a/storage/tokudb/ft-index/util/tests/threadpool-nproc-limit.cc
+++ b/storage/tokudb/ft-index/util/tests/threadpool-nproc-limit.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/threadpool-test.cc b/storage/tokudb/ft-index/util/tests/threadpool-test.cc
index b9bebc5db7d..3ad8d90ea8e 100644
--- a/storage/tokudb/ft-index/util/tests/threadpool-test.cc
+++ b/storage/tokudb/ft-index/util/tests/threadpool-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/threadpool-testrunf.cc b/storage/tokudb/ft-index/util/tests/threadpool-testrunf.cc
index b7744cbf54c..8a8e37135dc 100644
--- a/storage/tokudb/ft-index/util/tests/threadpool-testrunf.cc
+++ b/storage/tokudb/ft-index/util/tests/threadpool-testrunf.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/tests/x1764-test.cc b/storage/tokudb/ft-index/util/tests/x1764-test.cc
index 5f47e007f50..86936210fc7 100644
--- a/storage/tokudb/ft-index/util/tests/x1764-test.cc
+++ b/storage/tokudb/ft-index/util/tests/x1764-test.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/threadpool.cc b/storage/tokudb/ft-index/util/threadpool.cc
index 7c8fade7ed6..4a44be974ae 100644
--- a/storage/tokudb/ft-index/util/threadpool.cc
+++ b/storage/tokudb/ft-index/util/threadpool.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/threadpool.h b/storage/tokudb/ft-index/util/threadpool.h
index ed43dea93be..31d17bd1bd1 100644
--- a/storage/tokudb/ft-index/util/threadpool.h
+++ b/storage/tokudb/ft-index/util/threadpool.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/x1764.cc b/storage/tokudb/ft-index/util/x1764.cc
index 5fb20daccee..8445a5c43a2 100644
--- a/storage/tokudb/ft-index/util/x1764.cc
+++ b/storage/tokudb/ft-index/util/x1764.cc
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE:
diff --git a/storage/tokudb/ft-index/util/x1764.h b/storage/tokudb/ft-index/util/x1764.h
index 1d83e5a1853..e5b2b9e3718 100644
--- a/storage/tokudb/ft-index/util/x1764.h
+++ b/storage/tokudb/ft-index/util/x1764.h
@@ -25,7 +25,7 @@ COPYING CONDITIONS NOTICE:
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., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 02110-1335 USA.
COPYRIGHT NOTICE: