diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..27287a04 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: c +sudo: false +dist: trusty +cache: bundler +notifications: + email: false + +compiler: + - gcc + - clang + +os: + - linux + +script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make all lmdb check; fi diff --git a/COPYRIGHT b/COPYRIGHT index e3af9b29..f4a7607c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ -Copyright (c) 2015,2016 Leonid Yuriev . -Copyright (c) 2015,2016 Peter-Service R&D LLC. -Copyright 2011-2016 Howard Chu, Symas Corp. +Copyright 2015-2017 Leonid Yuriev . +Copyright 2011-2017 Howard Chu, Symas Corp. +Copyright 2015,2016 Peter-Service R&D LLC. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/barriers.h b/barriers.h index bce314e1..1e98730d 100644 --- a/barriers.h +++ b/barriers.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/intro.doc b/intro.doc index b0353bf3..9462df18 100644 --- a/intro.doc +++ b/intro.doc @@ -1,7 +1,7 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2015 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lmdb.h b/lmdb.h index a4558aac..6e3a6557 100644 --- a/lmdb.h +++ b/lmdb.h @@ -125,17 +125,17 @@ * @author Leonid Yuriev, 'ReOpen' initiative . * Howard Chu, Symas Corp. All rights reserved. * - * @copyright 2015,2016 Leonid Yuriev . - * 2011-2016 Howard Chu, Symas Corp. All rights reserved. + * @copyright 2015-2017 Leonid Yuriev . + * 2011-2017 Howard Chu, Symas Corp. All rights reserved. * * --- * - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * @par Derived From: * This code is derived from LMDB engine written by Howard Chu, Symas Corporation. * - * Copyright 2011-2016 Howard Chu, Symas Corp. All rights reserved. + * Copyright 2011-2017 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 27df5516..f100f392 100644 --- a/mdb.c +++ b/mdb.c @@ -6,9 +6,9 @@ */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdb_chk.c b/mdb_chk.c index b86b8f96..75a1959c 100644 --- a/mdb_chk.c +++ b/mdb_chk.c @@ -1,8 +1,8 @@ /* mdbx_chk.c - memory-mapped database check tool */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * * This file is part of libmdbx. * diff --git a/mdb_copy.1 b/mdb_copy.1 index 4e9ed7eb..157e741d 100644 --- a/mdb_copy.1 +++ b/mdb_copy.1 @@ -1,4 +1,6 @@ -.\" Copyright 2012-2016 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015-2017 Leonid Yuriev . +.\" Copyright 2012-2017 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015,2016 Peter-Service R&D LLC . .\" 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 6c898ac5..43bee869 100644 --- a/mdb_copy.c +++ b/mdb_copy.c @@ -1,9 +1,9 @@ /* mdb_copy.c - memory-mapped database backup tool */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2012-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2012-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * 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 4efebdf2..4c4553ce 100644 --- a/mdb_dump.1 +++ b/mdb_dump.1 @@ -1,6 +1,6 @@ -.\" Copyright (c) 2015,2016 Leonid Yuriev . -.\" Copyright (c) 2015,2016 Peter-Service R&D LLC . -.\" Copyright 2014-2016 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015-2017 Leonid Yuriev . +.\" Copyright 2014-2017 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015,2016 Peter-Service R&D LLC . .\" 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 c27419f3..0b5db58e 100644 --- a/mdb_dump.c +++ b/mdb_dump.c @@ -1,9 +1,9 @@ /* mdb_dump.c - memory-mapped database dump tool */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdb_load.1 b/mdb_load.1 index 7b353e75..5e082f67 100644 --- a/mdb_load.1 +++ b/mdb_load.1 @@ -1,6 +1,8 @@ -.TH MDB_LOAD 1 "2014/06/20" "LMDB 0.9.14" -.\" Copyright 2014-2016 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015-2017 Leonid Yuriev . +.\" Copyright 2014-2017 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015,2016 Peter-Service R&D LLC . .\" Copying restrictions apply. See COPYRIGHT/LICENSE. +.TH MDB_LOAD 1 "2014/06/20" "LMDB 0.9.14" .SH NAME mdb_load \- LMDB environment import tool .SH SYNOPSIS diff --git a/mdb_load.c b/mdb_load.c index 1e5378fd..625ef02d 100644 --- a/mdb_load.c +++ b/mdb_load.c @@ -1,9 +1,9 @@ /* mdb_load.c - memory-mapped database load tool */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * 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 2e054600..bb659744 100644 --- a/mdb_stat.1 +++ b/mdb_stat.1 @@ -1,6 +1,6 @@ -.\" Copyright (c) 2015,2016 Leonid Yuriev . -.\" Copyright (c) 2015,2016 Peter-Service R&D LLC . -.\" Copyright 2012-2016 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015-2017 Leonid Yuriev . +.\" Copyright 2012-2017 Howard Chu, Symas Corp. All Rights Reserved. +.\" Copyright 2015,2016 Peter-Service R&D LLC . .\" 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 4c3c5453..d47ffe9e 100644 --- a/mdb_stat.c +++ b/mdb_stat.c @@ -1,9 +1,9 @@ /* mdb_stat.c - memory-mapped database status tool */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdbx.c b/mdbx.c index 9f07548e..348003cd 100644 --- a/mdbx.c +++ b/mdbx.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mdbx.h b/mdbx.h index bcbd4f47..7bc762bb 100644 --- a/mdbx.h +++ b/mdbx.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/midl.c b/midl.c index c181f38c..6d2417ac 100644 --- a/midl.c +++ b/midl.c @@ -2,9 +2,9 @@ * @brief ldap bdb back-end ID List functions */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2000-2016 The OpenLDAP Foundation. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2000-2017 The OpenLDAP Foundation. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/midl.h b/midl.h index 7cc3baeb..1bdffce1 100644 --- a/midl.h +++ b/midl.h @@ -10,9 +10,9 @@ */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2000-2016 The OpenLDAP Foundation. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2000-2017 The OpenLDAP Foundation. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest0.c b/mtest0.c index 54b0d20c..efb583da 100644 --- a/mtest0.c +++ b/mtest0.c @@ -1,9 +1,9 @@ /* mtest.c - memory-mapped database tester/toy */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest1.c b/mtest1.c index ff063198..ffe79123 100644 --- a/mtest1.c +++ b/mtest1.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest2.c b/mtest2.c index 85f1576f..12b1e126 100644 --- a/mtest2.c +++ b/mtest2.c @@ -1,9 +1,9 @@ /* mtest2.c - memory-mapped database tester/toy */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest3.c b/mtest3.c index 245fd071..a55ec604 100644 --- a/mtest3.c +++ b/mtest3.c @@ -1,9 +1,9 @@ /* mtest3.c - memory-mapped database tester/toy */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest4.c b/mtest4.c index 56430876..3d67a0f9 100644 --- a/mtest4.c +++ b/mtest4.c @@ -1,9 +1,9 @@ /* mtest4.c - memory-mapped database tester/toy */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest5.c b/mtest5.c index 66a176f7..ed19f412 100644 --- a/mtest5.c +++ b/mtest5.c @@ -1,9 +1,9 @@ /* mtest5.c - memory-mapped database tester/toy */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/mtest6.c b/mtest6.c index bae731c4..d988c93c 100644 --- a/mtest6.c +++ b/mtest6.c @@ -1,9 +1,9 @@ /* mtest6.c - memory-mapped database tester/toy */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2011-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2011-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/reopen.h b/reopen.h index b85acde4..72f8e3ad 100644 --- a/reopen.h +++ b/reopen.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * 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 9be26713..c4343e9e 100644 --- a/sample-bdb.txt +++ b/sample-bdb.txt @@ -4,9 +4,9 @@ */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2012-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2012-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * 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 f605f67d..24fccdb9 100644 --- a/sample-mdb.txt +++ b/sample-mdb.txt @@ -4,9 +4,9 @@ */ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. - * Copyright 2012-2016 Howard Chu, Symas Corp. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2012-2017 Howard Chu, Symas Corp. + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/wbench.c b/wbench.c index db3b8457..e5fdc64a 100644 --- a/wbench.c +++ b/wbench.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2015,2016 Leonid Yuriev . - * Copyright (c) 2015,2016 Peter-Service R&D LLC. + * Copyright 2015-2017 Leonid Yuriev . + * Copyright 2015,2016 Peter-Service R&D LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/yota_test1.c b/yota_test1.c index 178133f8..be727cbf 100644 --- a/yota_test1.c +++ b/yota_test1.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016 Leonid Yuriev . - * Copyright (c) 2015 Vladimir Romanov , Yota Lab. + * Copyright 2016-2017 Leonid Yuriev . + * Copyright 2015 Vladimir Romanov , Yota Lab. * * This file is part of libmdbx. * @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . - * */ #include diff --git a/yota_test2.c b/yota_test2.c index a8bd6e61..753bea2f 100644 --- a/yota_test2.c +++ b/yota_test2.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016 Leonid Yuriev . - * Copyright (c) 2015 Vladimir Romanov , Yota Lab. + * Copyright 2016-2017 Leonid Yuriev . + * Copyright 2015 Vladimir Romanov , Yota Lab. * * This file is part of libmdbx. * @@ -16,7 +16,6 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . - * */ #include