diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-12-31 22:35:01 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-12-31 22:36:55 +0900 |
commit | b20354afcccd1e01e0ce608f49b95b4833a8b342 (patch) | |
tree | 546818a96c912f3dee51217b785d4bb903646495 /activesupport | |
parent | 71b4bf698f7443bd8d2e436bc9f37b4d6ec8fc8d (diff) | |
download | rails-b20354afcccd1e01e0ce608f49b95b4833a8b342.tar.gz rails-b20354afcccd1e01e0ce608f49b95b4833a8b342.tar.bz2 rails-b20354afcccd1e01e0ce608f49b95b4833a8b342.zip |
Bump license years for 2018
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/MIT-LICENSE | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/MIT-LICENSE b/activesupport/MIT-LICENSE index 6b3cead1a7..8f769c0767 100644 --- a/activesupport/MIT-LICENSE +++ b/activesupport/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2005-2017 David Heinemeier Hansson +Copyright (c) 2005-2018 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/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 16b9a5bc1d..a4fb697669 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true #-- -# Copyright (c) 2005-2017 David Heinemeier Hansson +# Copyright (c) 2005-2018 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |