From 91ffb9babd9085b2516ff3a821b780394d9590c8 Mon Sep 17 00:00:00 2001 From: "L. D. MacKrell" Date: Mon, 9 Jul 2018 10:42:23 -0700 Subject: [PATCH] Update copyright dates --- LICENSE | 2 +- index.html | 2 +- js/index.js | 2 +- js/src/cli.js | 2 +- js/src/core/inputscanner.js | 2 +- js/src/core/options.js | 2 +- js/src/core/output.js | 2 +- js/src/core/token.js | 2 +- js/src/css/beautifier.js | 4 ++-- js/src/css/index.js | 2 +- js/src/html/beautifier.js | 4 ++-- js/src/html/index.js | 2 +- js/src/index.js | 2 +- js/src/javascript/beautifier.js | 2 +- js/src/javascript/index.js | 2 +- js/src/javascript/tokenizer.js | 4 ++-- js/test/generated/beautify-css-tests.js | 2 +- js/test/generated/beautify-html-tests.js | 2 +- js/test/generated/beautify-javascript-tests.js | 2 +- python/cssbeautifier/__init__.py | 2 +- python/cssbeautifier/css/beautifier.py | 2 +- python/cssbeautifier/css/options.py | 2 +- python/cssbeautifier/tests/generated/tests.py | 2 +- python/jsbeautifier/__init__.py | 2 +- python/jsbeautifier/core/inputscanner.py | 2 +- python/jsbeautifier/core/options.py | 2 +- python/jsbeautifier/core/output.py | 2 +- python/jsbeautifier/core/token.py | 2 +- python/jsbeautifier/javascript/beautifier.py | 2 +- python/jsbeautifier/javascript/options.py | 2 +- python/jsbeautifier/javascript/tokenizer.py | 2 +- python/jsbeautifier/tests/generated/tests.py | 2 +- test/data/css/node.mustache | 2 +- test/data/css/python.mustache | 2 +- test/data/css/tests.js | 2 +- test/data/html/node.mustache | 2 +- test/data/html/tests.js | 2 +- test/data/javascript/node.mustache | 2 +- test/data/javascript/python.mustache | 2 +- test/data/javascript/tests.js | 2 +- test/generate-tests.js | 2 +- tools/template/beautify-css.begin.js | 2 +- tools/template/beautify-html.begin.js | 2 +- tools/template/beautify.begin.js | 2 +- 44 files changed, 47 insertions(+), 47 deletions(-) diff --git a/LICENSE b/LICENSE index 339edddb..153d126b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2007-2017 Einar Lielmanis, Liam Newman, and contributors. +Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/index.html b/index.html index 8ab878ba..454e1a2d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@