Skip to content

Commit 2a42fb3

Browse files
committed
updating copyright
1 parent c6e81ac commit 2a42fb3

File tree

115 files changed

+119
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+119
-112
lines changed

HWIMO-TEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
# Copyright 2015, EMC, Inc.
4+
35
set -e
46
set -x
57

README.md

Lines changed: 2 additions & 0 deletions

gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2015, EMC, Inc.
2+
13
'use strict';
24
module.exports = prepareGrunt;
35

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33

44
'use strict';

lib/common/assert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33
'use strict';
44

lib/common/child-process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33
'use strict';
44

lib/common/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33
'use strict';
44

lib/common/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33
'use strict';
44

lib/common/encryption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33
'use strict';
44

lib/common/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2015, EMC Corporation
1+
// Copyright 2015, EMC, Inc.
22

33
'use strict';
44

0 commit comments

Comments
 (0)