Skip to content

Commit 634b666

Browse files
author
Christopher Frost
committed
Updates the copyright statements dates
All file now read 2013-2015 where they previously stated only 2013 or 2013-2014. The Contibuting documentation is also updated to request that new files contain 2015 instead of 2014 as was previously stated. A template exists in InteliJ to provide an Apache license header to all new Ruby files with the current year. [#86992848]
1 parent 9da868f commit 634b666

File tree

207 files changed

+210
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+210
-210
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions

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 the original author or authors.
2+
Copyright 2013-2015 the original author or authors.

Rakefile

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

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
# Cloud Foundry Java Buildpack
4-
# Copyright (c) 2013 the original author or authors.
4+
# Copyright 2013-2015 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

bin/detect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
# Cloud Foundry Java Buildpack
4-
# Copyright (c) 2013 the original author or authors.
4+
# Copyright 2013-2015 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# Encoding: utf-8
33
# Cloud Foundry Java Buildpack
4-
# Copyright (c) 2013 the original author or authors.
4+
# Copyright 2013-2015 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

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 (c) 2013 the original author or authors.
2+
# Copyright 2013-2015 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 (c) 2013 the original author or authors.
2+
# Copyright 2013-2015 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 (c) 2013 the original author or authors.
2+
# Copyright 2013-2015 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 (c) 2013 the original author or authors.
2+
# Copyright 2013-2015 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)