diff --git a/LICENSE b/LICENSE index dd23317..23797bc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018 the authors. +Copyright 2019 the authors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/hy/_compat.py b/hy/_compat.py index ddd6c48..bd9390f 100644 --- a/hy/_compat.py +++ b/hy/_compat.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/cmdline.py b/hy/cmdline.py index 4c98ef1..4c2e1c3 100644 --- a/hy/cmdline.py +++ b/hy/cmdline.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/compiler.py b/hy/compiler.py index 1b5e983..f3b55a3 100755 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/completer.py b/hy/completer.py index 9b7bb4f..38cf8eb 100644 --- a/hy/completer.py +++ b/hy/completer.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/contrib/botsbuildbots.hy b/hy/contrib/botsbuildbots.hy index 07dee93..5088cca 100644 --- a/hy/contrib/botsbuildbots.hy +++ b/hy/contrib/botsbuildbots.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/contrib/hy_repr.hy b/hy/contrib/hy_repr.hy index 5d238ba..9fd59be 100644 --- a/hy/contrib/hy_repr.hy +++ b/hy/contrib/hy_repr.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/contrib/loop.hy b/hy/contrib/loop.hy index 6e1f29f..b1cb2da 100644 --- a/hy/contrib/loop.hy +++ b/hy/contrib/loop.hy @@ -1,5 +1,5 @@ ;;; Hy tail-call optimization -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/contrib/multi.hy b/hy/contrib/multi.hy index 7867804..7dba654 100644 --- a/hy/contrib/multi.hy +++ b/hy/contrib/multi.hy @@ -1,5 +1,5 @@ ;; Hy Arity-overloading -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/contrib/profile.hy b/hy/contrib/profile.hy index 06fec24..8ff2ed6 100644 --- a/hy/contrib/profile.hy +++ b/hy/contrib/profile.hy @@ -1,5 +1,5 @@ ;;; Hy profiling macros -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/contrib/sequences.hy b/hy/contrib/sequences.hy index e684b80..94b3236 100644 --- a/hy/contrib/sequences.hy +++ b/hy/contrib/sequences.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/contrib/walk.hy b/hy/contrib/walk.hy index 70fbca5..a7a46e9 100644 --- a/hy/contrib/walk.hy +++ b/hy/contrib/walk.hy @@ -1,5 +1,5 @@ ;;; Hy AST walker -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/core/bootstrap.hy b/hy/core/bootstrap.hy index cc576bc..fa613a6 100644 --- a/hy/core/bootstrap.hy +++ b/hy/core/bootstrap.hy @@ -1,5 +1,5 @@ ;;; Hy bootstrap macros -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/core/language.hy b/hy/core/language.hy index e13cbfa..ac046bb 100644 --- a/hy/core/language.hy +++ b/hy/core/language.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/core/macros.hy b/hy/core/macros.hy index f8ce33b..824a8e5 100644 --- a/hy/core/macros.hy +++ b/hy/core/macros.hy @@ -1,5 +1,5 @@ ;;; Hy core macros -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/core/shadow.hy b/hy/core/shadow.hy index 9fae8fe..9560d97 100644 --- a/hy/core/shadow.hy +++ b/hy/core/shadow.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/errors.py b/hy/errors.py index a60b09c..7d36ab2 100644 --- a/hy/errors.py +++ b/hy/errors.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/extra/anaphoric.hy b/hy/extra/anaphoric.hy index 276f72d..602d9ef 100644 --- a/hy/extra/anaphoric.hy +++ b/hy/extra/anaphoric.hy @@ -1,5 +1,5 @@ ;;; Hy anaphoric macros -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/extra/reserved.hy b/hy/extra/reserved.hy index 3de34ea..81d8a81 100644 --- a/hy/extra/reserved.hy +++ b/hy/extra/reserved.hy @@ -1,5 +1,5 @@ ;;; Get a frozenset of Hy reserved words -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/hy/importer.py b/hy/importer.py index 5e68c61..e3cc50d 100644 --- a/hy/importer.py +++ b/hy/importer.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/lex/__init__.py b/hy/lex/__init__.py index d1bfb5e..bf82cf9 100644 --- a/hy/lex/__init__.py +++ b/hy/lex/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/lex/exceptions.py b/hy/lex/exceptions.py index 14df78b..573a8e8 100644 --- a/hy/lex/exceptions.py +++ b/hy/lex/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/lex/lexer.py b/hy/lex/lexer.py index a3fecac..14b7c88 100755 --- a/hy/lex/lexer.py +++ b/hy/lex/lexer.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/lex/parser.py b/hy/lex/parser.py index a13c793..c602734 100755 --- a/hy/lex/parser.py +++ b/hy/lex/parser.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/macros.py b/hy/macros.py index 22b0ce3..be59200 100644 --- a/hy/macros.py +++ b/hy/macros.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. import importlib diff --git a/hy/model_patterns.py b/hy/model_patterns.py index 5291768..45124ba 100644 --- a/hy/model_patterns.py +++ b/hy/model_patterns.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/hy/models.py b/hy/models.py index 2ff5efa..cf02dab 100644 --- a/hy/models.py +++ b/hy/models.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/scripts/update-coreteam.hy b/scripts/update-coreteam.hy index cc59630..6e1036f 100644 --- a/scripts/update-coreteam.hy +++ b/scripts/update-coreteam.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/setup.py b/setup.py index 4844255..54aba2b 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/compilers/test_ast.py b/tests/compilers/test_ast.py index 1f94c3f..75e9c49 100644 --- a/tests/compilers/test_ast.py +++ b/tests/compilers/test_ast.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/compilers/test_compiler.py b/tests/compilers/test_compiler.py index cbce371..bbb2970 100644 --- a/tests/compilers/test_compiler.py +++ b/tests/compilers/test_compiler.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/importer/test_importer.py b/tests/importer/test_importer.py index 1973fe8..3017d16 100644 --- a/tests/importer/test_importer.py +++ b/tests/importer/test_importer.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/importer/test_pyc.py b/tests/importer/test_pyc.py index ad37617..287e9e3 100644 --- a/tests/importer/test_pyc.py +++ b/tests/importer/test_pyc.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/macros/test_macro_processor.py b/tests/macros/test_macro_processor.py index 8644532..309ca49 100644 --- a/tests/macros/test_macro_processor.py +++ b/tests/macros/test_macro_processor.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/macros/test_tag_macros.py b/tests/macros/test_tag_macros.py index f9c4f69..51f57e8 100644 --- a/tests/macros/test_tag_macros.py +++ b/tests/macros/test_tag_macros.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/native_tests/contrib/hy_repr.hy b/tests/native_tests/contrib/hy_repr.hy index 2944d85..7867181 100644 --- a/tests/native_tests/contrib/hy_repr.hy +++ b/tests/native_tests/contrib/hy_repr.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/contrib/loop.hy b/tests/native_tests/contrib/loop.hy index 1c145b9..f5c425c 100644 --- a/tests/native_tests/contrib/loop.hy +++ b/tests/native_tests/contrib/loop.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/contrib/multi.hy b/tests/native_tests/contrib/multi.hy index 0bc3f58..ab4d85c 100644 --- a/tests/native_tests/contrib/multi.hy +++ b/tests/native_tests/contrib/multi.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/contrib/sequences.hy b/tests/native_tests/contrib/sequences.hy index 423d47d..808cf02 100644 --- a/tests/native_tests/contrib/sequences.hy +++ b/tests/native_tests/contrib/sequences.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/contrib/walk.hy b/tests/native_tests/contrib/walk.hy index a93e3bf..2e59cfe 100644 --- a/tests/native_tests/contrib/walk.hy +++ b/tests/native_tests/contrib/walk.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/core.hy b/tests/native_tests/core.hy index 496d9bb..a89eece 100644 --- a/tests/native_tests/core.hy +++ b/tests/native_tests/core.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/defclass.hy b/tests/native_tests/defclass.hy index b07e991..2563072 100644 --- a/tests/native_tests/defclass.hy +++ b/tests/native_tests/defclass.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/extra/anaphoric.hy b/tests/native_tests/extra/anaphoric.hy index f548704..e7b5fba 100644 --- a/tests/native_tests/extra/anaphoric.hy +++ b/tests/native_tests/extra/anaphoric.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/extra/reserved.hy b/tests/native_tests/extra/reserved.hy index 402549d..ca67577 100644 --- a/tests/native_tests/extra/reserved.hy +++ b/tests/native_tests/extra/reserved.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/language.hy b/tests/native_tests/language.hy index 3d1c396..c237a5a 100644 --- a/tests/native_tests/language.hy +++ b/tests/native_tests/language.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/mangling.hy b/tests/native_tests/mangling.hy index d3f6eae..832d236 100644 --- a/tests/native_tests/mangling.hy +++ b/tests/native_tests/mangling.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/mathematics.hy b/tests/native_tests/mathematics.hy index d03f956..a4a61b0 100644 --- a/tests/native_tests/mathematics.hy +++ b/tests/native_tests/mathematics.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/model_patterns.hy b/tests/native_tests/model_patterns.hy index 0e6c316..ce9b835 100644 --- a/tests/native_tests/model_patterns.hy +++ b/tests/native_tests/model_patterns.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/native_macros.hy b/tests/native_tests/native_macros.hy index 75c8816..1700b5d 100644 --- a/tests/native_tests/native_macros.hy +++ b/tests/native_tests/native_macros.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/operators.hy b/tests/native_tests/operators.hy index 990cb33..716eb77 100644 --- a/tests/native_tests/operators.hy +++ b/tests/native_tests/operators.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/py35_only_tests.hy b/tests/native_tests/py35_only_tests.hy index 680dcf8..fe17443 100644 --- a/tests/native_tests/py35_only_tests.hy +++ b/tests/native_tests/py35_only_tests.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/py36_only_tests.hy b/tests/native_tests/py36_only_tests.hy index d324a26..40de6d9 100644 --- a/tests/native_tests/py36_only_tests.hy +++ b/tests/native_tests/py36_only_tests.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/py3_only_tests.hy b/tests/native_tests/py3_only_tests.hy index 1d69546..e9fd24a 100644 --- a/tests/native_tests/py3_only_tests.hy +++ b/tests/native_tests/py3_only_tests.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/quote.hy b/tests/native_tests/quote.hy index 3b31350..84371f0 100644 --- a/tests/native_tests/quote.hy +++ b/tests/native_tests/quote.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/tag_macros.hy b/tests/native_tests/tag_macros.hy index 4fb3659..34d6592 100644 --- a/tests/native_tests/tag_macros.hy +++ b/tests/native_tests/tag_macros.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/with_decorator.hy b/tests/native_tests/with_decorator.hy index 1202eb8..68dd1fc 100644 --- a/tests/native_tests/with_decorator.hy +++ b/tests/native_tests/with_decorator.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/native_tests/with_test.hy b/tests/native_tests/with_test.hy index 6f2fc16..8a474a3 100644 --- a/tests/native_tests/with_test.hy +++ b/tests/native_tests/with_test.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/resources/argparse_ex.hy b/tests/resources/argparse_ex.hy index e6a5324..70aed9b 100755 --- a/tests/resources/argparse_ex.hy +++ b/tests/resources/argparse_ex.hy @@ -1,5 +1,5 @@ #!/usr/bin/env hy -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/resources/pydemo.hy b/tests/resources/pydemo.hy index d8a2447..e98fb6d 100644 --- a/tests/resources/pydemo.hy +++ b/tests/resources/pydemo.hy @@ -1,4 +1,4 @@ -;; Copyright 2018 the authors. +;; Copyright 2019 the authors. ;; This file is part of Hy, which is free software licensed under the Expat ;; license. See the LICENSE. diff --git a/tests/test_bin.py b/tests/test_bin.py index 6d1e10e..6336122 100644 --- a/tests/test_bin.py +++ b/tests/test_bin.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/test_hy2py.py b/tests/test_hy2py.py index 6bb0786..6428eef 100644 --- a/tests/test_hy2py.py +++ b/tests/test_hy2py.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/test_lex.py b/tests/test_lex.py index 2e68876..19da88b 100644 --- a/tests/test_lex.py +++ b/tests/test_lex.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE. diff --git a/tests/test_models.py b/tests/test_models.py index ddd00de..fd1b615 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -1,4 +1,4 @@ -# Copyright 2018 the authors. +# Copyright 2019 the authors. # This file is part of Hy, which is free software licensed under the Expat # license. See the LICENSE.