From fb5853d9bb78a8638d4bb3c31c0bb7e1829720cd Mon Sep 17 00:00:00 2001 From: William KOZA Date: Tue, 3 Jan 2017 14:37:29 +0100 Subject: [PATCH 1/5] Fix update new Year --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d46780d7e..0f1eee34be 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ gulp install-example-angular ## License -Powered by Google ©2010-2016. Code licensed under an [MIT-style License](https://github.com/angular.io/blob/master/LICENSE). Documentation licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). +Powered by Google ©2010-2017. Code licensed under an [MIT-style License](https://github.com/angular.io/blob/master/LICENSE). Documentation licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/). [travis-badge]: https://travis-ci.org/angular/angular.io.svg?branch=master [travis-badge-url]: https://travis-ci.org/angular/angular.io From eedfc474774a8e41b3afe4b470e92b62805fc6c8 Mon Sep 17 00:00:00 2001 From: William KOZA Date: Tue, 3 Jan 2017 14:38:18 +0100 Subject: [PATCH 2/5] Fix update new year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 13a6fd789f..47bfda24ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2016 Google, Inc. +Copyright (c) 2017 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 From a1f5549f7c50a866e2bd0bc9e79770cfdd491e9b Mon Sep 17 00:00:00 2001 From: William KOZA Date: Tue, 3 Jan 2017 14:38:51 +0100 Subject: [PATCH 3/5] Fix update new Year --- public/license.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/license.txt b/public/license.txt index 51b127e827..62345da08d 100644 --- a/public/license.txt +++ b/public/license.txt @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2014-2016 Google, Inc. +Copyright (c) 2014-2017 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 From 85f123c77b13a510f26c40b29384e963939e3fe6 Mon Sep 17 00:00:00 2001 From: William KOZA Date: Tue, 3 Jan 2017 14:39:39 +0100 Subject: [PATCH 4/5] Fix update new Year --- public/_includes/_footer.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_includes/_footer.jade b/public/_includes/_footer.jade index e2d9af4fac..3a59412711 100644 --- a/public/_includes/_footer.jade +++ b/public/_includes/_footer.jade @@ -52,6 +52,6 @@ div(class="main-footer" data-swiftype-index="false") li 中文版 footer(class="background-midnight") - small.text-caption Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0. + small.text-caption Powered by Google ©2010-2017. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0. a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger") span.icon-favorite From 57c1425ccfcb7eb88bae3555376f444388c30607 Mon Sep 17 00:00:00 2001 From: William KOZA Date: Tue, 3 Jan 2017 14:41:14 +0100 Subject: [PATCH 5/5] Fix update new Year --- tools/plunker-builder/plunkerBuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plunker-builder/plunkerBuilder.js b/tools/plunker-builder/plunkerBuilder.js index 9e2052517e..05f75a51c1 100644 --- a/tools/plunker-builder/plunkerBuilder.js +++ b/tools/plunker-builder/plunkerBuilder.js @@ -21,7 +21,7 @@ module.exports = { buildCopyrightStrings(); function buildCopyrightStrings() { - var COPYRIGHT = 'Copyright 2016 Google Inc. All Rights Reserved.\n' + var COPYRIGHT = 'Copyright 2017 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';