diff --git a/LICENSE b/LICENSE index 3e15285fb3..f868eadca1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2014-2017 Google, Inc. http://angular.io +Copyright (c) 2014-2018 Google, Inc. http://angular.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/aio/content/license.md b/aio/content/license.md index 31d926edba..35f5cedfba 100644 --- a/aio/content/license.md +++ b/aio/content/license.md @@ -2,7 +2,7 @@ @description The MIT License -Copyright (c) 2014-2017 Google, Inc. +Copyright (c) 2014-2018 Google, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/aio/src/app/layout/footer/footer.component.html b/aio/src/app/layout/footer/footer.component.html index 45e836793a..2e1f835fbe 100644 --- a/aio/src/app/layout/footer/footer.component.html +++ b/aio/src/app/layout/footer/footer.component.html @@ -12,7 +12,7 @@

- Powered by Google ©2010-2017. + Powered by Google ©2010-2018. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0. diff --git a/aio/tools/plunker-builder/builder.js b/aio/tools/plunker-builder/builder.js index fbcc8a5a42..3c7856a1af 100644 --- a/aio/tools/plunker-builder/builder.js +++ b/aio/tools/plunker-builder/builder.js @@ -45,7 +45,7 @@ class PlunkerBuilder { } _buildCopyrightStrings() { - var copyright = 'Copyright 2017 Google Inc. All Rights Reserved.\n' + var copyright = 'Copyright 2017-2018 Google Inc. All Rights Reserved.\n' + 'Use of this source code is governed by an MIT-style license that\n' + 'can be found in the LICENSE file at http://angular.io/license'; var pad = '\n\n'; diff --git a/packages/license-banner.txt b/packages/license-banner.txt index 4f8bae7bfe..5e6eac320c 100644 --- a/packages/license-banner.txt +++ b/packages/license-banner.txt @@ -1,5 +1,5 @@ /** * @license Angular v0.0.0-PLACEHOLDER - * (c) 2010-2017 Google, Inc. https://angular.io/ + * (c) 2010-2018 Google, Inc. https://angular.io/ * License: MIT */ diff --git a/packages/router/LICENSE b/packages/router/LICENSE index 5b3261eb9c..26db104f5f 100644 --- a/packages/router/LICENSE +++ b/packages/router/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2017 Google, Inc. http://angular.io +Copyright (c) 2017-2018 Google, Inc. http://angular.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal