Skip to content

Commit 8291b23

Browse files
authored
Merge pull request #2277 from brianc/bmc/remove-comments
Remove out of date unneeded copyright / license comments
2 parents 2793ca7 + 80d07c4 commit 8291b23

11 files changed

+0
-77
lines changed

packages/pg/lib/client.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var EventEmitter = require('events').EventEmitter
114
var util = require('util')

packages/pg/lib/connection-parameters.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var dns = require('dns')
114

packages/pg/lib/connection.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var net = require('net')
114
var EventEmitter = require('events').EventEmitter

packages/pg/lib/defaults.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
module.exports = {
114
// database host. defaults to localhost

packages/pg/lib/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var Client = require('./client')
114
var defaults = require('./defaults')

packages/pg/lib/native/client.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
// eslint-disable-next-line
114
var Native = require('pg-native')

packages/pg/lib/native/query.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var EventEmitter = require('events').EventEmitter
114
var util = require('util')

packages/pg/lib/query.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
const { EventEmitter } = require('events')
114

packages/pg/lib/result.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var types = require('pg-types')
114

packages/pg/lib/type-overrides.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
var types = require('pg-types')
114

packages/pg/lib/utils.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
'use strict'
2-
/**
3-
* Copyright (c) 2010-2017 Brian Carlson ([email protected])
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the MIT license found in the
7-
* README.md file in the root directory of this source tree.
8-
*/
92

103
const crypto = require('crypto')
114

0 commit comments

Comments
 (0)