diff --git a/LICENSE.md b/LICENSE.md index 29b95e39..7b9c5a55 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ===================== -Copyright (c) 2014 Rod Vagg +Copyright (c) 2016 Rod Vagg --------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index d811faa4..3f98b416 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ $ npm i --build-from-source [--debug] [--verbose] License & copyright ------------------- -Copyright © 2012-2015 **LevelDOWN** [contributors](https://github.com/level/community#contributors). +Copyright © 2012-2016 **LevelDOWN** [contributors](https://github.com/level/community#contributors). **LevelDOWN** is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included `LICENSE.md` file for more details. diff --git a/src/async.h b/src/async.h index bcce316b..665f85b6 100644 --- a/src/async.h +++ b/src/async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/batch_async.cc b/src/batch_async.cc index f840f24e..651fbe56 100644 --- a/src/batch_async.cc +++ b/src/batch_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/batch_async.h b/src/batch_async.h index 72587b96..09b95102 100644 --- a/src/batch_async.h +++ b/src/batch_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/common.h b/src/common.h index 1eca681c..e8cc1fa1 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database.cc b/src/database.cc index c3ea44ba..85ea72cc 100644 --- a/src/database.cc +++ b/src/database.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database.h b/src/database.h index dd833ee9..e16e6c70 100644 --- a/src/database.h +++ b/src/database.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database_async.cc b/src/database_async.cc index b5533bd2..a15efaa3 100644 --- a/src/database_async.cc +++ b/src/database_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database_async.h b/src/database_async.h index e0a8f80d..a501f5a1 100644 --- a/src/database_async.h +++ b/src/database_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator.cc b/src/iterator.cc index 37c5ede8..8bf6e67e 100644 --- a/src/iterator.cc +++ b/src/iterator.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator.h b/src/iterator.h index f38c58cf..eeeea3cb 100644 --- a/src/iterator.h +++ b/src/iterator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator_async.cc b/src/iterator_async.cc index 6da6e65f..11f0a901 100644 --- a/src/iterator_async.cc +++ b/src/iterator_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator_async.h b/src/iterator_async.h index d4fa47b7..2e0b2dc3 100644 --- a/src/iterator_async.h +++ b/src/iterator_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown.cc b/src/leveldown.cc index fc95c614..bb545ce9 100644 --- a/src/leveldown.cc +++ b/src/leveldown.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown.h b/src/leveldown.h index 43dbaa0a..e3c16361 100644 --- a/src/leveldown.h +++ b/src/leveldown.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown_async.cc b/src/leveldown_async.cc index dfaa5a36..e9b79d6f 100644 --- a/src/leveldown_async.cc +++ b/src/leveldown_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown_async.h b/src/leveldown_async.h index 53196e5d..d93881bf 100644 --- a/src/leveldown_async.h +++ b/src/leveldown_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelDOWN contributors +/* Copyright (c) 2012-2016 LevelDOWN contributors * See list at * MIT License */ diff --git a/test/compression-test.js b/test/compression-test.js index af86e2ca..2844c4d7 100644 --- a/test/compression-test.js +++ b/test/compression-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015 LevelUP contributors +/* Copyright (c) 2012-2016 LevelUP contributors * See list at * MIT License */