From 6a9c97833d11ce0899c65238b846c020363af793 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Fri, 4 Aug 2017 12:05:40 +0200 Subject: [PATCH] :sparkles: 2016 -> 2017 --- LICENSE.md | 2 +- README.md | 2 +- lib/batch.js | 2 +- lib/levelup.js | 2 +- lib/util.js | 2 +- test/argument-checking-test.js | 2 +- test/batch-test.js | 2 +- test/benchmarks/engines/index.js | 2 +- test/benchmarks/engines/levelup-release.js | 2 +- test/benchmarks/engines/levelup.js | 2 +- test/benchmarks/engines/sqlite3.js | 2 +- test/benchmarks/index.js | 2 +- test/benchmarks/tests/index.js | 2 +- test/binary-test.js | 2 +- test/browserify-test.js | 2 +- test/common.js | 2 +- test/create-stream-vs-put-racecondition.js | 2 +- test/data/browser-throws.js | 2 +- test/data/browser-works.js | 2 +- test/deferred-open-test.js | 2 +- test/encoding-test.js | 2 +- test/get-put-del-test.js | 2 +- test/idempotent-test.js | 2 +- test/init-test.js | 2 +- test/inject-encoding-test.js | 2 +- test/json-test.js | 2 +- test/key-value-streams-test.js | 2 +- test/leveldown-substitution-test.js | 2 +- test/null-and-undefined-test.js | 2 +- test/open-patchsafe-test.js | 2 +- test/read-stream-test.js | 2 +- test/snapshot-test.js | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index bcb0ba7b..6bb8fa68 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ===================== -Copyright (c) 2012-2016 LevelUP contributors +Copyright (c) 2012-2017 LevelUP contributors --------------------------------------- *LevelUP contributors listed at * diff --git a/README.md b/README.md index 338c6dc1..5a016e1f 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ A large portion of the Windows support comes from code by [Krzysztof Kowalczyk]( License & copyright ------------------- -Copyright © 2012-2016 **LevelUP** [contributors](https://github.com/level/community#contributors). +Copyright © 2012-2017 **LevelUP** [contributors](https://github.com/level/community#contributors). **LevelUP** 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/lib/batch.js b/lib/batch.js index 2f965374..0f445c37 100644 --- a/lib/batch.js +++ b/lib/batch.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License * diff --git a/lib/levelup.js b/lib/levelup.js index e347dd04..de2245cf 100644 --- a/lib/levelup.js +++ b/lib/levelup.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License * diff --git a/lib/util.js b/lib/util.js index 0630f5d6..75dd8bab 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License * diff --git a/test/argument-checking-test.js b/test/argument-checking-test.js index 482bc398..8de5ffef 100644 --- a/test/argument-checking-test.js +++ b/test/argument-checking-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/batch-test.js b/test/batch-test.js index 8f87edde..30b6b2eb 100644 --- a/test/batch-test.js +++ b/test/batch-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/benchmarks/engines/index.js b/test/benchmarks/engines/index.js index 1f3d7a1b..542bff88 100644 --- a/test/benchmarks/engines/index.js +++ b/test/benchmarks/engines/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/benchmarks/engines/levelup-release.js b/test/benchmarks/engines/levelup-release.js index ad9ec9d7..ec32a2a4 100644 --- a/test/benchmarks/engines/levelup-release.js +++ b/test/benchmarks/engines/levelup-release.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/benchmarks/engines/levelup.js b/test/benchmarks/engines/levelup.js index c792aee0..c97ff913 100644 --- a/test/benchmarks/engines/levelup.js +++ b/test/benchmarks/engines/levelup.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/benchmarks/engines/sqlite3.js b/test/benchmarks/engines/sqlite3.js index 92f2fd1c..607bc7e5 100644 --- a/test/benchmarks/engines/sqlite3.js +++ b/test/benchmarks/engines/sqlite3.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/benchmarks/index.js b/test/benchmarks/index.js index 7946859c..880938a8 100644 --- a/test/benchmarks/index.js +++ b/test/benchmarks/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/benchmarks/tests/index.js b/test/benchmarks/tests/index.js index 41da01b9..09b93575 100644 --- a/test/benchmarks/tests/index.js +++ b/test/benchmarks/tests/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/binary-test.js b/test/binary-test.js index 35d1a885..5d558d2b 100644 --- a/test/binary-test.js +++ b/test/binary-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/browserify-test.js b/test/browserify-test.js index 6e71d1d4..e7a1c52a 100644 --- a/test/browserify-test.js +++ b/test/browserify-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/common.js b/test/common.js index 2ef19568..a19aaeee 100644 --- a/test/common.js +++ b/test/common.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/create-stream-vs-put-racecondition.js b/test/create-stream-vs-put-racecondition.js index c3e3e5de..8bd75b37 100644 --- a/test/create-stream-vs-put-racecondition.js +++ b/test/create-stream-vs-put-racecondition.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/data/browser-throws.js b/test/data/browser-throws.js index 3843c019..9b46a673 100644 --- a/test/data/browser-throws.js +++ b/test/data/browser-throws.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/data/browser-works.js b/test/data/browser-works.js index 3bc9f543..3c228b2e 100644 --- a/test/data/browser-works.js +++ b/test/data/browser-works.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/deferred-open-test.js b/test/deferred-open-test.js index 28eb00b1..0f637473 100644 --- a/test/deferred-open-test.js +++ b/test/deferred-open-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/encoding-test.js b/test/encoding-test.js index fec84e66..70fce3a2 100644 --- a/test/encoding-test.js +++ b/test/encoding-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/get-put-del-test.js b/test/get-put-del-test.js index 75945980..d72464a9 100644 --- a/test/get-put-del-test.js +++ b/test/get-put-del-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/idempotent-test.js b/test/idempotent-test.js index c29726ed..14499332 100644 --- a/test/idempotent-test.js +++ b/test/idempotent-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/init-test.js b/test/init-test.js index 5545d3ea..4bfd1158 100644 --- a/test/init-test.js +++ b/test/init-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/inject-encoding-test.js b/test/inject-encoding-test.js index d73afa90..67e8a6c3 100644 --- a/test/inject-encoding-test.js +++ b/test/inject-encoding-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/json-test.js b/test/json-test.js index 725d4119..20383ce7 100644 --- a/test/json-test.js +++ b/test/json-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/key-value-streams-test.js b/test/key-value-streams-test.js index 65a05c4a..3d9362bb 100644 --- a/test/key-value-streams-test.js +++ b/test/key-value-streams-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/leveldown-substitution-test.js b/test/leveldown-substitution-test.js index c7af7649..a2d6c494 100644 --- a/test/leveldown-substitution-test.js +++ b/test/leveldown-substitution-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/null-and-undefined-test.js b/test/null-and-undefined-test.js index 13ce2720..a841c1cc 100644 --- a/test/null-and-undefined-test.js +++ b/test/null-and-undefined-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/open-patchsafe-test.js b/test/open-patchsafe-test.js index 1a2d6edc..94af535b 100644 --- a/test/open-patchsafe-test.js +++ b/test/open-patchsafe-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/read-stream-test.js b/test/read-stream-test.js index 0d337817..c195c8ad 100644 --- a/test/read-stream-test.js +++ b/test/read-stream-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */ diff --git a/test/snapshot-test.js b/test/snapshot-test.js index e721f3e8..4b53c30e 100644 --- a/test/snapshot-test.js +++ b/test/snapshot-test.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2016 LevelUP contributors +/* Copyright (c) 2012-2017 LevelUP contributors * See list at * MIT License */