Update copyright header for JS Foundation

This commit is contained in:
Nick O'Leary
2017-01-11 15:24:33 +00:00
parent d99b9c04e4
commit 0a96259ddf
249 changed files with 254 additions and 251 deletions

View File

@@ -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"+