From bc7b9984d33908d6a5e6bf417e1778a9d994984a Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Mon, 22 Aug 2016 13:46:36 +0300 Subject: [PATCH] mdbx: fix copyright timestamps. 1 of 2 for https://github.com/ReOpen/libmdbx/issues/3 Change-Id: I7a0b820e092e7b0064ae22341bebcd015e37b7c7 --- COPYRIGHT | 2 +- intro.doc | 2 +- lmdb.h | 4 ++-- mdb.c | 2 +- mdb_copy.1 | 2 +- mdb_copy.c | 2 +- mdb_dump.1 | 2 +- mdb_dump.c | 2 +- mdb_load.c | 2 +- mdb_stat.1 | 2 +- mdb_stat.c | 2 +- midl.c | 2 +- midl.h | 2 +- mtest0.c | 2 +- mtest2.c | 2 +- mtest3.c | 2 +- mtest4.c | 2 +- mtest5.c | 2 +- mtest6.c | 2 +- sample-bdb.txt | 2 +- sample-mdb.txt | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 842d1677..1ebd52b2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -18,7 +18,7 @@ along with this program. If not, see . --- -Copyright 2011-2014 Howard Chu, Symas Corp. +Copyright 2011-2016 Howard Chu, Symas Corp. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/intro.doc b/intro.doc index aeaeb21d..cfe6976e 100644 --- a/intro.doc +++ b/intro.doc @@ -19,7 +19,7 @@ * * --- * - * Copyright 2015-2014 Howard Chu, Symas Corp. + * Copyright 2015 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lmdb.h b/lmdb.h index 4a3d57e7..fb9c6467 100644 --- a/lmdb.h +++ b/lmdb.h @@ -120,7 +120,7 @@ * Howard Chu, Symas Corp. All rights reserved. * * @copyright 2015,2016 Leonid Yuriev . - * 2011-2014 Howard Chu, Symas Corp. All rights reserved. + * 2011-2016 Howard Chu, Symas Corp. All rights reserved. * * --- * @@ -146,7 +146,7 @@ * @par Derived From: * This code is derived from LMDB engine written by Howard Chu, Symas Corporation. * - * Copyright 2011-2014 Howard Chu, Symas Corp. All rights reserved. + * Copyright 2011-2016 Howard Chu, Symas Corp. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the OpenLDAP diff --git a/mdb.c b/mdb.c index f37b2ba1..c9d4d359 100644 --- a/mdb.c +++ b/mdb.c @@ -26,7 +26,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdb_copy.1 b/mdb_copy.1 index 2cadb3ac..73a05012 100644 --- a/mdb_copy.1 +++ b/mdb_copy.1 @@ -18,7 +18,7 @@ .\" .\" --- .\" -.\" Copyright 2012-2014 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2012-2016 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDB_COPY 1 "2014/06/20" "LMDB 0.9.14" .SH NAME diff --git a/mdb_copy.c b/mdb_copy.c index f2db960e..5023b05d 100644 --- a/mdb_copy.c +++ b/mdb_copy.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2012-2014 Howard Chu, Symas Corp. + * Copyright 2012-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdb_dump.1 b/mdb_dump.1 index ead2d92a..0d23c15b 100644 --- a/mdb_dump.1 +++ b/mdb_dump.1 @@ -18,7 +18,7 @@ .\" .\" --- .\" -.\" Copyright 2014 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2014-2016 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDB_DUMP 1 "2014/06/20" "LMDB 0.9.14" .SH NAME diff --git a/mdb_dump.c b/mdb_dump.c index b5f3af6c..ce721bdf 100644 --- a/mdb_dump.c +++ b/mdb_dump.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdb_load.c b/mdb_load.c index 2d89a501..a1d2755d 100644 --- a/mdb_load.c +++ b/mdb_load.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdb_stat.1 b/mdb_stat.1 index f2739bb4..aa1d3348 100644 --- a/mdb_stat.1 +++ b/mdb_stat.1 @@ -18,7 +18,7 @@ .\" .\" --- .\" -.\" Copyright 2012-2014 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2012-2016 Howard Chu, Symas Corp. All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .TH MDB_STAT 1 "2014/06/20" "LMDB 0.9.14" .SH NAME diff --git a/mdb_stat.c b/mdb_stat.c index ab523467..03565ed4 100644 --- a/mdb_stat.c +++ b/mdb_stat.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/midl.c b/midl.c index 9dcad71a..bfe22715 100644 --- a/midl.c +++ b/midl.c @@ -22,7 +22,7 @@ * * --- * - * Copyright 2000-2014 The OpenLDAP Foundation. + * Copyright 2000-2016 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/midl.h b/midl.h index 2d6f2753..360b068d 100644 --- a/midl.h +++ b/midl.h @@ -30,7 +30,7 @@ * * --- * - * Copyright 2000-2014 The OpenLDAP Foundation. + * Copyright 2000-2016 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest0.c b/mtest0.c index 9b86cc0c..330c72e8 100644 --- a/mtest0.c +++ b/mtest0.c @@ -20,7 +20,7 @@ * along with this program. If not, see . * * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest2.c b/mtest2.c index f9860c66..b2c76459 100644 --- a/mtest2.c +++ b/mtest2.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest3.c b/mtest3.c index b1d30ca3..7272b2dc 100644 --- a/mtest3.c +++ b/mtest3.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest4.c b/mtest4.c index 5cec46b7..48ed0eab 100644 --- a/mtest4.c +++ b/mtest4.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest5.c b/mtest5.c index 31c92f01..1540ba02 100644 --- a/mtest5.c +++ b/mtest5.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest6.c b/mtest6.c index b150f1c4..d5672888 100644 --- a/mtest6.c +++ b/mtest6.c @@ -21,7 +21,7 @@ * * --- * - * Copyright 2011-2014 Howard Chu, Symas Corp. + * Copyright 2011-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sample-bdb.txt b/sample-bdb.txt index 165585b9..d01cc29b 100644 --- a/sample-bdb.txt +++ b/sample-bdb.txt @@ -24,7 +24,7 @@ * * --- * - * Copyright 2012-2014 Howard Chu, Symas Corp. + * Copyright 2012-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sample-mdb.txt b/sample-mdb.txt index 7ad5769d..6b0eda10 100644 --- a/sample-mdb.txt +++ b/sample-mdb.txt @@ -24,7 +24,7 @@ * * --- * - * Copyright 2012-2014 Howard Chu, Symas Corp. + * Copyright 2012-2016 Howard Chu, Symas Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without