apiconnect-cli-apis
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -0,1 +1,7 @@ | ||
2017-04-14, Version 2.5.2 | ||
========================= | ||
* Fix copyright header in files (#81) (Krishna Raman) | ||
2017-03-15, Version 2.5.1 | ||
@@ -2,0 +8,0 @@ ========================= |
@@ -1,5 +0,12 @@ | ||
// Copyright IBM Corp. 2016. All Rights Reserved. | ||
/********************************************************* {COPYRIGHT-TOP} *** | ||
* Licensed Materials - Property of IBM | ||
* 5725-Z22, 5725-Z63, 5725-U33, 5725-Z63 | ||
* | ||
* (C) Copyright IBM Corporation 2016, 2017 | ||
* | ||
* All Rights Reserved. | ||
* US Government Users Restricted Rights - Use, duplication or disclosure | ||
* restricted by GSA ADP Schedule Contract with IBM Corp. | ||
********************************************************** {COPYRIGHT-END} **/ | ||
// Node module: apiconnect-cli-apis | ||
// US Government Users Restricted Rights - Use, duplication or disclosure | ||
// restricted by GSA ADP Schedule Contract with IBM Corp. | ||
@@ -68,1 +75,2 @@ var gulp = require('gulp'); | ||
gulp.task('default', [ 'lint', 'tests' ]); | ||
23
index.js
@@ -1,17 +0,13 @@ | ||
// Copyright IBM Corp. 2016. All Rights Reserved. | ||
// Node module: apiconnect-cli-apis | ||
// US Government Users Restricted Rights - Use, duplication or disclosure | ||
// restricted by GSA ADP Schedule Contract with IBM Corp. | ||
/********************************************************* {COPYRIGHT-TOP} *** | ||
* IBM Confidential | ||
* OCO Source Materials | ||
* 5725-C11, 5725-C12, 7198-8FX, 5725-F70, 5725-F71, 5725-F72, 5725-L30 | ||
* Licensed Materials - Property of IBM | ||
* 5725-Z22, 5725-Z63, 5725-U33, 5725-Z63 | ||
* | ||
* (C) Copyright IBM Corporation 2015 All Rights Reserved. | ||
* (C) Copyright IBM Corporation 2016, 2017 | ||
* | ||
* The source code for this program is not published or otherwise | ||
* divested of its trade secrets, irrespective of what has been | ||
* deposited with the U.S. Copyright Office. | ||
********************************************************* {COPYRIGHT-END} **/ | ||
* All Rights Reserved. | ||
* US Government Users Restricted Rights - Use, duplication or disclosure | ||
* restricted by GSA ADP Schedule Contract with IBM Corp. | ||
********************************************************** {COPYRIGHT-END} **/ | ||
// Node module: apiconnect-cli-apis | ||
var SG = require('strong-globalize'); | ||
@@ -22,1 +18,2 @@ SG.SetRootDir(__dirname); | ||
module.exports.getTopics = plugin.topics; | ||
#!/usr/bin/env node | ||
// Copyright IBM Corp. 2016. All Rights Reserved. | ||
// Node module: apiconnect-cli-apis | ||
// US Government Users Restricted Rights - Use, duplication or disclosure | ||
// restricted by GSA ADP Schedule Contract with IBM Corp. | ||
/********************************************************* {COPYRIGHT-TOP} *** | ||
* IBM Confidential | ||
* OCO Source Materials | ||
* 5725-C11, 5725-C12, 7198-8FX, 5725-F70, 5725-F71, 5725-F72, 5725-L30 | ||
* Licensed Materials - Property of IBM | ||
* 5725-Z22, 5725-Z63, 5725-U33, 5725-Z63 | ||
* | ||
* (C) Copyright IBM Corporation 2015 All Rights Reserved. | ||
* (C) Copyright IBM Corporation 2016, 2017 | ||
* | ||
* The source code for this program is not published or otherwise | ||
* divested of its trade secrets, irrespective of what has been | ||
* deposited with the U.S. Copyright Office. | ||
********************************************************* {COPYRIGHT-END} **/ | ||
* All Rights Reserved. | ||
* US Government Users Restricted Rights - Use, duplication or disclosure | ||
* restricted by GSA ADP Schedule Contract with IBM Corp. | ||
********************************************************** {COPYRIGHT-END} **/ | ||
// Node module: apiconnect-cli-apis | ||
var g = require('strong-globalize')(); | ||
@@ -193,1 +189,2 @@ | ||
}; | ||
#!/usr/bin/env node | ||
// Copyright IBM Corp. 2016. All Rights Reserved. | ||
// Node module: apiconnect-cli-apis | ||
// US Government Users Restricted Rights - Use, duplication or disclosure | ||
// restricted by GSA ADP Schedule Contract with IBM Corp. | ||
/********************************************************* {COPYRIGHT-TOP} *** | ||
* IBM Confidential | ||
* OCO Source Materials | ||
* 5725-C11, 5725-C12, 7198-8FX, 5725-F70, 5725-F71, 5725-F72, 5725-L30 | ||
* Licensed Materials - Property of IBM | ||
* 5725-Z22, 5725-Z63, 5725-U33, 5725-Z63 | ||
* | ||
* (C) Copyright IBM Corporation 2015 All Rights Reserved. | ||
* (C) Copyright IBM Corporation 2016, 2017 | ||
* | ||
* The source code for this program is not published or otherwise | ||
* divested of its trade secrets, irrespective of what has been | ||
* deposited with the U.S. Copyright Office. | ||
********************************************************* {COPYRIGHT-END} **/ | ||
* All Rights Reserved. | ||
* US Government Users Restricted Rights - Use, duplication or disclosure | ||
* restricted by GSA ADP Schedule Contract with IBM Corp. | ||
********************************************************** {COPYRIGHT-END} **/ | ||
// Node module: apiconnect-cli-apis | ||
var ApicCliUtil = require('apiconnect-cli-util'); | ||
@@ -204,1 +200,2 @@ var Apis = require('apiconnect-apim-client').apis; | ||
}; | ||
@@ -1,17 +0,13 @@ | ||
// Copyright IBM Corp. 2016. All Rights Reserved. | ||
// Node module: apiconnect-cli-apis | ||
// US Government Users Restricted Rights - Use, duplication or disclosure | ||
// restricted by GSA ADP Schedule Contract with IBM Corp. | ||
/********************************************************* {COPYRIGHT-TOP} *** | ||
* IBM Confidential | ||
* OCO Source Materials | ||
* 5725-C11, 5725-C12, 7198-8FX, 5725-F70, 5725-F71, 5725-F72, 5725-L30 | ||
* Licensed Materials - Property of IBM | ||
* 5725-Z22, 5725-Z63, 5725-U33, 5725-Z63 | ||
* | ||
* (C) Copyright IBM Corporation 2015 All Rights Reserved. | ||
* (C) Copyright IBM Corporation 2016, 2017 | ||
* | ||
* The source code for this program is not published or otherwise | ||
* divested of its trade secrets, irrespective of what has been | ||
* deposited with the U.S. Copyright Office. | ||
********************************************************* {COPYRIGHT-END} **/ | ||
* All Rights Reserved. | ||
* US Government Users Restricted Rights - Use, duplication or disclosure | ||
* restricted by GSA ADP Schedule Contract with IBM Corp. | ||
********************************************************** {COPYRIGHT-END} **/ | ||
// Node module: apiconnect-cli-apis | ||
var fs = require('fs'); | ||
@@ -75,1 +71,2 @@ var g = require('strong-globalize')(); | ||
module.exports.arrayContains = arrayContains; | ||
{ | ||
"name": "apiconnect-cli-apis", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Plugin for IBM API Connect Developer Toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13188909
499