]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Happy New Year!
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 9 Jan 2020 16:32:20 +0000 (16:32 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 9 Jan 2020 16:46:43 +0000 (16:46 +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 f076556eb506e5087954b2cba5c4bae33f279cd2..d9118b97c9901e1c17ec22658ce85b14aaf1a0f7 100644 (file)
@@ -1,4 +1,4 @@
-Copyright 2011-2019 Howard Chu, Symas Corp.
+Copyright 2011-2020 Howard Chu, Symas Corp.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 64dfcaad8487e8be435cdc91741a04d796e2b3cc..4853af736f7354accd71734e0fd462faf29a088e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2018 Howard Chu, Symas Corp.
+ * Copyright 2015-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 2f55290da848b6f11968c2644533e557b11ab7f0..5d058a7cdf693770dd28a89d614353c560ef7d6a 100644 (file)
  *
  *     @author Howard Chu, Symas Corporation.
  *
- *     @copyright Copyright 2011-2019 Howard Chu, Symas Corp. All rights reserved.
+ *     @copyright Copyright 2011-2020 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 3a0f023d5c006e124f5111c2fc9dfc6f25698d5e..3ab38d0970af9922ceb3a708db1825bc14268b6f 100644 (file)
@@ -5,7 +5,7 @@
  *     BerkeleyDB API, but much simplified.
  */
 /*
- * Copyright 2011-2019 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 594ff1241bcf78b30d1187e4e753fc779a9d9d76..606ea6639fe8b3228f36da42039a5a28d52a57ac 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_COPY 1 "2014/07/01" "LMDB 0.9.14"
-.\" Copyright 2012-2018 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2012-2020 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_copy \- LMDB environment copy tool
index 1b89396eb9de4e7e4c88d82c2f276c9c602a3113..b3eb3208012e87b5e0f81fc435b537630269a0ed 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_copy.c - memory-mapped database backup tool */
 /*
- * Copyright 2012-2018 Howard Chu, Symas Corp.
+ * Copyright 2012-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 72cf6ca844c6e7c55536592bf7296af084aa9d9a..08a9f64385d41e11c1b1fa72e6adf7bbc92c1f51 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_DUMP 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2014-2018 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_dump \- LMDB environment export tool
index 27c4c19f54e5bd745477462159ab3060e6ae4512..ee7dbe85d8f29ba02e5fedb28740808af21333a2 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_dump.c - memory-mapped database dump tool */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 998acc12e6b6e007f240ff9f629861319b52b002..9c5848501c6dbec1e105dbf5ec1cb471cf46463a 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2014-2018 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_load \- LMDB environment import tool
index 73ffad0555e663fb5dd63b95ccac3a117b91bf5f..c4bcfc2bae84ec01f94bed1e54282f241546be01 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_load.c - memory-mapped database load tool */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7c3f2846401a9efa0f9be669e87fd8a8248ac91b..e805bbc838d2076d14c4764d9ea2e5ad8e11f528 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_STAT 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2012-2018 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2012-2020 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_stat \- LMDB environment status tool
index f4c0dc1ea730d59530a1da77c5b5e31230a367d3..cb73e11322f68280048805bc1df2614bd3e552e5 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_stat.c - memory-mapped database status tool */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 75420c413c6af373c626baa4d6b633d8b301a7d0..ab321291f742d197243ed3714bf51778eba16af5 100644 (file)
@@ -3,8 +3,8 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2019 The OpenLDAP Foundation.
- * Portions Copyright 2001-2018 Howard Chu, Symas Corp.
+ * Copyright 2000-2020 The OpenLDAP Foundation.
+ * Portions Copyright 2001-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 462c34971d857228342a7ba756dbd5976b994276..6bb9cf60922db2b07c0a9b36b2ac3b9cef04322c 100644 (file)
@@ -11,8 +11,8 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2019 The OpenLDAP Foundation.
- * Portions Copyright 2001-2018 Howard Chu, Symas Corp.
+ * Copyright 2000-2020 The OpenLDAP Foundation.
+ * Portions Copyright 2001-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 6fc5840c3f870db893adc5e342136a27343860cd..c1c9abb8f70c22bead9d34a68089caf898fbc832 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 64b742aa4677f13091ba88f44642c6123ebb8b8d..db32525c5b0cd3d5df06b78be9db5a9d73663473 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest2.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 81e4bbf9b050b0641f3036b9932d0e3e91cc9a5a..bc471eeeaa479839e15b03f792182a9c291705dd 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest3.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c355cf105a96d825a5dbd355baf2de63ab07d990..b7531755a96613902866ccec5505c2794614f6c7 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest4.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 95793ec1fb76596a80ee0a8125db3d42d71457b7..d6d1cf9cd796a631d3f67ad32bb019369a96122f 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest5.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index cb0d4d73c9a6c51b87540ead7fd55455ef57dfd8..e4d4e6b27ee67b946fad2edac727f25699e0c120 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest6.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2018 Howard Chu, Symas Corp.
+ * Copyright 2011-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 97220f0ed22d4ced64fa9cf6572d60220594c9a3..c72078c7221eba49eb52a9186af87481fbf7a26d 100644 (file)
@@ -3,7 +3,7 @@
  * Do a line-by-line comparison of this and sample-mdb.txt
  */
 /*
- * Copyright 2012-2018 Howard Chu, Symas Corp.
+ * Copyright 2012-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1d20ed3d02bf470ce45c2554df18ba4c8d0710c3..e54a8470682b9ca194194f18bd10c0d967150227 100644 (file)
@@ -3,7 +3,7 @@
  * Do a line-by-line comparison of this and sample-bdb.txt
  */
 /*
- * Copyright 2012-2018 Howard Chu, Symas Corp.
+ * Copyright 2012-2020 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without