Skip to content

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 a121961 commit fc5310c
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 80 deletions.
5 changes: 0 additions & 5 deletions src/async.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_ASYNC_H
#define LD_ASYNC_H

Expand Down
6 changes: 0 additions & 6 deletions src/batch_async.cc
@@ -1,9 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/


#include <rocksdb/write_batch.h>
#include "batch.h"
#include "batch_async.h"
Expand Down
5 changes: 0 additions & 5 deletions src/batch_async.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_BATCH_ASYNC_H
#define LD_BATCH_ASYNC_H

Expand Down
5 changes: 0 additions & 5 deletions src/common.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_COMMON_H
#define LD_COMMON_H

Expand Down
5 changes: 0 additions & 5 deletions src/database.cc
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#include <node.h>
#include <node_buffer.h>

Expand Down
5 changes: 0 additions & 5 deletions src/database.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_DATABASE_H
#define LD_DATABASE_H

Expand Down
5 changes: 0 additions & 5 deletions src/database_async.cc
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#include <node.h>
#include <node_buffer.h>

Expand Down
5 changes: 0 additions & 5 deletions src/database_async.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_DATABASE_ASYNC_H
#define LD_DATABASE_ASYNC_H

Expand Down
5 changes: 0 additions & 5 deletions src/iterator.cc
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#include <node.h>
#include <node_buffer.h>

Expand Down
5 changes: 0 additions & 5 deletions src/iterator.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_ITERATOR_H
#define LD_ITERATOR_H

Expand Down
5 changes: 0 additions & 5 deletions src/iterator_async.cc
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#include <node.h>
#include <node_buffer.h>

Expand Down
5 changes: 0 additions & 5 deletions src/iterator_async.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_ITERATOR_ASYNC_H
#define LD_ITERATOR_ASYNC_H

Expand Down
5 changes: 0 additions & 5 deletions src/leveldown.cc
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#include <node.h>

#include "leveldown.h"
Expand Down
4 changes: 0 additions & 4 deletions src/leveldown.h
@@ -1,7 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/
#ifndef LD_LEVELDOWN_H
#define LD_LEVELDOWN_H

Expand Down
5 changes: 0 additions & 5 deletions src/leveldown_async.cc
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#include <rocksdb/db.h>

#include "leveldown.h"
Expand Down
5 changes: 0 additions & 5 deletions src/leveldown_async.h
@@ -1,8 +1,3 @@
/* Copyright (c) 2012-2017 LevelDOWN contributors
* See list at <https://github.com/level/leveldown#contributing>
* MIT License <https://github.com/level/leveldown/blob/master/LICENSE.md>
*/

#ifndef LD_LEVELDOWN_ASYNC_H
#define LD_LEVELDOWN_ASYNC_H

Expand Down

0 comments on commit fc5310c

Please sign in to comment.