[Pkg-javascript-commits] [node-leveldown] 156/492: adjust copyright & contributors
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit 1e1650875e82d239f2dac28e7842b73fecc3ae88
Author: Rod Vagg <rod at vagg.org>
Date: Wed Jan 9 12:09:52 2013 +1100
adjust copyright & contributors
---
README.md | 11 +++--
lib/errors.js | 5 +-
lib/levelup.js | 5 +-
lib/read-stream.js | 5 +-
lib/util.js | 5 +-
lib/write-stream.js | 5 +-
package.json | 77 +++++++++++++++--------------
src/async.cc | 5 +-
src/async.h | 5 +-
src/batch.cc | 5 +-
src/batch.h | 5 +-
src/database.cc | 5 +-
src/database.h | 5 +-
src/database_async.cc | 5 +-
src/database_async.h | 5 +-
src/iterator.cc | 5 +-
src/iterator.h | 5 +-
src/iterator_async.cc | 5 +-
src/iterator_async.h | 5 +-
src/levelup.cc | 5 +-
src/levelup.h | 5 +-
test/benchmarks/engines/index.js | 5 ++
test/benchmarks/engines/leveled.js | 5 ++
test/benchmarks/engines/levelup-nosnappy.js | 5 ++
test/benchmarks/engines/levelup-release.js | 5 ++
test/benchmarks/engines/levelup.js | 5 ++
test/benchmarks/engines/sqlite3.js | 5 ++
test/benchmarks/index.js | 5 ++
test/benchmarks/tests/index.js | 5 ++
test/binary-test.js | 5 +-
test/common.js | 5 +-
test/compression-test.js | 5 +-
test/copy-test.js | 5 +-
test/deferred-open-test.js | 5 +-
test/functional/binary-data-test.js | 5 ++
test/functional/compat-test.js | 5 ++
test/functional/fstream-test.js | 5 ++
test/functional/tarcommon.js | 5 ++
test/idempotent-test.js | 5 +-
test/json-test.js | 5 +-
test/key-value-streams-test.js | 5 +-
test/read-stream-test.js | 5 +-
test/simple-test.js | 5 +-
test/snapshot-test.js | 5 +-
test/write-stream-test.js | 5 +-
45 files changed, 232 insertions(+), 71 deletions(-)
diff --git a/README.md b/README.md
index dc59a9f..b2a2d14 100644
--- a/README.md
+++ b/README.md
@@ -394,6 +394,8 @@ See the [CONTRIBUTING.md](https://github.com/rvagg/node-levelup/blob/master/CONT
### Contributors
+LevelUP is only possible due to the excellent work of the following contributors:
+
* Rod Vagg - [GitHub/rvagg](https://github.com/rvagg) - [Twitter/@rvagg](https://twitter.com/rvagg)
* John Chesley - [GitHub/chesles](https://github.com/chesles/) - [Twitter/@chesles](https://twitter.com/chesles)
* Jake Verbaten - [GitHub/raynos](https://github.com/raynos) - [Twitter/@raynos2](https://twitter.com/Raynos2)
@@ -401,14 +403,15 @@ See the [CONTRIBUTING.md](https://github.com/rvagg/node-levelup/blob/master/CONT
* Max Ogden - [GitHub/maxogden](https://github.com/maxogden) - [Twitter/@maxogden](https://twitter.com/maxogden)
* Lars-Magnus Skog - [GitHub/ralphtheninja](https://github.com/@ralphtheninja) - [Twitter/@ralphtheninja](https://twitter.com/ralphtheninja)
* David Björklund - [GitHub/kesla](https://github.com/kesla) - [Twitter/@david_bjorklund](https://twitter.com/david_bjorklund)
-* Julian Gruber - [Github/juliangruber](https://github.com/juliangruber) - [Twitter/@juliangruber](https://twitter.com/juliangruber)
+* Julian Gruber - [GitHub/juliangruber](https://github.com/juliangruber) - [Twitter/@juliangruber](https://twitter.com/juliangruber)
+* Paolo Fragomeni - [GitHub/hij1nx](https://github.com/hij1nx) - [Twitter/@hij1nx](http://twitter.com/hij1nx)
<a name="licence"></a>
Licence & copyright
-------------------
-LevelUP is Copyright (c) 2012 Rod Vagg and other contributors listed above.
+Copyright (c) 2012-2013 LevelUP contributors (listed above).
-LevelUP is licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
+LevelUP is licensed under an MIT +no-false-attribs license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
-LevelUP builds on the excellent work of the LevelDB and Snappy teams from Google and additional contributors. LevelDB and Snappy are both issued under the [New BSD Licence](http://opensource.org/licenses/BSD-3-Clause).
+*LevelUP builds on the excellent work of the LevelDB and Snappy teams from Google and additional contributors. LevelDB and Snappy are both issued under the [New BSD Licence](http://opensource.org/licenses/BSD-3-Clause).*
\ No newline at end of file
diff --git a/lib/errors.js b/lib/errors.js
index 4942015..9337fe4 100644
--- a/lib/errors.js
+++ b/lib/errors.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var errno = require('errno')
diff --git a/lib/levelup.js b/lib/levelup.js
index 0992d57..0fb6213 100644
--- a/lib/levelup.js
+++ b/lib/levelup.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var bridge = require('bindings')('levelup.node')
, EventEmitter = require('events').EventEmitter
diff --git a/lib/read-stream.js b/lib/read-stream.js
index c439e18..2257ce6 100644
--- a/lib/read-stream.js
+++ b/lib/read-stream.js
@@ -1,4 +1,7 @@
- /* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var Stream = require('stream').Stream
, BufferStream = require('bufferstream')
diff --git a/lib/util.js b/lib/util.js
index b9155d4..6097dc1 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var encodings = 'hex utf8 utf-8 ascii binary base64 ucs2 ucs-2 utf16le utf-16le'.split(' ')
diff --git a/lib/write-stream.js b/lib/write-stream.js
index e7f1056..a588815 100644
--- a/lib/write-stream.js
+++ b/lib/write-stream.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var Stream = require('stream').Stream
, inherits = require('util').inherits
diff --git a/package.json b/package.json
index e30980b..87dbfd6 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,16 @@
{
- "name": "levelup"
- , "description": "Fast & simple storage - a Node.js-style LevelDB wrapper"
- , "authors": [
- "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
+ "name" : "levelup"
+ , "description" : "Fast & simple storage - a Node.js-style LevelDB wrapper"
+ , "contributors" : [
+ "Rod Vagg <r at va.gg> (https://github.com/rvagg)"
+ , "John Chesley <john at chesl.es> (https://github.com/chesles/)"
+ , "Jake Verbaten <raynos2 at gmail.com> (https://github.com/raynos)"
+ , "Dominic Tarr <dominic.tarr at gmail.com> (https://github.com/dominictarr)"
+ , "Max Ogden <max at maxogden.com> (https://github.com/maxogden)"
+ , "Lars-Magnus Skog <lars.magnus.skog at gmail.com> (https://github.com/@ralphtheninja)"
+ , "David Björklund <david.bjorklund at gmail.com> (https://github.com/kesla)"
+ , "Julian Gruber <julian at juliangruber.com> (https://github.com/juliangruber)"
+ , "Paolo Fragomeni <paolo at async.ly> (https://github.com/hij1nx)"
]
, "keywords": [
"leveldb"
@@ -13,40 +21,37 @@
, "storage"
, "json"
]
- , "version": "0.5.0"
- , "main": "lib/levelup.js"
- , "dependencies": {
- "errno": "~0.0.3"
- , "bindings": "~1.0.0"
- , "concat-stream": "~0.0.9"
- , "bufferstream": "~0.5.1"
+ , "version" : "0.5.0"
+ , "main" : "lib/levelup.js"
+ , "dependencies" : {
+ "errno" : "~0.0.3"
+ , "bindings" : "~1.0.0"
+ , "concat-stream" : "~0.0.9"
+ , "bufferstream" : "~0.5.1"
}
- , "devDependencies": {
- "buster": "*"
- , "rimraf": "*"
- , "async": "*"
- , "fstream": "*"
- , "tar": "*"
- , "mkfiletree": "*"
- , "readfiletree": "*"
- , "slow-stream": ">=0.0.3"
- , "delayed": "*"
- , "boganipsum": "*"
- , "du": "*"
+ , "devDependencies" : {
+ "buster" : "*"
+ , "rimraf" : "*"
+ , "async" : "*"
+ , "fstream" : "*"
+ , "tar" : "*"
+ , "mkfiletree" : "*"
+ , "readfiletree" : "*"
+ , "slow-stream" : ">=0.0.3"
+ , "delayed" : "*"
+ , "boganipsum" : "*"
+ , "du" : "*"
}
- , "repository": {
- "type": "git"
- , "url": "https://github.com/rvagg/node-levelup.git"
+ , "repository" : {
+ "type" : "git"
+ , "url" : "https://github.com/rvagg/node-levelup.git"
}
- , "scripts": {
- "test": "./node_modules/.bin/buster-test"
- , "install": "node-gyp rebuild"
- , "functionaltests": "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js"
- , "alltests": "npm test && npm run-script functionaltests"
- , "publish": "rm -rf ./node_modules/ npm-shrinkwrap.json && npm install --production && npm shrinkwrap && npm publish && rm npm-shrinkwrap.json && npm install"
- , "sr": "npm shrinkwrap"
- , "l": "npm ls"
+ , "scripts" : {
+ "test" : "buster-test"
+ , "install" : "node-gyp rebuild"
+ , "functionaltests" : "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js"
+ , "alltests" : "npm test && npm run-script functionaltests"
}
- , "license": "MIT"
- , "gypfile": true
+ , "license" : "MIT"
+ , "gypfile" : true
}
\ No newline at end of file
diff --git a/src/async.cc b/src/async.cc
index cbf208d..187f720 100644
--- a/src/async.cc
+++ b/src/async.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <cstdlib>
#include <node.h>
diff --git a/src/async.h b/src/async.h
index 85d926c..d9fb6f1 100644
--- a/src/async.h
+++ b/src/async.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_ASYNC_H
#define LU_ASYNC_H
diff --git a/src/batch.cc b/src/batch.cc
index 9fa5b2e..7ae3a90 100644
--- a/src/batch.cc
+++ b/src/batch.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <cstdlib>
#include <iostream>
diff --git a/src/batch.h b/src/batch.h
index a1a6380..09f918b 100644
--- a/src/batch.h
+++ b/src/batch.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_BATCH_H
#define LU_BATCH_H
diff --git a/src/database.cc b/src/database.cc
index dded13a..25957b0 100644
--- a/src/database.cc
+++ b/src/database.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <cstdlib>
#include <vector>
diff --git a/src/database.h b/src/database.h
index 4ca0890..3d10bb5 100644
--- a/src/database.h
+++ b/src/database.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_DATABASE_H
#define LU_DATABASE_H
diff --git a/src/database_async.cc b/src/database_async.cc
index 10b57fe..44adc0e 100644
--- a/src/database_async.cc
+++ b/src/database_async.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <cstdlib>
#include <node.h>
diff --git a/src/database_async.h b/src/database_async.h
index 2ad7b49..fb4c419 100644
--- a/src/database_async.h
+++ b/src/database_async.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_DATABASE_ASYNC_H
#define LU_DATABASE_ASYNC_H
diff --git a/src/iterator.cc b/src/iterator.cc
index d056c4f..76220b2 100644
--- a/src/iterator.cc
+++ b/src/iterator.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <cstdlib>
#include <node.h>
diff --git a/src/iterator.h b/src/iterator.h
index 78c4d24..bbefb3a 100644
--- a/src/iterator.h
+++ b/src/iterator.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_ITERATOR_H
#define LU_ITERATOR_H
diff --git a/src/iterator_async.cc b/src/iterator_async.cc
index af3a701..38f47b3 100644
--- a/src/iterator_async.cc
+++ b/src/iterator_async.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <cstdlib>
#include <node.h>
diff --git a/src/iterator_async.h b/src/iterator_async.h
index db57fc6..dccc890 100644
--- a/src/iterator_async.h
+++ b/src/iterator_async.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_ITERATOR_ASYNC_H
#define LU_ITERATOR_ASYNC_H
diff --git a/src/levelup.cc b/src/levelup.cc
index 603d0b1..7a893c5 100644
--- a/src/levelup.cc
+++ b/src/levelup.cc
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#include <node.h>
diff --git a/src/levelup.h b/src/levelup.h
index 1c9b3e9..344eeaf 100644
--- a/src/levelup.h
+++ b/src/levelup.h
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
#ifndef LU_LEVELUP_H
#define LU_LEVELUP_H
diff --git a/test/benchmarks/engines/index.js b/test/benchmarks/engines/index.js
index 99a87e2..22a1caf 100644
--- a/test/benchmarks/engines/index.js
+++ b/test/benchmarks/engines/index.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
module.exports.LevelUP = require('./levelup')
module.exports.LevelUP.color = 'green'
diff --git a/test/benchmarks/engines/leveled.js b/test/benchmarks/engines/leveled.js
index 2c8e26b..1f3e6b6 100644
--- a/test/benchmarks/engines/leveled.js
+++ b/test/benchmarks/engines/leveled.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var leveled = require('leveled')
, createDb = function (location, callback) {
diff --git a/test/benchmarks/engines/levelup-nosnappy.js b/test/benchmarks/engines/levelup-nosnappy.js
index ed04ba2..350997f 100644
--- a/test/benchmarks/engines/levelup-nosnappy.js
+++ b/test/benchmarks/engines/levelup-nosnappy.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var levelup = require('../../../')
, createDb = function (location, callback) {
diff --git a/test/benchmarks/engines/levelup-release.js b/test/benchmarks/engines/levelup-release.js
index 22a384a..b7f38c1 100644
--- a/test/benchmarks/engines/levelup-release.js
+++ b/test/benchmarks/engines/levelup-release.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var levelup = require('levelup')
, createDb = function (location, callback) {
diff --git a/test/benchmarks/engines/levelup.js b/test/benchmarks/engines/levelup.js
index 47080b8..dc59b6c 100644
--- a/test/benchmarks/engines/levelup.js
+++ b/test/benchmarks/engines/levelup.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var levelup = require('../../../')
, createDb = function (location, callback) {
diff --git a/test/benchmarks/engines/sqlite3.js b/test/benchmarks/engines/sqlite3.js
index d5599a1..3fc0dc5 100644
--- a/test/benchmarks/engines/sqlite3.js
+++ b/test/benchmarks/engines/sqlite3.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var sqlite3 = require('sqlite3')
, createDb = function (location, callback) {
diff --git a/test/benchmarks/index.js b/test/benchmarks/index.js
index 225a5ae..2d372a5 100644
--- a/test/benchmarks/index.js
+++ b/test/benchmarks/index.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
const DB_ROOT = __dirname
var path = require('path')
diff --git a/test/benchmarks/tests/index.js b/test/benchmarks/tests/index.js
index 55c1bb4..085f3d3 100644
--- a/test/benchmarks/tests/index.js
+++ b/test/benchmarks/tests/index.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
/*
* Prefix a test name with '=>' to have only that test run
*/
diff --git a/test/binary-test.js b/test/binary-test.js
index ac10827..a740d9f 100644
--- a/test/binary-test.js
+++ b/test/binary-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/common.js b/test/common.js
index 8612af9..84ee425 100644
--- a/test/common.js
+++ b/test/common.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var ba = require('buster').assertions
, async = require('async')
diff --git a/test/compression-test.js b/test/compression-test.js
index 5ee87f5..b3ba4e6 100644
--- a/test/compression-test.js
+++ b/test/compression-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/copy-test.js b/test/copy-test.js
index 966d0f9..11bbd69 100644
--- a/test/copy-test.js
+++ b/test/copy-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/deferred-open-test.js b/test/deferred-open-test.js
index 833e193..9f7d9eb 100644
--- a/test/deferred-open-test.js
+++ b/test/deferred-open-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/functional/binary-data-test.js b/test/functional/binary-data-test.js
index 6cf9dab..f70b3f7 100644
--- a/test/functional/binary-data-test.js
+++ b/test/functional/binary-data-test.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
/*
* This test unpacks a tar file, pushes that data into a
* database then compares the database data with the files
diff --git a/test/functional/compat-test.js b/test/functional/compat-test.js
index eb89708..68a182c 100644
--- a/test/functional/compat-test.js
+++ b/test/functional/compat-test.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
/*
* This test verifies that an existing database contains the
* correct data, by comparing it to the original data contained
diff --git a/test/functional/fstream-test.js b/test/functional/fstream-test.js
index 0a267be..a211ad8 100644
--- a/test/functional/fstream-test.js
+++ b/test/functional/fstream-test.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var assert = require('buster').assert
, refute = require('buster').refute
, fstream = require('fstream')
diff --git a/test/functional/tarcommon.js b/test/functional/tarcommon.js
index d36e9fa..8754758 100644
--- a/test/functional/tarcommon.js
+++ b/test/functional/tarcommon.js
@@ -1,3 +1,8 @@
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
+
var assert = require('buster').assert
, fs = require('fs')
, path = require('path')
diff --git a/test/idempotent-test.js b/test/idempotent-test.js
index 90a41fd..e7b6bb9 100644
--- a/test/idempotent-test.js
+++ b/test/idempotent-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/json-test.js b/test/json-test.js
index 77d3864..5f7a6c6 100644
--- a/test/json-test.js
+++ b/test/json-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/key-value-streams-test.js b/test/key-value-streams-test.js
index c1ba436..af932c2 100644
--- a/test/key-value-streams-test.js
+++ b/test/key-value-streams-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/read-stream-test.js b/test/read-stream-test.js
index cc25129..f59975e 100644
--- a/test/read-stream-test.js
+++ b/test/read-stream-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/simple-test.js b/test/simple-test.js
index 9d442af..2bd3f1a 100644
--- a/test/simple-test.js
+++ b/test/simple-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/snapshot-test.js b/test/snapshot-test.js
index 613c5fe..59011dd 100644
--- a/test/snapshot-test.js
+++ b/test/snapshot-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
diff --git a/test/write-stream-test.js b/test/write-stream-test.js
index bc854c6..b7a6145 100644
--- a/test/write-stream-test.js
+++ b/test/write-stream-test.js
@@ -1,4 +1,7 @@
-/* Copyright (c) 2012 Rod Vagg <@rvagg> */
+/* Copyright (c) 2012-2013 LevelUP contributors
+ * See list at <https://github.com/rvagg/node-levelup#contributing>
+ * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE>
+ */
var buster = require('buster')
, assert = buster.assert
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list