Skip to content

Commit c75fc7e

Browse files
violetaggnebhale
authored andcommitted
Update copyright headers
This change updates some more copyright headers that were missed the first time around.
1 parent b2bdeb8 commit c75fc7e

32 files changed

Lines changed: 35 additions & 35 deletions

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Please carefully follow the whitespace and formatting conventions already presen
4141
## Add Apache license header to all new classes
4242
```ruby
4343
# Cloud Foundry Java Buildpack
44-
# Copyright 2013-2015 the original author or authors.
44+
# Copyright 2013-2016 the original author or authors.
4545
#
4646
# Licensed under the Apache License, Version 2.0 (the "License");
4747
# you may not use this file except in compliance with the License.
@@ -58,16 +58,16 @@ Please carefully follow the whitespace and formatting conventions already presen
5858
require ...;
5959
```
6060
## Update Apache license header to modified files as necessary
61-
Always check the date range in the license header. For example, if you've modified a file in 2015 whose header still reads
61+
Always check the date range in the license header. For example, if you've modified a file in 2016 whose header still reads
6262

6363
```ruby
6464
# Copyright 2013 the original author or authors.
6565
```
6666

67-
then be sure to update it to 2015 appropriately
67+
then be sure to update it to 2016 appropriately
6868

6969
```ruby
70-
# Copyright 2013-2015 the original author or authors.
70+
# Copyright 2013-2016 the original author or authors.
7171
```
7272

7373
## Submit RSpec test cases for all behavior changes

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Cloud Foundry Java Buildpack
2-
Copyright 2013-2015 the original author or authors.
2+
Copyright 2013-2016 the original author or authors.

config/app_dynamics_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2013-2015 the original author or authors.
2+
# Copyright 2013-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2013-2015 the original author or authors.
2+
# Copyright 2013-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2013-2015 the original author or authors.
2+
# Copyright 2013-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/container_certificate_trust_store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2014-2015 the original author or authors.
2+
# Copyright 2014-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2014-2015 the original author or authors.
2+
# Copyright 2014-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/dyna_trace_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright (c) 2015 the original author or authors.
2+
# Copyright (c) 2015-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/groovy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2013-2015 the original author or authors.
2+
# Copyright 2013-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

config/introscope_agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Cloud Foundry Java Buildpack
2-
# Copyright 2013-2015 the original author or authors.
2+
# Copyright 2013-2016 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)