summaryrefslogtreecommitdiff
path: root/utilities/transactions
diff options
context:
space:
mode:
authorBaraa Hamodi <bhamodi@fb.com>2016-02-09 15:12:00 -0800
committerBaraa Hamodi <bhamodi@fb.com>2016-02-09 15:12:00 -0800
commit21e95811d14d556436ae849e40744806f31f00a0 (patch)
tree9ac1290e55440d141268afef7b729cdf8e9dcb9c /utilities/transactions
parent59b3ee658fdf49c68bfbb6f4520a36bdbd1fc3c4 (diff)
Updated all copyright headers to the new format.
Diffstat (limited to 'utilities/transactions')
-rw-r--r--utilities/transactions/optimistic_transaction_db_impl.cc2
-rw-r--r--utilities/transactions/optimistic_transaction_db_impl.h2
-rw-r--r--utilities/transactions/optimistic_transaction_impl.cc2
-rw-r--r--utilities/transactions/optimistic_transaction_impl.h2
-rw-r--r--utilities/transactions/optimistic_transaction_test.cc2
-rw-r--r--utilities/transactions/transaction_base.cc2
-rw-r--r--utilities/transactions/transaction_base.h2
-rw-r--r--utilities/transactions/transaction_db_impl.cc2
-rw-r--r--utilities/transactions/transaction_db_impl.h2
-rw-r--r--utilities/transactions/transaction_db_mutex_impl.cc2
-rw-r--r--utilities/transactions/transaction_db_mutex_impl.h2
-rw-r--r--utilities/transactions/transaction_impl.cc2
-rw-r--r--utilities/transactions/transaction_impl.h2
-rw-r--r--utilities/transactions/transaction_lock_mgr.cc2
-rw-r--r--utilities/transactions/transaction_lock_mgr.h2
-rw-r--r--utilities/transactions/transaction_test.cc2
-rw-r--r--utilities/transactions/transaction_util.cc2
-rw-r--r--utilities/transactions/transaction_util.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/utilities/transactions/optimistic_transaction_db_impl.cc b/utilities/transactions/optimistic_transaction_db_impl.cc
index ca9897211..d54173d3d 100644
--- a/utilities/transactions/optimistic_transaction_db_impl.cc
+++ b/utilities/transactions/optimistic_transaction_db_impl.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/optimistic_transaction_db_impl.h b/utilities/transactions/optimistic_transaction_db_impl.h
index ec5b42823..72f186188 100644
--- a/utilities/transactions/optimistic_transaction_db_impl.h
+++ b/utilities/transactions/optimistic_transaction_db_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/optimistic_transaction_impl.cc b/utilities/transactions/optimistic_transaction_impl.cc
index 24ecd11d7..5cb1a8f8d 100644
--- a/utilities/transactions/optimistic_transaction_impl.cc
+++ b/utilities/transactions/optimistic_transaction_impl.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/optimistic_transaction_impl.h b/utilities/transactions/optimistic_transaction_impl.h
index cdca23269..cbd167505 100644
--- a/utilities/transactions/optimistic_transaction_impl.h
+++ b/utilities/transactions/optimistic_transaction_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/optimistic_transaction_test.cc b/utilities/transactions/optimistic_transaction_test.cc
index e3ac43796..991771757 100644
--- a/utilities/transactions/optimistic_transaction_test.cc
+++ b/utilities/transactions/optimistic_transaction_test.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_base.cc b/utilities/transactions/transaction_base.cc
index cd5ebe98a..cb17fab4a 100644
--- a/utilities/transactions/transaction_base.cc
+++ b/utilities/transactions/transaction_base.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_base.h b/utilities/transactions/transaction_base.h
index 5a6f4799e..cb8ca2483 100644
--- a/utilities/transactions/transaction_base.h
+++ b/utilities/transactions/transaction_base.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_db_impl.cc b/utilities/transactions/transaction_db_impl.cc
index 91440ae65..bc5b9e596 100644
--- a/utilities/transactions/transaction_db_impl.cc
+++ b/utilities/transactions/transaction_db_impl.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_db_impl.h b/utilities/transactions/transaction_db_impl.h
index 060510136..ace218d19 100644
--- a/utilities/transactions/transaction_db_impl.h
+++ b/utilities/transactions/transaction_db_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_db_mutex_impl.cc b/utilities/transactions/transaction_db_mutex_impl.cc
index ec905fbdb..ad1a3c066 100644
--- a/utilities/transactions/transaction_db_mutex_impl.cc
+++ b/utilities/transactions/transaction_db_mutex_impl.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_db_mutex_impl.h b/utilities/transactions/transaction_db_mutex_impl.h
index 7c915ca56..0dfac4fa8 100644
--- a/utilities/transactions/transaction_db_mutex_impl.h
+++ b/utilities/transactions/transaction_db_mutex_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_impl.cc b/utilities/transactions/transaction_impl.cc
index e8b57018e..7cda2cd0e 100644
--- a/utilities/transactions/transaction_impl.cc
+++ b/utilities/transactions/transaction_impl.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_impl.h b/utilities/transactions/transaction_impl.h
index 94dbe7df3..01521f172 100644
--- a/utilities/transactions/transaction_impl.h
+++ b/utilities/transactions/transaction_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_lock_mgr.cc b/utilities/transactions/transaction_lock_mgr.cc
index 51b8d4a82..f4fd9aff2 100644
--- a/utilities/transactions/transaction_lock_mgr.cc
+++ b/utilities/transactions/transaction_lock_mgr.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_lock_mgr.h b/utilities/transactions/transaction_lock_mgr.h
index fa46c62be..5018f39c3 100644
--- a/utilities/transactions/transaction_lock_mgr.h
+++ b/utilities/transactions/transaction_lock_mgr.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_test.cc b/utilities/transactions/transaction_test.cc
index a81a4ce8f..98dfc732b 100644
--- a/utilities/transactions/transaction_test.cc
+++ b/utilities/transactions/transaction_test.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_util.cc b/utilities/transactions/transaction_util.cc
index d4622bd2a..363e8dece 100644
--- a/utilities/transactions/transaction_util.cc
+++ b/utilities/transactions/transaction_util.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
diff --git a/utilities/transactions/transaction_util.h b/utilities/transactions/transaction_util.h
index 1bb880ce0..b9579f7f1 100644
--- a/utilities/transactions/transaction_util.h
+++ b/utilities/transactions/transaction_util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015, Facebook, Inc. All rights reserved.
+// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.