Skip to content

Commit 0a96259

Browse files
committed
Update copyright header for JS Foundation
1 parent d99b9c0 commit 0a96259

249 files changed

Lines changed: 254 additions & 251 deletions

File tree

Some content is hidden

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

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013, 2016 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -399,7 +399,7 @@ module.exports = function(grunt) {
399399
grunt.registerMultiTask('attachCopyright', function() {
400400
var files = this.data.src;
401401
var copyright = "/**\n"+
402-
" * Copyright 2013, 2015 IBM Corp.\n"+
402+
" * Copyright JS Foundation and other contributors, http://js.foundation\n"+
403403
" *\n"+
404404
" * Licensed under the Apache License, Version 2.0 (the \"License\");\n"+
405405
" * you may not use this file except in compliance with the License.\n"+

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Copyright JS Foundation and other contributors, http://js.foundation
12

23
Apache License
34
Version 2.0, January 2004

README.md

Lines changed: 5 additions & 3 deletions

bin/node-red-pi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2015 IBM Corp.
3+
# Copyright JS Foundation and other contributors, http://js.foundation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

editor/js/comms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2014, 2016 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

editor/js/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015, 2016 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

editor/js/history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013, 2016 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

editor/js/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013, 2015 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

editor/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013, 2016 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

editor/js/nodes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013, 2016 IBM Corp.
2+
* Copyright JS Foundation and other contributors, http://js.foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)