diff --git a/LICENSE.md b/LICENSE.md index 7b9c5a55..296b7b7f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ===================== -Copyright (c) 2016 Rod Vagg +Copyright (c) 2017 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 bcb15da1..41af0940 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ $ npm i --build-from-source [--debug] [--verbose] License & copyright ------------------- -Copyright © 2012-2016 **LevelDOWN** [contributors](https://github.com/level/community#contributors). +Copyright © 2012-2017 **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 665f85b6..e2fc8976 100644 --- a/src/async.h +++ b/src/async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/batch_async.cc b/src/batch_async.cc index 651fbe56..1a1017a6 100644 --- a/src/batch_async.cc +++ b/src/batch_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/batch_async.h b/src/batch_async.h index 09b95102..1599ab7b 100644 --- a/src/batch_async.h +++ b/src/batch_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/common.h b/src/common.h index c7d2640e..204b7dff 100644 --- a/src/common.h +++ b/src/common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database.cc b/src/database.cc index 30ce9ffe..f3606f8f 100644 --- a/src/database.cc +++ b/src/database.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database.h b/src/database.h index 25a68e22..8e5e8902 100644 --- a/src/database.h +++ b/src/database.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database_async.cc b/src/database_async.cc index b2a7798a..71321842 100644 --- a/src/database_async.cc +++ b/src/database_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/database_async.h b/src/database_async.h index 3ea29d14..f4033c75 100644 --- a/src/database_async.h +++ b/src/database_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator.cc b/src/iterator.cc index e7d297c5..9414d83f 100644 --- a/src/iterator.cc +++ b/src/iterator.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator.h b/src/iterator.h index 07e67cd6..58bec7a4 100644 --- a/src/iterator.h +++ b/src/iterator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator_async.cc b/src/iterator_async.cc index 8bc9079f..dd96e003 100644 --- a/src/iterator_async.cc +++ b/src/iterator_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/iterator_async.h b/src/iterator_async.h index 2e0b2dc3..9ccd9a24 100644 --- a/src/iterator_async.h +++ b/src/iterator_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown.cc b/src/leveldown.cc index bb545ce9..724ed076 100644 --- a/src/leveldown.cc +++ b/src/leveldown.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown.h b/src/leveldown.h index 98c22dad..1ef7be12 100644 --- a/src/leveldown.h +++ b/src/leveldown.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown_async.cc b/src/leveldown_async.cc index e9b79d6f..f0aca75c 100644 --- a/src/leveldown_async.cc +++ b/src/leveldown_async.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/src/leveldown_async.h b/src/leveldown_async.h index d93881bf..d96dcce0 100644 --- a/src/leveldown_async.h +++ b/src/leveldown_async.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelDOWN contributors +/* Copyright (c) 2012-2017 LevelDOWN contributors * See list at * MIT License */ diff --git a/test/compression-test.js b/test/compression-test.js index 2844c4d7..91c28eb7 100644 --- a/test/compression-test.js +++ b/test/compression-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */