diff --git a/src/my-app.js b/src/my-app.js index 1114d78a..4f5d039d 100644 --- a/src/my-app.js +++ b/src/my-app.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/src/my-icons.js b/src/my-icons.js index a25da027..d8004df9 100644 --- a/src/my-icons.js +++ b/src/my-icons.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/src/my-view1.js b/src/my-view1.js index b7413ef1..a5fb8e9a 100644 --- a/src/my-view1.js +++ b/src/my-view1.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/src/my-view2.js b/src/my-view2.js index 464421bf..6f75c9e1 100644 --- a/src/my-view2.js +++ b/src/my-view2.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/src/my-view3.js b/src/my-view3.js index f3a74783..15a36e8d 100644 --- a/src/my-view3.js +++ b/src/my-view3.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/src/my-view404.js b/src/my-view404.js index 1da9cbb0..81be224f 100644 --- a/src/my-view404.js +++ b/src/my-view404.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/src/shared-styles.js b/src/shared-styles.js index bc25e004..c402a5c2 100644 --- a/src/shared-styles.js +++ b/src/shared-styles.js @@ -1,6 +1,6 @@ /** * @license - * Copyright (c) 2018 The Polymer Project Authors. All rights reserved. + * Copyright (c) 2016 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt diff --git a/test/index.html b/test/index.html index ad3a76b7..5546a7bd 100644 --- a/test/index.html +++ b/test/index.html @@ -1,6 +1,6 @@