summaryrefslogtreecommitdiff
path: root/test/micro
diff options
context:
space:
mode:
Diffstat (limited to 'test/micro')
-rw-r--r--test/micro/source/b_curalloc.c2
-rw-r--r--test/micro/source/b_curwalk.c2
-rw-r--r--test/micro/source/b_del.c2
-rw-r--r--test/micro/source/b_get.c2
-rw-r--r--test/micro/source/b_inmem.c2
-rw-r--r--test/micro/source/b_latch.c2
-rw-r--r--test/micro/source/b_load.c2
-rw-r--r--test/micro/source/b_open.c2
-rw-r--r--test/micro/source/b_put.c2
-rw-r--r--test/micro/source/b_recover.c2
-rw-r--r--test/micro/source/b_txn.c2
-rw-r--r--test/micro/source/b_txn_write.c2
-rw-r--r--test/micro/source/b_uname.c2
-rw-r--r--test/micro/source/b_util.c2
-rw-r--r--test/micro/source/b_workload.c2
-rw-r--r--test/micro/source/b_workload.h2
-rw-r--r--test/micro/source/bench.h2
-rw-r--r--test/micro/source/test_micro.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/test/micro/source/b_curalloc.c b/test/micro/source/b_curalloc.c
index 215abdb0..9d69df93 100644
--- a/test/micro/source/b_curalloc.c
+++ b/test/micro/source/b_curalloc.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_curwalk.c b/test/micro/source/b_curwalk.c
index 2c7134af..2855b747 100644
--- a/test/micro/source/b_curwalk.c
+++ b/test/micro/source/b_curwalk.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_del.c b/test/micro/source/b_del.c
index 0acd9e48..4033dc1a 100644
--- a/test/micro/source/b_del.c
+++ b/test/micro/source/b_del.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_get.c b/test/micro/source/b_get.c
index 6699823e..3554114a 100644
--- a/test/micro/source/b_get.c
+++ b/test/micro/source/b_get.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_inmem.c b/test/micro/source/b_inmem.c
index d1018ce9..e9338b74 100644
--- a/test/micro/source/b_inmem.c
+++ b/test/micro/source/b_inmem.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_latch.c b/test/micro/source/b_latch.c
index bb4fb979..8a81c47f 100644
--- a/test/micro/source/b_latch.c
+++ b/test/micro/source/b_latch.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_load.c b/test/micro/source/b_load.c
index c738660f..19ae5423 100644
--- a/test/micro/source/b_load.c
+++ b/test/micro/source/b_load.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_open.c b/test/micro/source/b_open.c
index cebd25da..3a609fe2 100644
--- a/test/micro/source/b_open.c
+++ b/test/micro/source/b_open.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_put.c b/test/micro/source/b_put.c
index ad48f0e3..61e80648 100644
--- a/test/micro/source/b_put.c
+++ b/test/micro/source/b_put.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_recover.c b/test/micro/source/b_recover.c
index cf6b1904..04d6ccae 100644
--- a/test/micro/source/b_recover.c
+++ b/test/micro/source/b_recover.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_txn.c b/test/micro/source/b_txn.c
index 0f04a343..221122f1 100644
--- a/test/micro/source/b_txn.c
+++ b/test/micro/source/b_txn.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_txn_write.c b/test/micro/source/b_txn_write.c
index f1c42f53..a4c370b0 100644
--- a/test/micro/source/b_txn_write.c
+++ b/test/micro/source/b_txn_write.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_uname.c b/test/micro/source/b_uname.c
index b178e223..a394d4de 100644
--- a/test/micro/source/b_uname.c
+++ b/test/micro/source/b_uname.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_util.c b/test/micro/source/b_util.c
index 5b3ed2d4..46607a81 100644
--- a/test/micro/source/b_util.c
+++ b/test/micro/source/b_util.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_workload.c b/test/micro/source/b_workload.c
index 54a9f111..0ca759ec 100644
--- a/test/micro/source/b_workload.c
+++ b/test/micro/source/b_workload.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/b_workload.h b/test/micro/source/b_workload.h
index 4ffa7711..ebf8611e 100644
--- a/test/micro/source/b_workload.h
+++ b/test/micro/source/b_workload.h
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/bench.h b/test/micro/source/bench.h
index 7e8c4f45..308f8b8b 100644
--- a/test/micro/source/bench.h
+++ b/test/micro/source/bench.h
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
diff --git a/test/micro/source/test_micro.c b/test/micro/source/test_micro.c
index fc3e5e07..22baffdf 100644
--- a/test/micro/source/test_micro.c
+++ b/test/micro/source/test_micro.c
@@ -1,7 +1,7 @@
/*
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 2005, 2012 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2015 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/