Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
legal adjustaments according to new tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Bellini committed Mar 10, 2016
1 parent 8258b89 commit 7c256a2
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion antelope.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/automation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/automation/collector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/automation/compiler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/automation/provider.dummy-module.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/automation/provider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand All @@ -26,7 +26,7 @@ function extendedRequire(id) {
return requiredModule;
} catch (err) {
requiredModule = require(id);
report[id] = 'spy';
report[id] = 'antelope';
return requiredModule;
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/automation/themes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/automation/webpack/config.yves.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/automation/webpack/config.zed.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
10 changes: 5 additions & 5 deletions lib/cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down Expand Up @@ -156,7 +156,7 @@ function runProvider(options) {

commander
.on('--help', () => {
console.log(` Run 'spy <command> --help' to output command specific usage information`);
console.log(` Run 'antelope <command> --help' to output command specific usage information`);
});

commander
Expand Down Expand Up @@ -189,13 +189,13 @@ commander
// .action(runLicensesCrawler)
// .on('--help', () => {
// console.log(` Follow these tips if you want to to write licenses into a file:`, '\n');
// console.log(` $ spy licenses --json > json_filename.json`);
// console.log(` $ spy licenses --manifest --csv > csv_filename.csv`, '\n');
// console.log(` $ antelope licenses --json > json_filename.json`);
// console.log(` $ antelope licenses --manifest --csv > csv_filename.csv`, '\n');
// });

// commander
// .command('provider')
// .description('Output all the modules SPY provide internally')
// .description('Output all the modules Antelope provide internally')
// .action(runProvider);

module.exports = {
Expand Down
4 changes: 2 additions & 2 deletions lib/context.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand All @@ -14,7 +14,7 @@ let options = {};
let args = [];

const ENTRY_PATTERN = '.entry.js';
const EXTENSION_PATTERN = '.spy.js';
const EXTENSION_PATTERN = '.antelope.js';
const YVES_DEFAULT_PATTERN = 'Yves';
const ZED_DEFAULT_PATTERN = 'Zed';

Expand Down
2 changes: 1 addition & 1 deletion lib/errors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/licenses.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/provider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/test/collector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down
8 changes: 4 additions & 4 deletions lib/test/dependency.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand All @@ -11,7 +11,7 @@ let R = require('ramda');
let context = require('../context');
let errors = require('../errors');
let cwd = process.cwd();
let spyPkg = require('../../package.json');
let antelopePkg = require('../../package.json');

function performAnalysis(targetDependencies, projectDependencies) {
return R.map((dependencyName) => {
Expand Down Expand Up @@ -66,8 +66,8 @@ module.exports = {
console.log('Custom dependencies will be ignored'.gray);

let projectPkg = require(path.join(cwd, './package.json'));
let yvesDependencies = performAnalysis(spyPkg.yvesDependencies, projectPkg.dependencies);
let zedDependencies = performAnalysis(spyPkg.zedDependencies, projectPkg.dependencies);
let yvesDependencies = performAnalysis(antelopePkg.yvesDependencies, projectPkg.dependencies);
let zedDependencies = performAnalysis(antelopePkg.zedDependencies, projectPkg.dependencies);

log('YVES', yvesDependencies);
log('ZED', zedDependencies);
Expand Down
2 changes: 1 addition & 1 deletion lib/test/manifest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of SPY frontend automation tool
* This file is part of Antelope frontend automation tool
* (c) Spryker Systems GmbH
* For full copyright and license information, please view the LICENSE file that was distributed with this source code.
*/
Expand Down

0 comments on commit 7c256a2

Please sign in to comment.