Skip to content

Commit

Permalink
Copyright Updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
nebhale committed Feb 5, 2020
1 parent b72c59c commit 42e6a5b
Show file tree
Hide file tree
Showing 371 changed files with 414 additions and 377 deletions.
5 changes: 1 addition & 4 deletions .idea/copyright/Apache_License__Version_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/finalize
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/auto-merge.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/package-test.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/package-test.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/unit-test.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/unit-test.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions-json.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions-json.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions-markdown.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions-markdown.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions-yaml.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions-yaml.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ci/versions.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/app_dynamics_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/aspectj_weaver_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/azure_application_insights_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/cache.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/client_certificate_mapper.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/components.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/container_customizer.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/container_security_provider.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/contrast_security_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/debug.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/dynatrace_appmon_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/elastic_apm_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/google_stackdriver_debugger.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/google_stackdriver_profiler.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/groovy.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/ibm_jre.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/introscope_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/jacoco_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/java_main.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/java_memory_assistant.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/java_opts.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/jmx.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/jprofiler_profiler.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/jrebel_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/logging.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/luna_security_provider.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/maria_db_jdbc.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/metric_writer.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/new_relic_agent.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/open_jdk_jre.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading

0 comments on commit 42e6a5b

Please sign in to comment.