Skip to content

Commit

Permalink
fixing file permissions and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Abildgaard authored and Brian Parry committed Apr 7, 2017
1 parent 9aa5df7 commit 1a7e8cd
Show file tree
Hide file tree
Showing 26 changed files with 24 additions and 33 deletions.
2 changes: 1 addition & 1 deletion lib/api/1.1/northbound/nodes.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2015-2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/api/1.1/northbound/tags.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2015, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/api/2.0/catalogs.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/api/2.0/tags.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2016, EMC Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/api/2.0/workflowGraphs.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2016, EMC Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/api/2.0/workflowTasks.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2016, EMC Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/api/2.0/workflows.js 100755 → 100644
@@ -1,4 +1,4 @@
// Copyright 2016, EMC Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/services/common-api-presenter.js
@@ -1,4 +1,4 @@
// Copyright 2015, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/services/nodes-api-service.js
@@ -1,4 +1,4 @@
// Copyright 2015, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/services/profiles-api-service.js
@@ -1,4 +1,4 @@
// Copyright 2015-2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
1 change: 1 addition & 0 deletions lib/services/scheduler.proto
@@ -1,3 +1,4 @@
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
syntax = "proto3";

package scheduler;
Expand Down
2 changes: 1 addition & 1 deletion lib/services/task-api-service.js
@@ -1,4 +1,4 @@
// Copyright 2015, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/services/taskgraph-api-service.js
Expand Up @@ -55,7 +55,7 @@ function taskgraphApiServiceFactory(

function getClient() {
return Promise.try(function() {
if (consul) return consul.agent.service.list();
if (consul) { return consul.agent.service.list(); }

var taskGraphUrl = url.parse(
_.get(configuration.get('taskgraphConfig'), 'url') ||
Expand Down
5 changes: 0 additions & 5 deletions lib/services/workflow-api-service.js
Expand Up @@ -68,11 +68,6 @@ function workflowApiServiceFactory(
};

WorkflowApiService.prototype.deleteTaskGraph = function (graphId) {
// Taskgraph deletion sequence:
// 1) Get the graph object by ID
// 2) Check if the returned workflow is running.
// 3) If it is running, throw an error. Otherwise go on to step 4.
// 4) Delete the graph object from the task graph store.
return taskgraphService.workflowsDeleteByInstanceId(graphId);
};

Expand Down
2 changes: 1 addition & 1 deletion spec/helper.js
@@ -1,4 +1,4 @@
// Copyright 2015, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/api/2.0/nodes-spec.js
@@ -1,4 +1,4 @@
// Copyright 2015-2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/api/2.0/profiles-spec.js
@@ -1,4 +1,4 @@
// Copyright 2015-2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/api/2.0/tasks-spec.js
@@ -1,4 +1,4 @@
// Copyright 2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
/* jshint node:true */

'use strict';
Expand Down
3 changes: 1 addition & 2 deletions spec/lib/api/2.0/templates-spec.js
@@ -1,5 +1,4 @@
// Copyright 2015-2016, EMC, Inc.

// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
'use strict';

describe('Http.Api.Templates', function () {
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/services/nodes-api-service-spec.js
@@ -1,4 +1,4 @@
// Copyright 2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

"use strict";

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/services/profiles-api-service-spec.js
@@ -1,4 +1,4 @@
// Copyright 2015-2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

"use strict";

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/services/sku-pack-service-spec.js
@@ -1,4 +1,4 @@
// Copyright 2015, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion spec/lib/services/taskgraph-api-service-spec.js
@@ -1,4 +1,4 @@
// Copyright 2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
/* jshint node:true */

"use strict";
Expand Down
4 changes: 0 additions & 4 deletions spec/lib/services/workflow-api-service-spec.js
Expand Up @@ -80,10 +80,6 @@ describe('Http.Services.Api.Workflows', function () {
this.sandbox.restore();
});

after(function() {
//sinon.stub(workflowApiService, 'createAndRunGraph');
});

it('should create and run a graph not against a node', function () {
taskGraphService.workflowsPost.resolves(graphDefinition);

Expand Down
2 changes: 1 addition & 1 deletion spec/mock-consul-server.js
@@ -1,4 +1,4 @@
// Copyright 2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion spec/mock-grpc.js
@@ -1,4 +1,4 @@
// Copyright 2016, EMC, Inc.
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

Expand Down

0 comments on commit 1a7e8cd

Please sign in to comment.