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

Commit f5e5e40

Browse files
author
Lars-Magnus Skog
committed
Remove copyright headers from code
1 parent b61e01b commit f5e5e40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

errors.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/* Copyright (c) 2012-2017 LevelUP contributors
2-
* See list at <https://github.com/rvagg/node-levelup#contributing>
3-
* MIT License
4-
* <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md>
5-
*/
6-
71
var createError = require('errno').create
82
var LevelUPError = createError('LevelUPError')
93
var NotFoundError = createError('NotFoundError', LevelUPError)

0 commit comments

Comments
 (0)