]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Happy New Year!
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Jan 2021 19:21:58 +0000 (19:21 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Jan 2021 19:21:58 +0000 (19:21 +0000)
22 files changed:
libraries/liblmdb/COPYRIGHT
libraries/liblmdb/intro.doc
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c
libraries/liblmdb/mdb_copy.1
libraries/liblmdb/mdb_copy.c
libraries/liblmdb/mdb_dump.1
libraries/liblmdb/mdb_dump.c
libraries/liblmdb/mdb_load.1
libraries/liblmdb/mdb_load.c
libraries/liblmdb/mdb_stat.1
libraries/liblmdb/mdb_stat.c
libraries/liblmdb/midl.c
libraries/liblmdb/midl.h
libraries/liblmdb/mtest.c
libraries/liblmdb/mtest2.c
libraries/liblmdb/mtest3.c
libraries/liblmdb/mtest4.c
libraries/liblmdb/mtest5.c
libraries/liblmdb/mtest6.c
libraries/liblmdb/sample-bdb.txt
libraries/liblmdb/sample-mdb.txt

index d9118b97c9901e1c17ec22658ce85b14aaf1a0f7..14eb1493d625c27ba4eecd41e0454946658d972c 100644 (file)
@@ -1,4 +1,4 @@
-Copyright 2011-2020 Howard Chu, Symas Corp.
+Copyright 2011-2021 Howard Chu, Symas Corp.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 4853af736f7354accd71734e0fd462faf29a088e..b5bb06716a37fe2a7e3c1714dc9d9ecf4193da80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2020 Howard Chu, Symas Corp.
+ * Copyright 2015-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 361c930108878cda288e2756ce1cef38f5846d83..604438483231d8778a27799028fc1bf49f039c2b 100644 (file)
  *
  *     @author Howard Chu, Symas Corporation.
  *
- *     @copyright Copyright 2011-2020 Howard Chu, Symas Corp. All rights reserved.
+ *     @copyright Copyright 2011-2021 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
index b70a6a54d7edd8fec1c6c42ae432618bd3371d76..e446bf854cf733b247d162cdd9d1077386b18e90 100644 (file)
@@ -5,7 +5,7 @@
  *     BerkeleyDB API, but much simplified.
  */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 606ea6639fe8b3228f36da42039a5a28d52a57ac..0c53746223e1a86a35af1f049ce5a0fea0b3b9f4 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_COPY 1 "2014/07/01" "LMDB 0.9.14"
-.\" Copyright 2012-2020 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2012-2021 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_copy \- LMDB environment copy tool
index b3eb3208012e87b5e0f81fc435b537630269a0ed..9b75a30d0090f02c1d68459e2b20799e82ce19ac 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_copy.c - memory-mapped database backup tool */
 /*
- * Copyright 2012-2020 Howard Chu, Symas Corp.
+ * Copyright 2012-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 08a9f64385d41e11c1b1fa72e6adf7bbc92c1f51..5f2d771b5859d667a3c91bd6be97f98668e1f0b6 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_DUMP 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_dump \- LMDB environment export tool
index ee7dbe85d8f29ba02e5fedb28740808af21333a2..671ec574d0ef6f6db5ce21dd68b11f0b2a2880f3 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_dump.c - memory-mapped database dump tool */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9c5848501c6dbec1e105dbf5ec1cb471cf46463a..05e71c3a7639ce3a1cc523ed3b3519ced882d8c6 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_load \- LMDB environment import tool
index c4bcfc2bae84ec01f94bed1e54282f241546be01..85a18a70be82fc6d424bf880213536096288dd2e 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_load.c - memory-mapped database load tool */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e805bbc838d2076d14c4764d9ea2e5ad8e11f528..62e8ce1d4aa9e51b9184fa6aba92c7a6f0a749cc 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_STAT 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2012-2020 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2012-2021 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_stat \- LMDB environment status tool
index cb73e11322f68280048805bc1df2614bd3e552e5..3a81175f15e70cb199ca20ab05d77aaff19ba7d9 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_stat.c - memory-mapped database status tool */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index ab321291f742d197243ed3714bf51778eba16af5..b0ea5383b2884a09fea4e8e172fdf2aa7041e467 100644 (file)
@@ -3,8 +3,8 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2020 The OpenLDAP Foundation.
- * Portions Copyright 2001-2020 Howard Chu, Symas Corp.
+ * Copyright 2000-2021 The OpenLDAP Foundation.
+ * Portions Copyright 2001-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 6bb9cf60922db2b07c0a9b36b2ac3b9cef04322c..dd6ae77c37c88fc6a05e553cb8d2e9efd7a67081 100644 (file)
@@ -11,8 +11,8 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2020 The OpenLDAP Foundation.
- * Portions Copyright 2001-2020 Howard Chu, Symas Corp.
+ * Copyright 2000-2021 The OpenLDAP Foundation.
+ * Portions Copyright 2001-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c1c9abb8f70c22bead9d34a68089caf898fbc832..c03daa1081dcc7c24cc75e76229758f2afd76459 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index db32525c5b0cd3d5df06b78be9db5a9d73663473..1ce4c9442d7d7d965a87236d84852003470c7481 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest2.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index bc471eeeaa479839e15b03f792182a9c291705dd..f8da0d331c7989d755ec1d848279b2f45b127b77 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest3.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b7531755a96613902866ccec5505c2794614f6c7..3d7476c455fc2c7fa68640b7c03947718887f63d 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest4.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d6d1cf9cd796a631d3f67ad32bb019369a96122f..d7a7307e29d89e98a5f8aa88512c08cf59057256 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest5.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e4d4e6b27ee67b946fad2edac727f25699e0c120..cf8ba961d03f3239942afea4ed7d3b5fa04c1918 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest6.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2020 Howard Chu, Symas Corp.
+ * Copyright 2011-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c72078c7221eba49eb52a9186af87481fbf7a26d..8ca927c6cf43c4373d7096961fc12aa29cbf9302 100644 (file)
@@ -3,7 +3,7 @@
  * Do a line-by-line comparison of this and sample-mdb.txt
  */
 /*
- * Copyright 2012-2020 Howard Chu, Symas Corp.
+ * Copyright 2012-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e54a8470682b9ca194194f18bd10c0d967150227..2e1731631de8b5adfd6e84bb36f52106d05399c6 100644 (file)
@@ -3,7 +3,7 @@
  * Do a line-by-line comparison of this and sample-bdb.txt
  */
 /*
- * Copyright 2012-2020 Howard Chu, Symas Corp.
+ * Copyright 2012-2021 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without