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

Commit

Permalink
Remove copyright headers from code
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jun 23, 2018
1 parent 542f350 commit a36c04f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions abstract-chained-batch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Copyright (c) 2017 Rod Vagg, MIT License */

function AbstractChainedBatch (db) {
this._db = db
this._operations = []
Expand Down
2 changes: 0 additions & 2 deletions abstract-iterator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Copyright (c) 2017 Rod Vagg, MIT License */

function AbstractIterator (db) {
this.db = db
this._ended = false
Expand Down
2 changes: 0 additions & 2 deletions abstract-leveldown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Copyright (c) 2017 Rod Vagg, MIT License */

var xtend = require('xtend')
var AbstractIterator = require('./abstract-iterator')
var AbstractChainedBatch = require('./abstract-chained-batch')
Expand Down

0 comments on commit a36c04f

Please sign in to comment.