diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2015-01-01 00:08:17 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-01-01 00:08:17 +0100 |
commit | 24637e577c0c8139434bada14911f376ec2634e9 (patch) | |
tree | c22d2dbb41ee144c25699cc0fce26378f1b9564e /activejob | |
parent | 777c45e6a5a2cb89e1e1e892a32b0dbdebbfe680 (diff) | |
parent | 4de18d0ead0581821f4940abb12cef790514c6a0 (diff) | |
download | rails-24637e577c0c8139434bada14911f376ec2634e9.tar.gz rails-24637e577c0c8139434bada14911f376ec2634e9.tar.bz2 rails-24637e577c0c8139434bada14911f376ec2634e9.zip |
Merge pull request #18271 from arunagw/change-copyright-year
Update copyright notices to 2015 [ci skip]
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/MIT-LICENSE | 2 | ||||
-rw-r--r-- | activejob/lib/active_job.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activejob/MIT-LICENSE b/activejob/MIT-LICENSE index 8b1e97b776..0cef8cdda0 100644 --- a/activejob/MIT-LICENSE +++ b/activejob/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 David Heinemeier Hansson +Copyright (c) 2014-2015 David Heinemeier Hansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/activejob/lib/active_job.rb b/activejob/lib/active_job.rb index 1b582f5877..3d4f63b261 100644 --- a/activejob/lib/active_job.rb +++ b/activejob/lib/active_job.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2014 David Heinemeier Hansson +# Copyright (c) 2014-2015 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |