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

Commit 508027d

Browse files
author
Lars-Magnus Skog
committed
Remove copyright headers from code
1 parent 8a29ecc commit 508027d

16 files changed

Lines changed: 0 additions & 80 deletions

src/async.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#ifndef LD_ASYNC_H
72
#define LD_ASYNC_H
83

src/batch_async.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
6-
71
#include <leveldb/write_batch.h>
82
#include "batch.h"
93
#include "batch_async.h"

src/batch_async.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#ifndef LD_BATCH_ASYNC_H
72
#define LD_BATCH_ASYNC_H
83

src/common.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#ifndef LD_COMMON_H
72
#define LD_COMMON_H
83

src/database.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#include <node.h>
72
#include <node_buffer.h>
83

src/database.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#ifndef LD_DATABASE_H
72
#define LD_DATABASE_H
83

src/database_async.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#include <node.h>
72
#include <node_buffer.h>
83

src/database_async.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#ifndef LD_DATABASE_ASYNC_H
72
#define LD_DATABASE_ASYNC_H
83

src/iterator.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#include <node.h>
72
#include <node_buffer.h>
83

src/iterator.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2012-2018 LevelDOWN contributors
2-
* See list at <https://github.com/level/leveldown#contributing>
3-
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
4-
*/
5-
61
#ifndef LD_ITERATOR_H
72
#define LD_ITERATOR_H
83

0 commit comments

Comments
 (0)