Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit c341fbc

Browse files
Merge pull request #7 from ralphtheninja/master
misc maintenance
2 parents 7864097 + 15fae69 commit c341fbc

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "8"
4+
- "7"
5+
- "6"
6+
- "5"
7+
- "4"
48
- "0.12"
5-
- "iojs"
69
branches:
710
only:
811
- master

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) 2012-2015 LevelUP contributors
4+
Copyright (c) 2012-2017 LevelUP contributors
55
---------------------------------------
66

77
*LevelUP contributors listed at <https://github.com/rvagg/node-levelup#contributors>*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ levelup('./db', { createIfMissing: false }, function (err, db) {
6262

6363
## License &amp; copyright
6464

65-
Copyright (c) 2012-2015 LevelUP contributors.
65+
Copyright (c) 2012-2017 LevelUP contributors.
6666

6767
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.

errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2012-2015 LevelUP contributors
1+
/* Copyright (c) 2012-2017 LevelUP contributors
22
* See list at <https://github.com/rvagg/node-levelup#contributing>
33
* MIT License
44
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md>

0 commit comments

Comments
 (0)