diff --git a/.idea/copyright/Apache_License__Version_2_0.xml b/.idea/copyright/Apache_License__Version_2_0.xml index 893ada61a7..34853bafd0 100644 --- a/.idea/copyright/Apache_License__Version_2_0.xml +++ b/.idea/copyright/Apache_License__Version_2_0.xml @@ -1,9 +1,6 @@ - \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f352b769b5..3a36fc75bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Please carefully follow the whitespace and formatting conventions already presen ## Add Apache license header to all new classes ```ruby # Cloud Foundry Java Buildpack -# Copyright 2013-2016 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -64,10 +64,10 @@ Always check the date range in the license header. For example, if you've modifi # Copyright 2013 the original author or authors. ``` -then be sure to update it to 2016 appropriately +then be sure to update it to 2020 appropriately ```ruby - # Copyright 2013-2016 the original author or authors. + # Copyright 2013-2020 the original author or authors. ``` ## Submit RSpec test cases for all behavior changes diff --git a/Rakefile b/Rakefile index 715d723e40..d5a096ac18 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/compile b/bin/compile index be7589efc4..c0bf2ab8c4 100755 --- a/bin/compile +++ b/bin/compile @@ -2,7 +2,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/detect b/bin/detect index 44d43d71af..e0afc6f79e 100755 --- a/bin/detect +++ b/bin/detect @@ -2,7 +2,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/finalize b/bin/finalize index 2a0330f27e..4fa83c2f1c 100755 --- a/bin/finalize +++ b/bin/finalize @@ -2,7 +2,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/release b/bin/release index d301964313..95107caed4 100755 --- a/bin/release +++ b/bin/release @@ -2,7 +2,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/auto-merge.sh b/ci/auto-merge.sh index b60c842e3c..7437d2654c 100755 --- a/ci/auto-merge.sh +++ b/ci/auto-merge.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/auto-merge.yml b/ci/auto-merge.yml index eed658e8de..a1fbfe2625 100644 --- a/ci/auto-merge.yml +++ b/ci/auto-merge.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/package-test.sh b/ci/package-test.sh index 3731327739..e50addeb73 100755 --- a/ci/package-test.sh +++ b/ci/package-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/package-test.yml b/ci/package-test.yml index fb2800e729..733e14ebf5 100644 --- a/ci/package-test.yml +++ b/ci/package-test.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/unit-test.sh b/ci/unit-test.sh index df68193a40..bcfd1c4e9e 100755 --- a/ci/unit-test.sh +++ b/ci/unit-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/unit-test.yml b/ci/unit-test.yml index bf6d15e328..b367ff13be 100644 --- a/ci/unit-test.yml +++ b/ci/unit-test.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions-json.sh b/ci/versions-json.sh index b8572ae50b..ae6b06888e 100755 --- a/ci/versions-json.sh +++ b/ci/versions-json.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions-json.yml b/ci/versions-json.yml index 227f62b451..69f283fa3d 100644 --- a/ci/versions-json.yml +++ b/ci/versions-json.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions-markdown.sh b/ci/versions-markdown.sh index 7b737cb001..f4d377a639 100755 --- a/ci/versions-markdown.sh +++ b/ci/versions-markdown.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions-markdown.yml b/ci/versions-markdown.yml index cc3a5262de..e8b68817f9 100644 --- a/ci/versions-markdown.yml +++ b/ci/versions-markdown.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions-yaml.sh b/ci/versions-yaml.sh index 38c0445efd..14edffeb4c 100755 --- a/ci/versions-yaml.sh +++ b/ci/versions-yaml.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions-yaml.yml b/ci/versions-yaml.yml index e6699ae557..46c45eb6aa 100644 --- a/ci/versions-yaml.yml +++ b/ci/versions-yaml.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions.sh b/ci/versions.sh index 982ce74cef..9c12787162 100755 --- a/ci/versions.sh +++ b/ci/versions.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ci/versions.yml b/ci/versions.yml index f644e51e40..4a0401f01a 100644 --- a/ci/versions.yml +++ b/ci/versions.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/app_dynamics_agent.yml b/config/app_dynamics_agent.yml index 20eb279456..94ce3b8bc3 100644 --- a/config/app_dynamics_agent.yml +++ b/config/app_dynamics_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/aspectj_weaver_agent.yml b/config/aspectj_weaver_agent.yml index 891c9ff1d7..5fdc234969 100644 --- a/config/aspectj_weaver_agent.yml +++ b/config/aspectj_weaver_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/azure_application_insights_agent.yml b/config/azure_application_insights_agent.yml index c1e51023ca..1827271bcd 100644 --- a/config/azure_application_insights_agent.yml +++ b/config/azure_application_insights_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/cache.yml b/config/cache.yml index e2b48f092b..9f2be8f19f 100644 --- a/config/cache.yml +++ b/config/cache.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/client_certificate_mapper.yml b/config/client_certificate_mapper.yml index ea60acd0b3..a306eaba03 100644 --- a/config/client_certificate_mapper.yml +++ b/config/client_certificate_mapper.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/components.yml b/config/components.yml index 72d10418a7..660135685b 100644 --- a/config/components.yml +++ b/config/components.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/container_customizer.yml b/config/container_customizer.yml index 4a62ca1bec..cfa6e00b5b 100644 --- a/config/container_customizer.yml +++ b/config/container_customizer.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/container_security_provider.yml b/config/container_security_provider.yml index 912a43a109..f4d88d84fe 100644 --- a/config/container_security_provider.yml +++ b/config/container_security_provider.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/contrast_security_agent.yml b/config/contrast_security_agent.yml index e3fd6bf7db..09568052b5 100644 --- a/config/contrast_security_agent.yml +++ b/config/contrast_security_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/debug.yml b/config/debug.yml index 8883a8d3c0..186de94881 100644 --- a/config/debug.yml +++ b/config/debug.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/dynatrace_appmon_agent.yml b/config/dynatrace_appmon_agent.yml index 7849ebd7ed..79126c66a3 100644 --- a/config/dynatrace_appmon_agent.yml +++ b/config/dynatrace_appmon_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/elastic_apm_agent.yml b/config/elastic_apm_agent.yml index c41ace3ffa..e9db8ffcf9 100644 --- a/config/elastic_apm_agent.yml +++ b/config/elastic_apm_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2018 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/google_stackdriver_debugger.yml b/config/google_stackdriver_debugger.yml index 99814bb547..8c4a521661 100644 --- a/config/google_stackdriver_debugger.yml +++ b/config/google_stackdriver_debugger.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/google_stackdriver_profiler.yml b/config/google_stackdriver_profiler.yml index 5ec94f84a7..470051e04e 100644 --- a/config/google_stackdriver_profiler.yml +++ b/config/google_stackdriver_profiler.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/groovy.yml b/config/groovy.yml index 649c9d3a78..bd697ccd6e 100644 --- a/config/groovy.yml +++ b/config/groovy.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/ibm_jre.yml b/config/ibm_jre.yml index 94acccde88..39b5c3d944 100644 --- a/config/ibm_jre.yml +++ b/config/ibm_jre.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2017 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/introscope_agent.yml b/config/introscope_agent.yml index 6740730d70..70f69b547d 100644 --- a/config/introscope_agent.yml +++ b/config/introscope_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/jacoco_agent.yml b/config/jacoco_agent.yml index 449a4142d7..d26b0bec05 100644 --- a/config/jacoco_agent.yml +++ b/config/jacoco_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2017 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/java_main.yml b/config/java_main.yml index 481d771fc4..bcd986be62 100644 --- a/config/java_main.yml +++ b/config/java_main.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/java_memory_assistant.yml b/config/java_memory_assistant.yml index c4604fd873..2f94cf408a 100644 --- a/config/java_memory_assistant.yml +++ b/config/java_memory_assistant.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/java_opts.yml b/config/java_opts.yml index 1fd2f7e1ca..60a38d8b7d 100644 --- a/config/java_opts.yml +++ b/config/java_opts.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/jmx.yml b/config/jmx.yml index 68b365c2d5..12b75b24b3 100644 --- a/config/jmx.yml +++ b/config/jmx.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/jprofiler_profiler.yml b/config/jprofiler_profiler.yml index 1fed02e236..953b0cca0b 100644 --- a/config/jprofiler_profiler.yml +++ b/config/jprofiler_profiler.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/jrebel_agent.yml b/config/jrebel_agent.yml index 78c1c69703..fd197b69eb 100644 --- a/config/jrebel_agent.yml +++ b/config/jrebel_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/logging.yml b/config/logging.yml index 19dd8c9c86..1bb256393f 100644 --- a/config/logging.yml +++ b/config/logging.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/luna_security_provider.yml b/config/luna_security_provider.yml index ae3e7806de..352b8265eb 100644 --- a/config/luna_security_provider.yml +++ b/config/luna_security_provider.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/maria_db_jdbc.yml b/config/maria_db_jdbc.yml index 8d47924223..d13bf8d749 100644 --- a/config/maria_db_jdbc.yml +++ b/config/maria_db_jdbc.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/metric_writer.yml b/config/metric_writer.yml index 7a96b43a96..7d833ef384 100644 --- a/config/metric_writer.yml +++ b/config/metric_writer.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/new_relic_agent.yml b/config/new_relic_agent.yml index 1de53a56b5..1e36268f01 100644 --- a/config/new_relic_agent.yml +++ b/config/new_relic_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/open_jdk_jre.yml b/config/open_jdk_jre.yml index d6d2611a7a..29947ec635 100644 --- a/config/open_jdk_jre.yml +++ b/config/open_jdk_jre.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/oracle_jre.yml b/config/oracle_jre.yml index dd383e409a..df91cc2e26 100644 --- a/config/oracle_jre.yml +++ b/config/oracle_jre.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/postgresql_jdbc.yml b/config/postgresql_jdbc.yml index 885af2a046..2238a6ba0c 100644 --- a/config/postgresql_jdbc.yml +++ b/config/postgresql_jdbc.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/protect_app_security_provider.yml b/config/protect_app_security_provider.yml index 4f4b0b79e5..2f65c2475d 100644 --- a/config/protect_app_security_provider.yml +++ b/config/protect_app_security_provider.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2016 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/repository.yml b/config/repository.yml index 4951f18507..8ec03e178a 100644 --- a/config/repository.yml +++ b/config/repository.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/riverbed_appinternals_agent.yml b/config/riverbed_appinternals_agent.yml index 27b5ff97b9..ba0ad4f3eb 100644 --- a/config/riverbed_appinternals_agent.yml +++ b/config/riverbed_appinternals_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/sap_machine_jre.yml b/config/sap_machine_jre.yml index a69a06032a..ef8fb554fb 100644 --- a/config/sap_machine_jre.yml +++ b/config/sap_machine_jre.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2018 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/sky_walking_agent.yml b/config/sky_walking_agent.yml index 1ac44a211c..7ca9923f7d 100644 --- a/config/sky_walking_agent.yml +++ b/config/sky_walking_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/spring_auto_reconfiguration.yml b/config/spring_auto_reconfiguration.yml index 9825c39179..14e976bff7 100644 --- a/config/spring_auto_reconfiguration.yml +++ b/config/spring_auto_reconfiguration.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/spring_boot_cli.yml b/config/spring_boot_cli.yml index c7d35462c8..54d4c8c5bd 100644 --- a/config/spring_boot_cli.yml +++ b/config/spring_boot_cli.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/takipi_agent.yml b/config/takipi_agent.yml index cda0be6cfb..dd8407034e 100644 --- a/config/takipi_agent.yml +++ b/config/takipi_agent.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/tomcat.yml b/config/tomcat.yml index 8a38110674..bd31372868 100644 --- a/config/tomcat.yml +++ b/config/tomcat.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/your_kit_profiler.yml b/config/your_kit_profiler.yml index 3a4a77419d..8384316fe7 100644 --- a/config/your_kit_profiler.yml +++ b/config/your_kit_profiler.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/zulu_jre.yml b/config/zulu_jre.yml index 91742dca29..231b659ccb 100755 --- a/config/zulu_jre.yml +++ b/config/zulu_jre.yml @@ -1,5 +1,5 @@ # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack.rb b/lib/java_buildpack.rb index ed3243e83f..aa7f6e6e60 100644 --- a/lib/java_buildpack.rb +++ b/lib/java_buildpack.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/buildpack.rb b/lib/java_buildpack/buildpack.rb index 03aea901f9..a06a3d4049 100644 --- a/lib/java_buildpack/buildpack.rb +++ b/lib/java_buildpack/buildpack.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/buildpack_version.rb b/lib/java_buildpack/buildpack_version.rb index ef19274751..76501b7f5c 100644 --- a/lib/java_buildpack/buildpack_version.rb +++ b/lib/java_buildpack/buildpack_version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component.rb b/lib/java_buildpack/component.rb index 512d16ff55..4dce9ef091 100644 --- a/lib/java_buildpack/component.rb +++ b/lib/java_buildpack/component.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/additional_libraries.rb b/lib/java_buildpack/component/additional_libraries.rb index e466be8edc..81ae6fc231 100644 --- a/lib/java_buildpack/component/additional_libraries.rb +++ b/lib/java_buildpack/component/additional_libraries.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/application.rb b/lib/java_buildpack/component/application.rb index 20c5da5416..8dfb78409a 100644 --- a/lib/java_buildpack/component/application.rb +++ b/lib/java_buildpack/component/application.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/base_component.rb b/lib/java_buildpack/component/base_component.rb index 6af4d74517..2f43e3d565 100644 --- a/lib/java_buildpack/component/base_component.rb +++ b/lib/java_buildpack/component/base_component.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/droplet.rb b/lib/java_buildpack/component/droplet.rb index 181c01507d..d570f2e49e 100644 --- a/lib/java_buildpack/component/droplet.rb +++ b/lib/java_buildpack/component/droplet.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/environment_variables.rb b/lib/java_buildpack/component/environment_variables.rb index 1789bc51fc..a8ca815b53 100644 --- a/lib/java_buildpack/component/environment_variables.rb +++ b/lib/java_buildpack/component/environment_variables.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/extension_directories.rb b/lib/java_buildpack/component/extension_directories.rb index 5d419dfef1..836ee8d097 100644 --- a/lib/java_buildpack/component/extension_directories.rb +++ b/lib/java_buildpack/component/extension_directories.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/immutable_java_home.rb b/lib/java_buildpack/component/immutable_java_home.rb index fc7aac42c5..7619dc3f08 100644 --- a/lib/java_buildpack/component/immutable_java_home.rb +++ b/lib/java_buildpack/component/immutable_java_home.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/java_opts.rb b/lib/java_buildpack/component/java_opts.rb index 15fdabdf7b..1dee29c665 100644 --- a/lib/java_buildpack/component/java_opts.rb +++ b/lib/java_buildpack/component/java_opts.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/modular_component.rb b/lib/java_buildpack/component/modular_component.rb index afe5b2dfce..e718603867 100644 --- a/lib/java_buildpack/component/modular_component.rb +++ b/lib/java_buildpack/component/modular_component.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/mutable_java_home.rb b/lib/java_buildpack/component/mutable_java_home.rb index 6152a19c12..48b7a4bd92 100644 --- a/lib/java_buildpack/component/mutable_java_home.rb +++ b/lib/java_buildpack/component/mutable_java_home.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/networking.rb b/lib/java_buildpack/component/networking.rb index abbe922fd3..92b29f7779 100644 --- a/lib/java_buildpack/component/networking.rb +++ b/lib/java_buildpack/component/networking.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/root_libraries.rb b/lib/java_buildpack/component/root_libraries.rb index bc378ca6ad..dfd44d20e2 100644 --- a/lib/java_buildpack/component/root_libraries.rb +++ b/lib/java_buildpack/component/root_libraries.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/security_providers.rb b/lib/java_buildpack/component/security_providers.rb index c9388ee9a3..f2e98503ef 100644 --- a/lib/java_buildpack/component/security_providers.rb +++ b/lib/java_buildpack/component/security_providers.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/services.rb b/lib/java_buildpack/component/services.rb index 7c8a55a386..c5759df462 100644 --- a/lib/java_buildpack/component/services.rb +++ b/lib/java_buildpack/component/services.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/component/versioned_dependency_component.rb b/lib/java_buildpack/component/versioned_dependency_component.rb index 0ca0faea51..545390574f 100644 --- a/lib/java_buildpack/component/versioned_dependency_component.rb +++ b/lib/java_buildpack/component/versioned_dependency_component.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container.rb b/lib/java_buildpack/container.rb index 73287ff7ba..ae680f7768 100644 --- a/lib/java_buildpack/container.rb +++ b/lib/java_buildpack/container.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/dist_zip.rb b/lib/java_buildpack/container/dist_zip.rb index 88439d49dc..0a2c3190a1 100644 --- a/lib/java_buildpack/container/dist_zip.rb +++ b/lib/java_buildpack/container/dist_zip.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/dist_zip_like.rb b/lib/java_buildpack/container/dist_zip_like.rb index 60ae1997c5..d38d3aded3 100644 --- a/lib/java_buildpack/container/dist_zip_like.rb +++ b/lib/java_buildpack/container/dist_zip_like.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/groovy.rb b/lib/java_buildpack/container/groovy.rb index 54fdd84a81..a60de4040f 100644 --- a/lib/java_buildpack/container/groovy.rb +++ b/lib/java_buildpack/container/groovy.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/java_main.rb b/lib/java_buildpack/container/java_main.rb index d312f61815..9a1896f9bc 100644 --- a/lib/java_buildpack/container/java_main.rb +++ b/lib/java_buildpack/container/java_main.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/play_framework.rb b/lib/java_buildpack/container/play_framework.rb index fe56c78757..cdb3bd26b3 100644 --- a/lib/java_buildpack/container/play_framework.rb +++ b/lib/java_buildpack/container/play_framework.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/ratpack.rb b/lib/java_buildpack/container/ratpack.rb index 2ee28e719d..8f6858f4f0 100644 --- a/lib/java_buildpack/container/ratpack.rb +++ b/lib/java_buildpack/container/ratpack.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/spring_boot.rb b/lib/java_buildpack/container/spring_boot.rb index 0bc7ad293d..ada6321aac 100644 --- a/lib/java_buildpack/container/spring_boot.rb +++ b/lib/java_buildpack/container/spring_boot.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/spring_boot_cli.rb b/lib/java_buildpack/container/spring_boot_cli.rb index 838eb30b47..54a78e4519 100644 --- a/lib/java_buildpack/container/spring_boot_cli.rb +++ b/lib/java_buildpack/container/spring_boot_cli.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat.rb b/lib/java_buildpack/container/tomcat.rb index 12dd509b14..43a787a818 100644 --- a/lib/java_buildpack/container/tomcat.rb +++ b/lib/java_buildpack/container/tomcat.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_access_logging_support.rb b/lib/java_buildpack/container/tomcat/tomcat_access_logging_support.rb index 113ce6e3e8..96e910da1f 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_access_logging_support.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_access_logging_support.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_external_configuration.rb b/lib/java_buildpack/container/tomcat/tomcat_external_configuration.rb index 65d3f43886..8cec475e6f 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_external_configuration.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_external_configuration.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_geode_store.rb b/lib/java_buildpack/container/tomcat/tomcat_geode_store.rb index f7166a020b..406bcc384d 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_geode_store.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_geode_store.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_insight_support.rb b/lib/java_buildpack/container/tomcat/tomcat_insight_support.rb index 4ae3e37fe1..fe6bbe0a68 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_insight_support.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_insight_support.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_instance.rb b/lib/java_buildpack/container/tomcat/tomcat_instance.rb index 58554062af..cd78ae1df4 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_instance.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_instance.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_lifecycle_support.rb b/lib/java_buildpack/container/tomcat/tomcat_lifecycle_support.rb index 74b0a8709d..c3c7c09c78 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_lifecycle_support.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_lifecycle_support.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_logging_support.rb b/lib/java_buildpack/container/tomcat/tomcat_logging_support.rb index 10deced444..93c4c1e9ed 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_logging_support.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_logging_support.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_redis_store.rb b/lib/java_buildpack/container/tomcat/tomcat_redis_store.rb index 99decee039..a60d1633c3 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_redis_store.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_redis_store.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_setenv.rb b/lib/java_buildpack/container/tomcat/tomcat_setenv.rb index 915af92806..a91e9e9824 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_setenv.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_setenv.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/container/tomcat/tomcat_utils.rb b/lib/java_buildpack/container/tomcat/tomcat_utils.rb index d46e8fa47b..a7ee0ad48c 100644 --- a/lib/java_buildpack/container/tomcat/tomcat_utils.rb +++ b/lib/java_buildpack/container/tomcat/tomcat_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework.rb b/lib/java_buildpack/framework.rb index 01345bb049..43da670f97 100644 --- a/lib/java_buildpack/framework.rb +++ b/lib/java_buildpack/framework.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/app_dynamics_agent.rb b/lib/java_buildpack/framework/app_dynamics_agent.rb index 1e00c4312c..39dae9badb 100644 --- a/lib/java_buildpack/framework/app_dynamics_agent.rb +++ b/lib/java_buildpack/framework/app_dynamics_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/aspectj_weaver_agent.rb b/lib/java_buildpack/framework/aspectj_weaver_agent.rb index d0b0e16866..e49ae0d688 100644 --- a/lib/java_buildpack/framework/aspectj_weaver_agent.rb +++ b/lib/java_buildpack/framework/aspectj_weaver_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/azure_application_insights_agent.rb b/lib/java_buildpack/framework/azure_application_insights_agent.rb index ac14170029..f47d21527f 100644 --- a/lib/java_buildpack/framework/azure_application_insights_agent.rb +++ b/lib/java_buildpack/framework/azure_application_insights_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/client_certificate_mapper.rb b/lib/java_buildpack/framework/client_certificate_mapper.rb index 0b0b0ba8ea..599d3a6ba2 100644 --- a/lib/java_buildpack/framework/client_certificate_mapper.rb +++ b/lib/java_buildpack/framework/client_certificate_mapper.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/container_customizer.rb b/lib/java_buildpack/framework/container_customizer.rb index a1c6fc731b..044079877e 100644 --- a/lib/java_buildpack/framework/container_customizer.rb +++ b/lib/java_buildpack/framework/container_customizer.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/container_security_provider.rb b/lib/java_buildpack/framework/container_security_provider.rb index 7df14d6c37..fd98af2cdd 100644 --- a/lib/java_buildpack/framework/container_security_provider.rb +++ b/lib/java_buildpack/framework/container_security_provider.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/contrast_security_agent.rb b/lib/java_buildpack/framework/contrast_security_agent.rb index f2fc4ab379..9d5d3fb63c 100644 --- a/lib/java_buildpack/framework/contrast_security_agent.rb +++ b/lib/java_buildpack/framework/contrast_security_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/debug.rb b/lib/java_buildpack/framework/debug.rb index ba497e03ec..fe13734b2a 100644 --- a/lib/java_buildpack/framework/debug.rb +++ b/lib/java_buildpack/framework/debug.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/dynatrace_appmon_agent.rb b/lib/java_buildpack/framework/dynatrace_appmon_agent.rb index b1f65f10ff..d19a71ddb6 100644 --- a/lib/java_buildpack/framework/dynatrace_appmon_agent.rb +++ b/lib/java_buildpack/framework/dynatrace_appmon_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/dynatrace_one_agent.rb b/lib/java_buildpack/framework/dynatrace_one_agent.rb index cb1785484d..adb83b3bea 100644 --- a/lib/java_buildpack/framework/dynatrace_one_agent.rb +++ b/lib/java_buildpack/framework/dynatrace_one_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/elastic_apm_agent.rb b/lib/java_buildpack/framework/elastic_apm_agent.rb index 6199385c3b..fb25d05775 100644 --- a/lib/java_buildpack/framework/elastic_apm_agent.rb +++ b/lib/java_buildpack/framework/elastic_apm_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2018 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/google_stackdriver_debugger.rb b/lib/java_buildpack/framework/google_stackdriver_debugger.rb index cedbd80f91..e8e519cbd8 100644 --- a/lib/java_buildpack/framework/google_stackdriver_debugger.rb +++ b/lib/java_buildpack/framework/google_stackdriver_debugger.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/google_stackdriver_profiler.rb b/lib/java_buildpack/framework/google_stackdriver_profiler.rb index be7239b919..8be7fa6f7f 100644 --- a/lib/java_buildpack/framework/google_stackdriver_profiler.rb +++ b/lib/java_buildpack/framework/google_stackdriver_profiler.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/introscope_agent.rb b/lib/java_buildpack/framework/introscope_agent.rb index 75abbc32f5..25503d69e8 100644 --- a/lib/java_buildpack/framework/introscope_agent.rb +++ b/lib/java_buildpack/framework/introscope_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/jacoco_agent.rb b/lib/java_buildpack/framework/jacoco_agent.rb index bf4455cfeb..e585776b85 100644 --- a/lib/java_buildpack/framework/jacoco_agent.rb +++ b/lib/java_buildpack/framework/jacoco_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2017 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/java_memory_assistant.rb b/lib/java_buildpack/framework/java_memory_assistant.rb index d5e9000bb5..a9bddea2b9 100644 --- a/lib/java_buildpack/framework/java_memory_assistant.rb +++ b/lib/java_buildpack/framework/java_memory_assistant.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/java_memory_assistant/agent.rb b/lib/java_buildpack/framework/java_memory_assistant/agent.rb index 7e5b4bab70..89054fc542 100644 --- a/lib/java_buildpack/framework/java_memory_assistant/agent.rb +++ b/lib/java_buildpack/framework/java_memory_assistant/agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/java_memory_assistant/clean_up.rb b/lib/java_buildpack/framework/java_memory_assistant/clean_up.rb index 02864a8965..aa5c6acff1 100644 --- a/lib/java_buildpack/framework/java_memory_assistant/clean_up.rb +++ b/lib/java_buildpack/framework/java_memory_assistant/clean_up.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/java_memory_assistant/heap_dump_folder.rb b/lib/java_buildpack/framework/java_memory_assistant/heap_dump_folder.rb index 1dc93c9713..dcdcb0dd2a 100644 --- a/lib/java_buildpack/framework/java_memory_assistant/heap_dump_folder.rb +++ b/lib/java_buildpack/framework/java_memory_assistant/heap_dump_folder.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/java_opts.rb b/lib/java_buildpack/framework/java_opts.rb index 2c4d3b28eb..373ca796c7 100644 --- a/lib/java_buildpack/framework/java_opts.rb +++ b/lib/java_buildpack/framework/java_opts.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/java_security.rb b/lib/java_buildpack/framework/java_security.rb index 40aeac999b..3f58245a32 100644 --- a/lib/java_buildpack/framework/java_security.rb +++ b/lib/java_buildpack/framework/java_security.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/jmx.rb b/lib/java_buildpack/framework/jmx.rb index 65da1f0f11..47171d88f1 100644 --- a/lib/java_buildpack/framework/jmx.rb +++ b/lib/java_buildpack/framework/jmx.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/jprofiler_profiler.rb b/lib/java_buildpack/framework/jprofiler_profiler.rb index 561d382658..71e942beb0 100644 --- a/lib/java_buildpack/framework/jprofiler_profiler.rb +++ b/lib/java_buildpack/framework/jprofiler_profiler.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/jrebel_agent.rb b/lib/java_buildpack/framework/jrebel_agent.rb index d1e510da37..1b09fa3ed0 100644 --- a/lib/java_buildpack/framework/jrebel_agent.rb +++ b/lib/java_buildpack/framework/jrebel_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/luna_security_provider.rb b/lib/java_buildpack/framework/luna_security_provider.rb index cdfac61140..748320b50c 100644 --- a/lib/java_buildpack/framework/luna_security_provider.rb +++ b/lib/java_buildpack/framework/luna_security_provider.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/maria_db_jdbc.rb b/lib/java_buildpack/framework/maria_db_jdbc.rb index db8806abe8..628010d1e7 100644 --- a/lib/java_buildpack/framework/maria_db_jdbc.rb +++ b/lib/java_buildpack/framework/maria_db_jdbc.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/metric_writer.rb b/lib/java_buildpack/framework/metric_writer.rb index 6dd251ac74..5eb68a5162 100644 --- a/lib/java_buildpack/framework/metric_writer.rb +++ b/lib/java_buildpack/framework/metric_writer.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/multi_buildpack.rb b/lib/java_buildpack/framework/multi_buildpack.rb index 0da03820c7..0367e3bc87 100644 --- a/lib/java_buildpack/framework/multi_buildpack.rb +++ b/lib/java_buildpack/framework/multi_buildpack.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/new_relic_agent.rb b/lib/java_buildpack/framework/new_relic_agent.rb index f3d21d25c0..8aa764276d 100644 --- a/lib/java_buildpack/framework/new_relic_agent.rb +++ b/lib/java_buildpack/framework/new_relic_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/postgresql_jdbc.rb b/lib/java_buildpack/framework/postgresql_jdbc.rb index 576edf45eb..71c4846432 100644 --- a/lib/java_buildpack/framework/postgresql_jdbc.rb +++ b/lib/java_buildpack/framework/postgresql_jdbc.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/protect_app_security_provider.rb b/lib/java_buildpack/framework/protect_app_security_provider.rb index 583080212f..b2a0c5eadb 100644 --- a/lib/java_buildpack/framework/protect_app_security_provider.rb +++ b/lib/java_buildpack/framework/protect_app_security_provider.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2016 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/riverbed_appinternals_agent.rb b/lib/java_buildpack/framework/riverbed_appinternals_agent.rb index 4167c440a6..f8e832f45d 100644 --- a/lib/java_buildpack/framework/riverbed_appinternals_agent.rb +++ b/lib/java_buildpack/framework/riverbed_appinternals_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/seeker_security_provider.rb b/lib/java_buildpack/framework/seeker_security_provider.rb index c45f5619ed..face7bc672 100644 --- a/lib/java_buildpack/framework/seeker_security_provider.rb +++ b/lib/java_buildpack/framework/seeker_security_provider.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2017 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/sky_walking_agent.rb b/lib/java_buildpack/framework/sky_walking_agent.rb index 527a61fcb6..8e0ba3bef1 100644 --- a/lib/java_buildpack/framework/sky_walking_agent.rb +++ b/lib/java_buildpack/framework/sky_walking_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/spring_auto_reconfiguration.rb b/lib/java_buildpack/framework/spring_auto_reconfiguration.rb index 00e9651f09..295417371b 100644 --- a/lib/java_buildpack/framework/spring_auto_reconfiguration.rb +++ b/lib/java_buildpack/framework/spring_auto_reconfiguration.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/spring_insight.rb b/lib/java_buildpack/framework/spring_insight.rb index 5f3deae416..9adcf32548 100644 --- a/lib/java_buildpack/framework/spring_insight.rb +++ b/lib/java_buildpack/framework/spring_insight.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/takipi_agent.rb b/lib/java_buildpack/framework/takipi_agent.rb index b50deffa17..4199455940 100644 --- a/lib/java_buildpack/framework/takipi_agent.rb +++ b/lib/java_buildpack/framework/takipi_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/framework/your_kit_profiler.rb b/lib/java_buildpack/framework/your_kit_profiler.rb index db7f6dfd9d..1d648f0ba3 100644 --- a/lib/java_buildpack/framework/your_kit_profiler.rb +++ b/lib/java_buildpack/framework/your_kit_profiler.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre.rb b/lib/java_buildpack/jre.rb index 4f69bd76ff..44ee90454b 100644 --- a/lib/java_buildpack/jre.rb +++ b/lib/java_buildpack/jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/graal_vm_jre.rb b/lib/java_buildpack/jre/graal_vm_jre.rb index debaccb0eb..3623238579 100644 --- a/lib/java_buildpack/jre/graal_vm_jre.rb +++ b/lib/java_buildpack/jre/graal_vm_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2018 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/ibm_jre.rb b/lib/java_buildpack/jre/ibm_jre.rb index ed5dc81e95..cc64e2dac0 100644 --- a/lib/java_buildpack/jre/ibm_jre.rb +++ b/lib/java_buildpack/jre/ibm_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2017 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/ibm_jre_initializer.rb b/lib/java_buildpack/jre/ibm_jre_initializer.rb index 09120ed9b0..57de71f64f 100644 --- a/lib/java_buildpack/jre/ibm_jre_initializer.rb +++ b/lib/java_buildpack/jre/ibm_jre_initializer.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2017 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/jvmkill_agent.rb b/lib/java_buildpack/jre/jvmkill_agent.rb index 0438748bf2..e4897bd972 100644 --- a/lib/java_buildpack/jre/jvmkill_agent.rb +++ b/lib/java_buildpack/jre/jvmkill_agent.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2016 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/open_jdk_jre.rb b/lib/java_buildpack/jre/open_jdk_jre.rb index 9ff5ce4d27..7f962d119c 100644 --- a/lib/java_buildpack/jre/open_jdk_jre.rb +++ b/lib/java_buildpack/jre/open_jdk_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/open_jdk_like.rb b/lib/java_buildpack/jre/open_jdk_like.rb index 5b4fa3e1ef..9cdd7aa68f 100644 --- a/lib/java_buildpack/jre/open_jdk_like.rb +++ b/lib/java_buildpack/jre/open_jdk_like.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/open_jdk_like_jre.rb b/lib/java_buildpack/jre/open_jdk_like_jre.rb index b5ea6fa41c..eb41fe2562 100644 --- a/lib/java_buildpack/jre/open_jdk_like_jre.rb +++ b/lib/java_buildpack/jre/open_jdk_like_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/open_jdk_like_memory_calculator.rb b/lib/java_buildpack/jre/open_jdk_like_memory_calculator.rb index 70c08f0b17..c760538294 100644 --- a/lib/java_buildpack/jre/open_jdk_like_memory_calculator.rb +++ b/lib/java_buildpack/jre/open_jdk_like_memory_calculator.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/open_jdk_like_security_providers.rb b/lib/java_buildpack/jre/open_jdk_like_security_providers.rb index 31872049c3..75b2a443a7 100644 --- a/lib/java_buildpack/jre/open_jdk_like_security_providers.rb +++ b/lib/java_buildpack/jre/open_jdk_like_security_providers.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/oracle_jre.rb b/lib/java_buildpack/jre/oracle_jre.rb index a1312219c4..b229a6a3bf 100644 --- a/lib/java_buildpack/jre/oracle_jre.rb +++ b/lib/java_buildpack/jre/oracle_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/sap_machine_jre.rb b/lib/java_buildpack/jre/sap_machine_jre.rb index 87770883fb..73243d0564 100644 --- a/lib/java_buildpack/jre/sap_machine_jre.rb +++ b/lib/java_buildpack/jre/sap_machine_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2018 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/jre/zulu_jre.rb b/lib/java_buildpack/jre/zulu_jre.rb index 44704181c1..ab5067162b 100755 --- a/lib/java_buildpack/jre/zulu_jre.rb +++ b/lib/java_buildpack/jre/zulu_jre.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2016 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/logging.rb b/lib/java_buildpack/logging.rb index 58958e0c09..cf4f1f41c5 100644 --- a/lib/java_buildpack/logging.rb +++ b/lib/java_buildpack/logging.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/logging/delegating_logger.rb b/lib/java_buildpack/logging/delegating_logger.rb index b2ce8dff31..070e1db734 100644 --- a/lib/java_buildpack/logging/delegating_logger.rb +++ b/lib/java_buildpack/logging/delegating_logger.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/logging/logger_factory.rb b/lib/java_buildpack/logging/logger_factory.rb index 503308d857..4eccbde561 100644 --- a/lib/java_buildpack/logging/logger_factory.rb +++ b/lib/java_buildpack/logging/logger_factory.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/repository.rb b/lib/java_buildpack/repository.rb index 4acde691fa..94d7b586bc 100644 --- a/lib/java_buildpack/repository.rb +++ b/lib/java_buildpack/repository.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/repository/configured_item.rb b/lib/java_buildpack/repository/configured_item.rb index 02f19d9ced..7655d5eb04 100644 --- a/lib/java_buildpack/repository/configured_item.rb +++ b/lib/java_buildpack/repository/configured_item.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/repository/repository_index.rb b/lib/java_buildpack/repository/repository_index.rb index e80ba63c3f..06b226dec5 100644 --- a/lib/java_buildpack/repository/repository_index.rb +++ b/lib/java_buildpack/repository/repository_index.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/repository/version_resolver.rb b/lib/java_buildpack/repository/version_resolver.rb index 6e2a6be7ec..6d6d25838e 100644 --- a/lib/java_buildpack/repository/version_resolver.rb +++ b/lib/java_buildpack/repository/version_resolver.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util.rb b/lib/java_buildpack/util.rb index 49b1c2cab1..8815609f9f 100644 --- a/lib/java_buildpack/util.rb +++ b/lib/java_buildpack/util.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache.rb b/lib/java_buildpack/util/cache.rb index b5a9abcc9f..8258724e28 100644 --- a/lib/java_buildpack/util/cache.rb +++ b/lib/java_buildpack/util/cache.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache/application_cache.rb b/lib/java_buildpack/util/cache/application_cache.rb index cfc31f6ec2..2a38962724 100644 --- a/lib/java_buildpack/util/cache/application_cache.rb +++ b/lib/java_buildpack/util/cache/application_cache.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache/cache_factory.rb b/lib/java_buildpack/util/cache/cache_factory.rb index 6fe9a97503..628dbc5211 100644 --- a/lib/java_buildpack/util/cache/cache_factory.rb +++ b/lib/java_buildpack/util/cache/cache_factory.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache/cached_file.rb b/lib/java_buildpack/util/cache/cached_file.rb index 7e77dd5197..dab3030f47 100644 --- a/lib/java_buildpack/util/cache/cached_file.rb +++ b/lib/java_buildpack/util/cache/cached_file.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache/download_cache.rb b/lib/java_buildpack/util/cache/download_cache.rb index 9b513242db..a961097bc0 100644 --- a/lib/java_buildpack/util/cache/download_cache.rb +++ b/lib/java_buildpack/util/cache/download_cache.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache/inferred_network_failure.rb b/lib/java_buildpack/util/cache/inferred_network_failure.rb index 4b94ba7c01..ae67e8be66 100644 --- a/lib/java_buildpack/util/cache/inferred_network_failure.rb +++ b/lib/java_buildpack/util/cache/inferred_network_failure.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/cache/internet_availability.rb b/lib/java_buildpack/util/cache/internet_availability.rb index b66c397a0b..b6d1b8fe1f 100644 --- a/lib/java_buildpack/util/cache/internet_availability.rb +++ b/lib/java_buildpack/util/cache/internet_availability.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/class_file_utils.rb b/lib/java_buildpack/util/class_file_utils.rb index a8750164c9..5b7e6abf6b 100644 --- a/lib/java_buildpack/util/class_file_utils.rb +++ b/lib/java_buildpack/util/class_file_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/colorize.rb b/lib/java_buildpack/util/colorize.rb index 0db820ede4..96115b1cd0 100644 --- a/lib/java_buildpack/util/colorize.rb +++ b/lib/java_buildpack/util/colorize.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/configuration_utils.rb b/lib/java_buildpack/util/configuration_utils.rb index 977b32998f..2f51398ded 100644 --- a/lib/java_buildpack/util/configuration_utils.rb +++ b/lib/java_buildpack/util/configuration_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/constantize.rb b/lib/java_buildpack/util/constantize.rb index 74ac83fa20..535c9ac407 100644 --- a/lib/java_buildpack/util/constantize.rb +++ b/lib/java_buildpack/util/constantize.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/dash_case.rb b/lib/java_buildpack/util/dash_case.rb index 539a9f030e..943429ebe8 100644 --- a/lib/java_buildpack/util/dash_case.rb +++ b/lib/java_buildpack/util/dash_case.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/file_enumerable.rb b/lib/java_buildpack/util/file_enumerable.rb index 74b1ca1642..db54bd974b 100644 --- a/lib/java_buildpack/util/file_enumerable.rb +++ b/lib/java_buildpack/util/file_enumerable.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/filtering_pathname.rb b/lib/java_buildpack/util/filtering_pathname.rb index b2fbf9ad98..2a71c80279 100644 --- a/lib/java_buildpack/util/filtering_pathname.rb +++ b/lib/java_buildpack/util/filtering_pathname.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/find_single_directory.rb b/lib/java_buildpack/util/find_single_directory.rb index 01c0e41841..fe15adbd0d 100644 --- a/lib/java_buildpack/util/find_single_directory.rb +++ b/lib/java_buildpack/util/find_single_directory.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/format_duration.rb b/lib/java_buildpack/util/format_duration.rb index 20941eed0f..2a8d2f56c2 100644 --- a/lib/java_buildpack/util/format_duration.rb +++ b/lib/java_buildpack/util/format_duration.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/groovy_utils.rb b/lib/java_buildpack/util/groovy_utils.rb index f539005ca9..98a0ca089e 100644 --- a/lib/java_buildpack/util/groovy_utils.rb +++ b/lib/java_buildpack/util/groovy_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/jar_finder.rb b/lib/java_buildpack/util/jar_finder.rb index 9929755307..779985999a 100644 --- a/lib/java_buildpack/util/jar_finder.rb +++ b/lib/java_buildpack/util/jar_finder.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/java_main_utils.rb b/lib/java_buildpack/util/java_main_utils.rb index d77197d720..4dd11c12e8 100644 --- a/lib/java_buildpack/util/java_main_utils.rb +++ b/lib/java_buildpack/util/java_main_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play.rb b/lib/java_buildpack/util/play.rb index 185fdde87a..9e9f0a5dbb 100644 --- a/lib/java_buildpack/util/play.rb +++ b/lib/java_buildpack/util/play.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/base.rb b/lib/java_buildpack/util/play/base.rb index 7dcc59454f..c66a75b5b8 100644 --- a/lib/java_buildpack/util/play/base.rb +++ b/lib/java_buildpack/util/play/base.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/factory.rb b/lib/java_buildpack/util/play/factory.rb index de52ca31e8..10f2b35348 100644 --- a/lib/java_buildpack/util/play/factory.rb +++ b/lib/java_buildpack/util/play/factory.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/post22.rb b/lib/java_buildpack/util/play/post22.rb index 9eb042b3d9..18177af91d 100644 --- a/lib/java_buildpack/util/play/post22.rb +++ b/lib/java_buildpack/util/play/post22.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/post22_dist.rb b/lib/java_buildpack/util/play/post22_dist.rb index 04cf3c40ec..8e5748980f 100644 --- a/lib/java_buildpack/util/play/post22_dist.rb +++ b/lib/java_buildpack/util/play/post22_dist.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/post22_staged.rb b/lib/java_buildpack/util/play/post22_staged.rb index 2875f75eb3..2c49728a61 100644 --- a/lib/java_buildpack/util/play/post22_staged.rb +++ b/lib/java_buildpack/util/play/post22_staged.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/pre22.rb b/lib/java_buildpack/util/play/pre22.rb index d2f1197f64..9bdd3f7e0f 100644 --- a/lib/java_buildpack/util/play/pre22.rb +++ b/lib/java_buildpack/util/play/pre22.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/pre22_dist.rb b/lib/java_buildpack/util/play/pre22_dist.rb index 2614a40caa..65bea1dc4c 100644 --- a/lib/java_buildpack/util/play/pre22_dist.rb +++ b/lib/java_buildpack/util/play/pre22_dist.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/play/pre22_staged.rb b/lib/java_buildpack/util/play/pre22_staged.rb index a4de33e84a..583a988409 100644 --- a/lib/java_buildpack/util/play/pre22_staged.rb +++ b/lib/java_buildpack/util/play/pre22_staged.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/properties.rb b/lib/java_buildpack/util/properties.rb index 5e35e7551d..d3315c6544 100644 --- a/lib/java_buildpack/util/properties.rb +++ b/lib/java_buildpack/util/properties.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/qualify_path.rb b/lib/java_buildpack/util/qualify_path.rb index 52a360a2f9..5d15028892 100644 --- a/lib/java_buildpack/util/qualify_path.rb +++ b/lib/java_buildpack/util/qualify_path.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/ratpack_utils.rb b/lib/java_buildpack/util/ratpack_utils.rb index 571d445288..064da366bd 100644 --- a/lib/java_buildpack/util/ratpack_utils.rb +++ b/lib/java_buildpack/util/ratpack_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/sanitizer.rb b/lib/java_buildpack/util/sanitizer.rb index 4673135783..29253e07fd 100644 --- a/lib/java_buildpack/util/sanitizer.rb +++ b/lib/java_buildpack/util/sanitizer.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/shell.rb b/lib/java_buildpack/util/shell.rb index f0a768f80e..d8a0a1035b 100644 --- a/lib/java_buildpack/util/shell.rb +++ b/lib/java_buildpack/util/shell.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/snake_case.rb b/lib/java_buildpack/util/snake_case.rb index 3a0f28f94b..115ea5f56c 100644 --- a/lib/java_buildpack/util/snake_case.rb +++ b/lib/java_buildpack/util/snake_case.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/space_case.rb b/lib/java_buildpack/util/space_case.rb index 12a02f226e..3183807802 100644 --- a/lib/java_buildpack/util/space_case.rb +++ b/lib/java_buildpack/util/space_case.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/spring_boot_utils.rb b/lib/java_buildpack/util/spring_boot_utils.rb index eeef1d9d70..c6ea5535dc 100644 --- a/lib/java_buildpack/util/spring_boot_utils.rb +++ b/lib/java_buildpack/util/spring_boot_utils.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/start_script.rb b/lib/java_buildpack/util/start_script.rb index c5867ccc01..3c532ef9a1 100644 --- a/lib/java_buildpack/util/start_script.rb +++ b/lib/java_buildpack/util/start_script.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/to_b.rb b/lib/java_buildpack/util/to_b.rb index c7349d4881..76e36b259e 100644 --- a/lib/java_buildpack/util/to_b.rb +++ b/lib/java_buildpack/util/to_b.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/java_buildpack/util/tokenized_version.rb b/lib/java_buildpack/util/tokenized_version.rb index 57bcdd55d8..5a98ff1347 100644 --- a/lib/java_buildpack/util/tokenized_version.rb +++ b/lib/java_buildpack/util/tokenized_version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rakelib/dependency_cache_task.rb b/rakelib/dependency_cache_task.rb index 90641f4028..415411fa28 100644 --- a/rakelib/dependency_cache_task.rb +++ b/rakelib/dependency_cache_task.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rakelib/package.rb b/rakelib/package.rb index f449cc8d7d..3470d0d7a1 100644 --- a/rakelib/package.rb +++ b/rakelib/package.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rakelib/package_task.rb b/rakelib/package_task.rb index 1d7b7ae43f..82c31a059d 100644 --- a/rakelib/package_task.rb +++ b/rakelib/package_task.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rakelib/stage_buildpack_task.rb b/rakelib/stage_buildpack_task.rb index 2a13f58ca9..0a67e7e4f8 100644 --- a/rakelib/stage_buildpack_task.rb +++ b/rakelib/stage_buildpack_task.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rakelib/versions_task.rb b/rakelib/versions_task.rb index 6e0aa83b88..1c487109be 100644 --- a/rakelib/versions_task.rb +++ b/rakelib/versions_task.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Cloud Foundry Java Buildpack -# Copyright 2013-2019 the original author or authors. +# Copyright 2013-2020 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/resources/azure_application_insights_agent/AI-Agent.xml b/resources/azure_application_insights_agent/AI-Agent.xml index 53355d659c..7e1ff431c0 100644 --- a/resources/azure_application_insights_agent/AI-Agent.xml +++ b/resources/azure_application_insights_agent/AI-Agent.xml @@ -1,6 +1,7 @@