diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
---|---|---|
committer | <> | 2015-03-17 16:26:24 +0000 |
commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /test/cxx | |
parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
download | berkeleydb-master.tar.gz |
Diffstat (limited to 'test/cxx')
-rw-r--r-- | test/cxx/TestConstruct01.cpp | 2 | ||||
-rw-r--r-- | test/cxx/TestGetSetMethods.cpp | 2 | ||||
-rw-r--r-- | test/cxx/TestKeyRange.cpp | 2 | ||||
-rw-r--r-- | test/cxx/TestLogc.cpp | 2 | ||||
-rw-r--r-- | test/cxx/TestMulti.cpp | 4 | ||||
-rw-r--r-- | test/cxx/TestSimpleAccess.cpp | 2 | ||||
-rw-r--r-- | test/cxx/TestTruncate.cpp | 2 |
7 files changed, 7 insertions, 9 deletions
diff --git a/test/cxx/TestConstruct01.cpp b/test/cxx/TestConstruct01.cpp index 7d7eb6d0..7e8815b1 100644 --- a/test/cxx/TestConstruct01.cpp +++ b/test/cxx/TestConstruct01.cpp @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/test/cxx/TestGetSetMethods.cpp b/test/cxx/TestGetSetMethods.cpp index d45c827d..d5b155f4 100644 --- a/test/cxx/TestGetSetMethods.cpp +++ b/test/cxx/TestGetSetMethods.cpp @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/test/cxx/TestKeyRange.cpp b/test/cxx/TestKeyRange.cpp index e399751a..b5e11b79 100644 --- a/test/cxx/TestKeyRange.cpp +++ b/test/cxx/TestKeyRange.cpp @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 1997, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/test/cxx/TestLogc.cpp b/test/cxx/TestLogc.cpp index e8ec695b..1a726aa5 100644 --- a/test/cxx/TestLogc.cpp +++ b/test/cxx/TestLogc.cpp @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/test/cxx/TestMulti.cpp b/test/cxx/TestMulti.cpp index cc82f1f3..e0386859 100644 --- a/test/cxx/TestMulti.cpp +++ b/test/cxx/TestMulti.cpp @@ -1,14 +1,12 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved. */ #include "db_cxx.h" #include <stdlib.h> -#ifdef HAVE_STRING_H #include <string.h> -#endif using namespace std; void test1() diff --git a/test/cxx/TestSimpleAccess.cpp b/test/cxx/TestSimpleAccess.cpp index efa93779..c18b0998 100644 --- a/test/cxx/TestSimpleAccess.cpp +++ b/test/cxx/TestSimpleAccess.cpp @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ diff --git a/test/cxx/TestTruncate.cpp b/test/cxx/TestTruncate.cpp index d86910ca..081df549 100644 --- a/test/cxx/TestTruncate.cpp +++ b/test/cxx/TestTruncate.cpp @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2000, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ |