diff --git a/LICENSE.txt b/LICENSE.txt index f8e631f..9603fca 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/conftest.py b/tests/conftest.py index 23787a6..f5ef993 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/fixtures/nrf51.rs.jinja b/tests/fixtures/nrf51.rs.jinja index 3904f3b..40a4b7e 100644 --- a/tests/fixtures/nrf51.rs.jinja +++ b/tests/fixtures/nrf51.rs.jinja @@ -1,6 +1,6 @@ {#- The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/test_build_automation_c.py b/tests/test_build_automation_c.py index 6ac5317..27839fe 100644 --- a/tests/test_build_automation_c.py +++ b/tests/test_build_automation_c.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/test_cli.py b/tests/test_cli.py index 8d8e6af..26f62ab 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/test_filters.py b/tests/test_filters.py index bd8450e..62018df 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/test_parsers_svd.py b/tests/test_parsers_svd.py index 6988e73..c61aee6 100644 --- a/tests/test_parsers_svd.py +++ b/tests/test_parsers_svd.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/tests/test_template_variables.py b/tests/test_template_variables.py index f7c88c1..4d1deb3 100644 --- a/tests/test_template_variables.py +++ b/tests/test_template_variables.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/__init__.py b/yasha/__init__.py index 175e371..710fcfd 100644 --- a/yasha/__init__.py +++ b/yasha/__init__.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/classes.py b/yasha/classes.py index f6dbe7f..d52c901 100644 --- a/yasha/classes.py +++ b/yasha/classes.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/cli.py b/yasha/cli.py index 40f56a0..3ba4168 100644 --- a/yasha/cli.py +++ b/yasha/cli.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/cmsis.py b/yasha/cmsis.py index b743be8..a648f10 100644 --- a/yasha/cmsis.py +++ b/yasha/cmsis.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/filters.py b/yasha/filters.py index 9e95351..6d26ba7 100644 --- a/yasha/filters.py +++ b/yasha/filters.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/parsers.py b/yasha/parsers.py index ecf718d..096c953 100644 --- a/yasha/parsers.py +++ b/yasha/parsers.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/scons.py b/yasha/scons.py index b2406d9..ce23f3a 100644 --- a/yasha/scons.py +++ b/yasha/scons.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/tests.py b/yasha/tests.py index 9a32cc0..5e788c0 100644 --- a/yasha/tests.py +++ b/yasha/tests.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist 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/yasha/yasha.py b/yasha/yasha.py index 6fd929a..9d5c229 100644 --- a/yasha/yasha.py +++ b/yasha/yasha.py @@ -1,7 +1,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Kim Blomqvist +Copyright (c) 2015-2021 Kim Blomqvist Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal