summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/portability
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/portability')
-rw-r--r--storage/tokudb/ft-index/portability/file.cc2
-rw-r--r--storage/tokudb/ft-index/portability/huge_page_detection.cc2
-rw-r--r--storage/tokudb/ft-index/portability/memory.cc2
-rw-r--r--storage/tokudb/ft-index/portability/memory.h2
-rw-r--r--storage/tokudb/ft-index/portability/os_malloc.cc2
-rw-r--r--storage/tokudb/ft-index/portability/portability.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/rwlock_condvar.h2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-active-cpus.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-cache-line-boundary-fails.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-cpu-freq-openlimit17.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-cpu-freq.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-filesystem-sizes.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-flock.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-fsync-directory.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-fsync.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-gettime.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-gettimeofday.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-hugepage.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-max-data.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-memory-status.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-pagesize.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rdlock.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rwr.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-pwrite4g.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-snprintf.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-stat.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-toku-malloc.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test-xid.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/test.h2
-rw-r--r--storage/tokudb/ft-index/portability/tests/try-assert-zero.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/try-assert0.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/try-leak-lost.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/try-leak-reachable.cc2
-rw-r--r--storage/tokudb/ft-index/portability/tests/try-uninit.cc2
-rw-r--r--storage/tokudb/ft-index/portability/toku_assert.cc2
-rw-r--r--storage/tokudb/ft-index/portability/toku_assert.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_atomic.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_byteswap.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_crash.cc2
-rw-r--r--storage/tokudb/ft-index/portability/toku_crash.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_htod.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_htonl.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_list.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_os.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_os_types.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_path.cc2
-rw-r--r--storage/tokudb/ft-index/portability/toku_path.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_portability.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_pthread.cc2
-rw-r--r--storage/tokudb/ft-index/portability/toku_pthread.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_race_tools.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_random.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_stdint.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_stdlib.h2
-rw-r--r--storage/tokudb/ft-index/portability/toku_time.cc2
-rw-r--r--storage/tokudb/ft-index/portability/toku_time.h2
56 files changed, 56 insertions, 56 deletions
diff --git a/storage/tokudb/ft-index/portability/file.cc b/storage/tokudb/ft-index/portability/file.cc
index 6919b54e81d..941491be4c4 100644
--- a/storage/tokudb/ft-index/portability/file.cc
+++ b/storage/tokudb/ft-index/portability/file.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/portability/huge_page_detection.cc b/storage/tokudb/ft-index/portability/huge_page_detection.cc
index c90333857c3..ca428987486 100644
--- a/storage/tokudb/ft-index/portability/huge_page_detection.cc
+++ b/storage/tokudb/ft-index/portability/huge_page_detection.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/portability/memory.cc b/storage/tokudb/ft-index/portability/memory.cc
index 568be399bb5..74b4b88d541 100644
--- a/storage/tokudb/ft-index/portability/memory.cc
+++ b/storage/tokudb/ft-index/portability/memory.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/portability/memory.h b/storage/tokudb/ft-index/portability/memory.h
index 52e0c69575f..f33907ec49d 100644
--- a/storage/tokudb/ft-index/portability/memory.h
+++ b/storage/tokudb/ft-index/portability/memory.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/portability/os_malloc.cc b/storage/tokudb/ft-index/portability/os_malloc.cc
index c59167bd8c4..a9ce94860a2 100644
--- a/storage/tokudb/ft-index/portability/os_malloc.cc
+++ b/storage/tokudb/ft-index/portability/os_malloc.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/portability/portability.cc b/storage/tokudb/ft-index/portability/portability.cc
index 9863c45c60d..a9ad59c7551 100644
--- a/storage/tokudb/ft-index/portability/portability.cc
+++ b/storage/tokudb/ft-index/portability/portability.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/portability/tests/rwlock_condvar.h b/storage/tokudb/ft-index/portability/tests/rwlock_condvar.h
index 135481f8997..dd27366d67c 100644
--- a/storage/tokudb/ft-index/portability/tests/rwlock_condvar.h
+++ b/storage/tokudb/ft-index/portability/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/portability/tests/test-active-cpus.cc b/storage/tokudb/ft-index/portability/tests/test-active-cpus.cc
index ed141edd0bf..1e0a3ff2f51 100644
--- a/storage/tokudb/ft-index/portability/tests/test-active-cpus.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-active-cpus.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/portability/tests/test-cache-line-boundary-fails.cc b/storage/tokudb/ft-index/portability/tests/test-cache-line-boundary-fails.cc
index eb4862c2254..e0ee906b15c 100644
--- a/storage/tokudb/ft-index/portability/tests/test-cache-line-boundary-fails.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-cache-line-boundary-fails.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/portability/tests/test-cpu-freq-openlimit17.cc b/storage/tokudb/ft-index/portability/tests/test-cpu-freq-openlimit17.cc
index 04e58d49bf6..875ed7311aa 100644
--- a/storage/tokudb/ft-index/portability/tests/test-cpu-freq-openlimit17.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-cpu-freq-openlimit17.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/portability/tests/test-cpu-freq.cc b/storage/tokudb/ft-index/portability/tests/test-cpu-freq.cc
index 889eb29c5c1..a62f5f67a83 100644
--- a/storage/tokudb/ft-index/portability/tests/test-cpu-freq.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-cpu-freq.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/portability/tests/test-filesystem-sizes.cc b/storage/tokudb/ft-index/portability/tests/test-filesystem-sizes.cc
index 993eaf4fea2..643649fa91f 100644
--- a/storage/tokudb/ft-index/portability/tests/test-filesystem-sizes.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-filesystem-sizes.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/portability/tests/test-flock.cc b/storage/tokudb/ft-index/portability/tests/test-flock.cc
index 5ef45b1bd97..ec56ca30dd8 100644
--- a/storage/tokudb/ft-index/portability/tests/test-flock.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-flock.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/portability/tests/test-fsync-directory.cc b/storage/tokudb/ft-index/portability/tests/test-fsync-directory.cc
index a0de1a0d882..632296ef47f 100644
--- a/storage/tokudb/ft-index/portability/tests/test-fsync-directory.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-fsync-directory.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/portability/tests/test-fsync.cc b/storage/tokudb/ft-index/portability/tests/test-fsync.cc
index 4d3be11120f..5da2cbef88a 100644
--- a/storage/tokudb/ft-index/portability/tests/test-fsync.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-fsync.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/portability/tests/test-gettime.cc b/storage/tokudb/ft-index/portability/tests/test-gettime.cc
index ce0e5cb9921..1b1de935fe2 100644
--- a/storage/tokudb/ft-index/portability/tests/test-gettime.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-gettime.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/portability/tests/test-gettimeofday.cc b/storage/tokudb/ft-index/portability/tests/test-gettimeofday.cc
index 0ff77118d1c..96519ff8984 100644
--- a/storage/tokudb/ft-index/portability/tests/test-gettimeofday.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-gettimeofday.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/portability/tests/test-hugepage.cc b/storage/tokudb/ft-index/portability/tests/test-hugepage.cc
index 4aa11ee2e79..1c7421c3ac8 100644
--- a/storage/tokudb/ft-index/portability/tests/test-hugepage.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-hugepage.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/portability/tests/test-max-data.cc b/storage/tokudb/ft-index/portability/tests/test-max-data.cc
index f04b39d8421..739e491c67e 100644
--- a/storage/tokudb/ft-index/portability/tests/test-max-data.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-max-data.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/portability/tests/test-memory-status.cc b/storage/tokudb/ft-index/portability/tests/test-memory-status.cc
index 87011c4e0d0..5d054c4be6e 100644
--- a/storage/tokudb/ft-index/portability/tests/test-memory-status.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-memory-status.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/portability/tests/test-pagesize.cc b/storage/tokudb/ft-index/portability/tests/test-pagesize.cc
index f9a78742e35..b6bc3804a48 100644
--- a/storage/tokudb/ft-index/portability/tests/test-pagesize.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-pagesize.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/portability/tests/test-pthread-rwlock-rdlock.cc b/storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rdlock.cc
index 9008262fa09..f9f4ccd9082 100644
--- a/storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rdlock.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rdlock.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/portability/tests/test-pthread-rwlock-rwr.cc b/storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rwr.cc
index 32b38421aaf..0bd805c8b30 100644
--- a/storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rwr.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-pthread-rwlock-rwr.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/portability/tests/test-pwrite4g.cc b/storage/tokudb/ft-index/portability/tests/test-pwrite4g.cc
index abd5e4ec1ac..57f69cf5a86 100644
--- a/storage/tokudb/ft-index/portability/tests/test-pwrite4g.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-pwrite4g.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/portability/tests/test-snprintf.cc b/storage/tokudb/ft-index/portability/tests/test-snprintf.cc
index 5f168c8d612..7ede50ac289 100644
--- a/storage/tokudb/ft-index/portability/tests/test-snprintf.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-snprintf.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/portability/tests/test-stat.cc b/storage/tokudb/ft-index/portability/tests/test-stat.cc
index bedf7e7e54f..cb97001d0bf 100644
--- a/storage/tokudb/ft-index/portability/tests/test-stat.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-stat.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/portability/tests/test-toku-malloc.cc b/storage/tokudb/ft-index/portability/tests/test-toku-malloc.cc
index 48f616dd817..e31fc66de6a 100644
--- a/storage/tokudb/ft-index/portability/tests/test-toku-malloc.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-toku-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/portability/tests/test-xid.cc b/storage/tokudb/ft-index/portability/tests/test-xid.cc
index fb1abd33793..0020768d754 100644
--- a/storage/tokudb/ft-index/portability/tests/test-xid.cc
+++ b/storage/tokudb/ft-index/portability/tests/test-xid.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/portability/tests/test.h b/storage/tokudb/ft-index/portability/tests/test.h
index a3e7994957e..593076f7c20 100644
--- a/storage/tokudb/ft-index/portability/tests/test.h
+++ b/storage/tokudb/ft-index/portability/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/portability/tests/try-assert-zero.cc b/storage/tokudb/ft-index/portability/tests/try-assert-zero.cc
index 6517f61b3c3..9d127e8dc73 100644
--- a/storage/tokudb/ft-index/portability/tests/try-assert-zero.cc
+++ b/storage/tokudb/ft-index/portability/tests/try-assert-zero.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/portability/tests/try-assert0.cc b/storage/tokudb/ft-index/portability/tests/try-assert0.cc
index 89fe6941138..858e80d3b53 100644
--- a/storage/tokudb/ft-index/portability/tests/try-assert0.cc
+++ b/storage/tokudb/ft-index/portability/tests/try-assert0.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/portability/tests/try-leak-lost.cc b/storage/tokudb/ft-index/portability/tests/try-leak-lost.cc
index 290e2969aa7..881f33098af 100644
--- a/storage/tokudb/ft-index/portability/tests/try-leak-lost.cc
+++ b/storage/tokudb/ft-index/portability/tests/try-leak-lost.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/portability/tests/try-leak-reachable.cc b/storage/tokudb/ft-index/portability/tests/try-leak-reachable.cc
index 63c1dd4f756..f7f83df736c 100644
--- a/storage/tokudb/ft-index/portability/tests/try-leak-reachable.cc
+++ b/storage/tokudb/ft-index/portability/tests/try-leak-reachable.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/portability/tests/try-uninit.cc b/storage/tokudb/ft-index/portability/tests/try-uninit.cc
index ef092541fd9..08e86297832 100644
--- a/storage/tokudb/ft-index/portability/tests/try-uninit.cc
+++ b/storage/tokudb/ft-index/portability/tests/try-uninit.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/portability/toku_assert.cc b/storage/tokudb/ft-index/portability/toku_assert.cc
index 68e16699e60..04be17ffbad 100644
--- a/storage/tokudb/ft-index/portability/toku_assert.cc
+++ b/storage/tokudb/ft-index/portability/toku_assert.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/portability/toku_assert.h b/storage/tokudb/ft-index/portability/toku_assert.h
index ab5f8c1ffb4..ff46150a4ee 100644
--- a/storage/tokudb/ft-index/portability/toku_assert.h
+++ b/storage/tokudb/ft-index/portability/toku_assert.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/portability/toku_atomic.h b/storage/tokudb/ft-index/portability/toku_atomic.h
index 075211a790c..0dcf379e2cd 100644
--- a/storage/tokudb/ft-index/portability/toku_atomic.h
+++ b/storage/tokudb/ft-index/portability/toku_atomic.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/portability/toku_byteswap.h b/storage/tokudb/ft-index/portability/toku_byteswap.h
index 12c76b00825..18a8263e496 100644
--- a/storage/tokudb/ft-index/portability/toku_byteswap.h
+++ b/storage/tokudb/ft-index/portability/toku_byteswap.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/portability/toku_crash.cc b/storage/tokudb/ft-index/portability/toku_crash.cc
index 123746d8f7f..c6093538a12 100644
--- a/storage/tokudb/ft-index/portability/toku_crash.cc
+++ b/storage/tokudb/ft-index/portability/toku_crash.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/portability/toku_crash.h b/storage/tokudb/ft-index/portability/toku_crash.h
index a5dd959a15d..f07e59e3874 100644
--- a/storage/tokudb/ft-index/portability/toku_crash.h
+++ b/storage/tokudb/ft-index/portability/toku_crash.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/portability/toku_htod.h b/storage/tokudb/ft-index/portability/toku_htod.h
index d12d45a13cf..b526d629a73 100644
--- a/storage/tokudb/ft-index/portability/toku_htod.h
+++ b/storage/tokudb/ft-index/portability/toku_htod.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/portability/toku_htonl.h b/storage/tokudb/ft-index/portability/toku_htonl.h
index f2ba320bf1f..b6bbabba0ec 100644
--- a/storage/tokudb/ft-index/portability/toku_htonl.h
+++ b/storage/tokudb/ft-index/portability/toku_htonl.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/portability/toku_list.h b/storage/tokudb/ft-index/portability/toku_list.h
index 3fc96a671dd..1f1b5020602 100644
--- a/storage/tokudb/ft-index/portability/toku_list.h
+++ b/storage/tokudb/ft-index/portability/toku_list.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/portability/toku_os.h b/storage/tokudb/ft-index/portability/toku_os.h
index 71576d7c1dd..29ee885cd92 100644
--- a/storage/tokudb/ft-index/portability/toku_os.h
+++ b/storage/tokudb/ft-index/portability/toku_os.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/portability/toku_os_types.h b/storage/tokudb/ft-index/portability/toku_os_types.h
index a7053374fde..4e002c7a57e 100644
--- a/storage/tokudb/ft-index/portability/toku_os_types.h
+++ b/storage/tokudb/ft-index/portability/toku_os_types.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/portability/toku_path.cc b/storage/tokudb/ft-index/portability/toku_path.cc
index 89b106309eb..9df48800024 100644
--- a/storage/tokudb/ft-index/portability/toku_path.cc
+++ b/storage/tokudb/ft-index/portability/toku_path.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/portability/toku_path.h b/storage/tokudb/ft-index/portability/toku_path.h
index 3ee6736360f..0484cee6930 100644
--- a/storage/tokudb/ft-index/portability/toku_path.h
+++ b/storage/tokudb/ft-index/portability/toku_path.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/portability/toku_portability.h b/storage/tokudb/ft-index/portability/toku_portability.h
index 9459c2d7ad3..94f8ddec71a 100644
--- a/storage/tokudb/ft-index/portability/toku_portability.h
+++ b/storage/tokudb/ft-index/portability/toku_portability.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/portability/toku_pthread.cc b/storage/tokudb/ft-index/portability/toku_pthread.cc
index 42ae9c0b1f5..77e512ceb7d 100644
--- a/storage/tokudb/ft-index/portability/toku_pthread.cc
+++ b/storage/tokudb/ft-index/portability/toku_pthread.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/portability/toku_pthread.h b/storage/tokudb/ft-index/portability/toku_pthread.h
index 4a564e4029b..133a9e29c72 100644
--- a/storage/tokudb/ft-index/portability/toku_pthread.h
+++ b/storage/tokudb/ft-index/portability/toku_pthread.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/portability/toku_race_tools.h b/storage/tokudb/ft-index/portability/toku_race_tools.h
index 042e05de2bc..fb1ecc81b6a 100644
--- a/storage/tokudb/ft-index/portability/toku_race_tools.h
+++ b/storage/tokudb/ft-index/portability/toku_race_tools.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/portability/toku_random.h b/storage/tokudb/ft-index/portability/toku_random.h
index a350b171a3b..e423397637d 100644
--- a/storage/tokudb/ft-index/portability/toku_random.h
+++ b/storage/tokudb/ft-index/portability/toku_random.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/portability/toku_stdint.h b/storage/tokudb/ft-index/portability/toku_stdint.h
index 806e40e612b..258b74d12ac 100644
--- a/storage/tokudb/ft-index/portability/toku_stdint.h
+++ b/storage/tokudb/ft-index/portability/toku_stdint.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/portability/toku_stdlib.h b/storage/tokudb/ft-index/portability/toku_stdlib.h
index 229e3945cf9..a7534a176c3 100644
--- a/storage/tokudb/ft-index/portability/toku_stdlib.h
+++ b/storage/tokudb/ft-index/portability/toku_stdlib.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/portability/toku_time.cc b/storage/tokudb/ft-index/portability/toku_time.cc
index 97834493194..c3243752c5e 100644
--- a/storage/tokudb/ft-index/portability/toku_time.cc
+++ b/storage/tokudb/ft-index/portability/toku_time.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/portability/toku_time.h b/storage/tokudb/ft-index/portability/toku_time.h
index 069e67c0d28..b5fb7258acd 100644
--- a/storage/tokudb/ft-index/portability/toku_time.h
+++ b/storage/tokudb/ft-index/portability/toku_time.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: