diff --git a/Gruntfile.js b/Gruntfile.js
index fc881ddee..891469c24 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -399,7 +399,7 @@ module.exports = function(grunt) {
grunt.registerMultiTask('attachCopyright', function() {
var files = this.data.src;
var copyright = "/**\n"+
- " * Copyright 2013, 2015 IBM Corp.\n"+
+ " * Copyright JS Foundation and other contributors, http://js.foundation\n"+
" *\n"+
" * Licensed under the Apache License, Version 2.0 (the \"License\");\n"+
" * you may not use this file except in compliance with the License.\n"+
diff --git a/LICENSE b/LICENSE
index f433b1a53..fc619bd15 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,4 @@
+Copyright JS Foundation and other contributors, http://js.foundation
Apache License
Version 2.0, January 2004
diff --git a/README.md b/README.md
index 175d72dbe..2ec86ece9 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,15 @@ This project adheres to the [Contributor Covenant 1.4](http://contributor-covena
## Authors
-Node-RED is a creation of [IBM Emerging Technology](https://www.ibm.com/blogs/emerging-technology/).
+Node-RED is a project of the [JS Foundation](http://js.foundation).
+
+It was created by [IBM Emerging Technology](https://www.ibm.com/blogs/emerging-technology/).
* Nick O'Leary [@knolleary](http://twitter.com/knolleary)
* Dave Conway-Jones [@ceejay](http://twitter.com/ceejay)
-For more open-source projects from IBM, head over [here](http://ibm.github.io).
+
## Copyright and license
-Copyright 2013, 2016 IBM Corp. under [the Apache 2.0 license](LICENSE).
+Copyright JS Foundation and other contributors, http://js.foundation under [the Apache 2.0 license](LICENSE).
diff --git a/bin/node-red-pi b/bin/node-red-pi
index 0cc85a00c..828e5cca3 100755
--- a/bin/node-red-pi
+++ b/bin/node-red-pi
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2015 IBM Corp.
+# Copyright JS Foundation and other contributors, http://js.foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/editor/js/comms.js b/editor/js/comms.js
index 6e6015870..1e5328862 100644
--- a/editor/js/comms.js
+++ b/editor/js/comms.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/events.js b/editor/js/events.js
index 4ec77b19b..f79cc864f 100644
--- a/editor/js/events.js
+++ b/editor/js/events.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/history.js b/editor/js/history.js
index 169d05b3f..a0002b63a 100644
--- a/editor/js/history.js
+++ b/editor/js/history.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/i18n.js b/editor/js/i18n.js
index ffa64111e..8cdde3250 100644
--- a/editor/js/i18n.js
+++ b/editor/js/i18n.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/main.js b/editor/js/main.js
index 53a9738fe..609b9c795 100644
--- a/editor/js/main.js
+++ b/editor/js/main.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/nodes.js b/editor/js/nodes.js
index 38c5bcb77..e769b0c22 100644
--- a/editor/js/nodes.js
+++ b/editor/js/nodes.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/red.js b/editor/js/red.js
index 0bcbc3c87..daced75cd 100644
--- a/editor/js/red.js
+++ b/editor/js/red.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/settings.js b/editor/js/settings.js
index 30aebba49..ae01c66dc 100644
--- a/editor/js/settings.js
+++ b/editor/js/settings.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014 IBM, Antoine Aflalo
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/text/bidi.js b/editor/js/text/bidi.js
index 00000567d..1835f5111 100644
--- a/editor/js/text/bidi.js
+++ b/editor/js/text/bidi.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/text/format.js b/editor/js/text/format.js
index 937bd6a43..c9fac5517 100644
--- a/editor/js/text/format.js
+++ b/editor/js/text/format.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/clipboard.js b/editor/js/ui/clipboard.js
index dcf45ddc5..b0e8d43f3 100644
--- a/editor/js/ui/clipboard.js
+++ b/editor/js/ui/clipboard.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/common/editableList.js b/editor/js/ui/common/editableList.js
index db1d861f0..33c5c9843 100644
--- a/editor/js/ui/common/editableList.js
+++ b/editor/js/ui/common/editableList.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/common/menu.js b/editor/js/ui/common/menu.js
index 79fc3a286..89a783883 100644
--- a/editor/js/ui/common/menu.js
+++ b/editor/js/ui/common/menu.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/common/popover.js b/editor/js/ui/common/popover.js
index 05e758072..1ae3b8f45 100644
--- a/editor/js/ui/common/popover.js
+++ b/editor/js/ui/common/popover.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/common/searchBox.js b/editor/js/ui/common/searchBox.js
index 792759dfd..21932d100 100644
--- a/editor/js/ui/common/searchBox.js
+++ b/editor/js/ui/common/searchBox.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/common/tabs.js b/editor/js/ui/common/tabs.js
index 57991f58e..e549e5f06 100644
--- a/editor/js/ui/common/tabs.js
+++ b/editor/js/ui/common/tabs.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/common/typedInput.js b/editor/js/ui/common/typedInput.js
index 67fb03eed..5cf02086a 100644
--- a/editor/js/ui/common/typedInput.js
+++ b/editor/js/ui/common/typedInput.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/deploy.js b/editor/js/ui/deploy.js
index 9d2a86579..6cba93fae 100644
--- a/editor/js/ui/deploy.js
+++ b/editor/js/ui/deploy.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/editor.js b/editor/js/ui/editor.js
index 488d94685..de1e691dd 100644
--- a/editor/js/ui/editor.js
+++ b/editor/js/ui/editor.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/keyboard.js b/editor/js/ui/keyboard.js
index b26634336..9d4a56466 100644
--- a/editor/js/ui/keyboard.js
+++ b/editor/js/ui/keyboard.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/library.js b/editor/js/ui/library.js
index 4291bf4a1..0ca3b4650 100644
--- a/editor/js/ui/library.js
+++ b/editor/js/ui/library.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/notifications.js b/editor/js/ui/notifications.js
index 6c956be42..7a0816e09 100644
--- a/editor/js/ui/notifications.js
+++ b/editor/js/ui/notifications.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/palette-editor.js b/editor/js/ui/palette-editor.js
index 5d9c494fc..556a3854d 100644
--- a/editor/js/ui/palette-editor.js
+++ b/editor/js/ui/palette-editor.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/palette.js b/editor/js/ui/palette.js
index 4435bfb30..a13edabb4 100644
--- a/editor/js/ui/palette.js
+++ b/editor/js/ui/palette.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/search.js b/editor/js/ui/search.js
index b3a788b96..464349623 100644
--- a/editor/js/ui/search.js
+++ b/editor/js/ui/search.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/sidebar.js b/editor/js/ui/sidebar.js
index 3100476b0..2a27a45bc 100644
--- a/editor/js/ui/sidebar.js
+++ b/editor/js/ui/sidebar.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/state.js b/editor/js/ui/state.js
index 5ff9b47ad..1b0990c58 100644
--- a/editor/js/ui/state.js
+++ b/editor/js/ui/state.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/subflow.js b/editor/js/ui/subflow.js
index 61590d4bb..31c51a4a6 100644
--- a/editor/js/ui/subflow.js
+++ b/editor/js/ui/subflow.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/tab-config.js b/editor/js/ui/tab-config.js
index 41516029e..3b5c2418c 100644
--- a/editor/js/ui/tab-config.js
+++ b/editor/js/ui/tab-config.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/tab-info.js b/editor/js/ui/tab-info.js
index c64efee9d..fd9e74a42 100644
--- a/editor/js/ui/tab-info.js
+++ b/editor/js/ui/tab-info.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/touch/radialMenu.js b/editor/js/ui/touch/radialMenu.js
index ffb6a71c0..9e39506e8 100644
--- a/editor/js/ui/touch/radialMenu.js
+++ b/editor/js/ui/touch/radialMenu.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/tray.js b/editor/js/ui/tray.js
index 362ffe5b0..8ba3d4e97 100644
--- a/editor/js/ui/tray.js
+++ b/editor/js/ui/tray.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/utils.js b/editor/js/ui/utils.js
index d86f1d599..ab95d740c 100644
--- a/editor/js/ui/utils.js
+++ b/editor/js/ui/utils.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/view.js b/editor/js/ui/view.js
index fd0ea43cd..f94059d71 100644
--- a/editor/js/ui/view.js
+++ b/editor/js/ui/view.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/ui/workspaces.js b/editor/js/ui/workspaces.js
index 5bfe7f4ca..8c3232de5 100644
--- a/editor/js/ui/workspaces.js
+++ b/editor/js/ui/workspaces.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/user.js b/editor/js/user.js
index a079caf63..1f9c87530 100644
--- a/editor/js/user.js
+++ b/editor/js/user.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2014, 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/js/validators.js b/editor/js/validators.js
index d7357e66d..3806bb3aa 100644
--- a/editor/js/validators.js
+++ b/editor/js/validators.js
@@ -1,5 +1,5 @@
/**
- * Copyright 2013 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/bootstrap.scss b/editor/sass/bootstrap.scss
index c172cac90..56e7497dd 100644
--- a/editor/sass/bootstrap.scss
+++ b/editor/sass/bootstrap.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/colors.scss b/editor/sass/colors.scss
index 702ba0385..bc605770a 100644
--- a/editor/sass/colors.scss
+++ b/editor/sass/colors.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/debug.scss b/editor/sass/debug.scss
index 7e3db9d10..a02f1d7b3 100644
--- a/editor/sass/debug.scss
+++ b/editor/sass/debug.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/diff.scss b/editor/sass/diff.scss
index 57be425cc..016107c48 100644
--- a/editor/sass/diff.scss
+++ b/editor/sass/diff.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/dragdrop.scss b/editor/sass/dragdrop.scss
index 2b9814d76..1dd7c9bca 100644
--- a/editor/sass/dragdrop.scss
+++ b/editor/sass/dragdrop.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/dropdownMenu.scss b/editor/sass/dropdownMenu.scss
index 8ada3a2d9..bedf82796 100644
--- a/editor/sass/dropdownMenu.scss
+++ b/editor/sass/dropdownMenu.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/editor.scss b/editor/sass/editor.scss
index 5e8ecdd47..404c3c832 100644
--- a/editor/sass/editor.scss
+++ b/editor/sass/editor.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/flow.scss b/editor/sass/flow.scss
index 8bd3f7e6c..07c7ed87a 100644
--- a/editor/sass/flow.scss
+++ b/editor/sass/flow.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/forms.scss b/editor/sass/forms.scss
index 4e82fe35d..5c2d65051 100644
--- a/editor/sass/forms.scss
+++ b/editor/sass/forms.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/header.scss b/editor/sass/header.scss
index 51b12fd1f..d20c6afa8 100644
--- a/editor/sass/header.scss
+++ b/editor/sass/header.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/jquery.scss b/editor/sass/jquery.scss
index 02356bf4b..749e2cd59 100644
--- a/editor/sass/jquery.scss
+++ b/editor/sass/jquery.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/keyboard.scss b/editor/sass/keyboard.scss
index a58e781c7..e272b238a 100644
--- a/editor/sass/keyboard.scss
+++ b/editor/sass/keyboard.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/library.scss b/editor/sass/library.scss
index 50429d92e..b03727945 100644
--- a/editor/sass/library.scss
+++ b/editor/sass/library.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/mixins.scss b/editor/sass/mixins.scss
index e4ad7660f..1e303e0c2 100644
--- a/editor/sass/mixins.scss
+++ b/editor/sass/mixins.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/notifications.scss b/editor/sass/notifications.scss
index 0fa7844e2..428c497bb 100644
--- a/editor/sass/notifications.scss
+++ b/editor/sass/notifications.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/palette-editor.scss b/editor/sass/palette-editor.scss
index 6b67a8a85..3f24a3e5c 100644
--- a/editor/sass/palette-editor.scss
+++ b/editor/sass/palette-editor.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/palette.scss b/editor/sass/palette.scss
index 988717013..7441fbeb0 100644
--- a/editor/sass/palette.scss
+++ b/editor/sass/palette.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/popover.scss b/editor/sass/popover.scss
index 7a9e6bf78..3a00dd4a3 100644
--- a/editor/sass/popover.scss
+++ b/editor/sass/popover.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/search.scss b/editor/sass/search.scss
index bc391698a..6e64db8f3 100644
--- a/editor/sass/search.scss
+++ b/editor/sass/search.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/sidebar.scss b/editor/sass/sidebar.scss
index 95d58e2c8..4c8192bf8 100644
--- a/editor/sass/sidebar.scss
+++ b/editor/sass/sidebar.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/style.scss b/editor/sass/style.scss
index 46ad05c82..f6b267e7b 100644
--- a/editor/sass/style.scss
+++ b/editor/sass/style.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2013, 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/tab-config.scss b/editor/sass/tab-config.scss
index a38390f86..7f4497063 100644
--- a/editor/sass/tab-config.scss
+++ b/editor/sass/tab-config.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/tab-info.scss b/editor/sass/tab-info.scss
index eda9098c3..f21deedf4 100644
--- a/editor/sass/tab-info.scss
+++ b/editor/sass/tab-info.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/tabs.scss b/editor/sass/tabs.scss
index 5c2697788..636dabd51 100644
--- a/editor/sass/tabs.scss
+++ b/editor/sass/tabs.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015, 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/ui/common/editableList.scss b/editor/sass/ui/common/editableList.scss
index 9905bee82..0fc5c0f2d 100644
--- a/editor/sass/ui/common/editableList.scss
+++ b/editor/sass/ui/common/editableList.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/ui/common/searchBox.scss b/editor/sass/ui/common/searchBox.scss
index 28bf0d0da..975a80c79 100644
--- a/editor/sass/ui/common/searchBox.scss
+++ b/editor/sass/ui/common/searchBox.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/ui/common/typedInput.scss b/editor/sass/ui/common/typedInput.scss
index 95d8c4dfa..b4e6cdfc9 100644
--- a/editor/sass/ui/common/typedInput.scss
+++ b/editor/sass/ui/common/typedInput.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/widgetStyle.scss b/editor/sass/widgetStyle.scss
index 2eb5fc1fb..1f45b51cb 100644
--- a/editor/sass/widgetStyle.scss
+++ b/editor/sass/widgetStyle.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/workspace.scss b/editor/sass/workspace.scss
index 0d27a97f1..959e67a06 100644
--- a/editor/sass/workspace.scss
+++ b/editor/sass/workspace.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/sass/workspaceToolbar.scss b/editor/sass/workspaceToolbar.scss
index 1bee0d510..26d45bcf8 100644
--- a/editor/sass/workspaceToolbar.scss
+++ b/editor/sass/workspaceToolbar.scss
@@ -1,5 +1,5 @@
/**
- * Copyright 2015 IBM Corp.
+ * Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/editor/templates/index.mst b/editor/templates/index.mst
index c3d2cf1c8..382f1e059 100644
--- a/editor/templates/index.mst
+++ b/editor/templates/index.mst
@@ -6,7 +6,7 @@