Skip to content

Commit d89418e

Browse files
committed
Add copyright headers for StackStorm authors
1 parent 716952a commit d89418e

File tree

108 files changed

+111
-3
lines changed

Some content is hidden

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

108 files changed

+111
-3
lines changed

apps/st2-actions/actions-details.component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

apps/st2-actions/actions-panel.component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

apps/st2-workflows/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

apps/st2-workflows/store.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2020 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

apps/st2-workflows/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
Copyright 2021 The StackStorm Authors.
23
Copyright 2020 Extreme Networks, Inc.
34
45
Licensed under the Apache License, Version 2.0 (the "License");
@@ -61,4 +62,4 @@ limitations under the License.
6162
}
6263
div[tabindex="-1"]:focus {
6364
outline: 0;
64-
}
65+
}

apps/st2-workflows/workflows.component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2020 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,4 +15,4 @@
1415

1516
/* jshint node: true */
1617
'use strict';
17-
require('@stackstorm/st2-build');
18+
require('@stackstorm/st2-build');

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

modules/st2-auto-form/fields/boolean.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright 2021 The StackStorm Authors.
12
// Copyright 2019 Extreme Networks, Inc.
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)