Skip to content

Commit b7b281d

Browse files
committed
use-plugin 2.0.0
1 parent 7609cb0 commit b7b281d

16 files changed

+206
-126
lines changed

lib/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2017 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2014-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var _ = require('lodash')

lib/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2018 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2010-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var _ = require('lodash')

lib/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2017 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2010-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var Util = require('util')

lib/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2015 Richard Rodger, MIT License */
1+
/* Copyright © 2010-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
// Error code messages.

lib/inward.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2017 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2010-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var Util = require('util')

lib/legacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2017 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2010-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var _ = require('lodash')

lib/logging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2016-2017 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2016-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var Util = require('util')

lib/optioner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2014-2016 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2014-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var Fs = require('fs')

lib/outward.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2018 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2014-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var Util = require('util')

lib/plugins.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2014-2017 Richard Rodger, MIT License */
1+
/* Copyright © 2014-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var _ = require('lodash')
@@ -10,6 +10,7 @@ var internals = {
1010
error: Eraro({
1111
package: 'seneca',
1212
msgmap: {
13+
// REMOVE in 4.x
1314
unsupported_legacy_plugin:
1415
'The plugin <%=name%> uses an unsupported legacy ' +
1516
'callback to indicate plugin definition is complete: <%=init_func_sig%> ' +

lib/print.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2015 Richard Rodger, MIT License */
1+
/* Copyright © 2015-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
// Node API modules

lib/transport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2010-2017 Richard Rodger and other contributors, MIT License */
1+
/* Copyright © 2015-2018 Richard Rodger and other contributors, MIT License. */
22
'use strict'
33

44
var Http = require('http')

0 commit comments

Comments
 (0)