diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-12-31 08:36:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-31 08:36:26 -0500 |
commit | 6745960130278d8e5bfcfbff111930c5532fe47f (patch) | |
tree | 353810436aeb31d11a51ef1a632fe69e2fef33ad /actionmailer | |
parent | 714941687220effbd12dc5217904f0b8da5647f5 (diff) | |
parent | 37d956f45fa60d846f447f696133dcc3d2438343 (diff) | |
download | rails-6745960130278d8e5bfcfbff111930c5532fe47f.tar.gz rails-6745960130278d8e5bfcfbff111930c5532fe47f.tar.bz2 rails-6745960130278d8e5bfcfbff111930c5532fe47f.zip |
Merge pull request #27523 from maclover7/jm-2017
Bump license years for 2017
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/MIT-LICENSE | 2 | ||||
-rw-r--r-- | actionmailer/lib/action_mailer.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/MIT-LICENSE b/actionmailer/MIT-LICENSE index 8573eb1225..ac810e86d0 100644 --- a/actionmailer/MIT-LICENSE +++ b/actionmailer/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2016 David Heinemeier Hansson +Copyright (c) 2004-2017 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/actionmailer/lib/action_mailer.rb b/actionmailer/lib/action_mailer.rb index 668bc99435..cf2c0f37e3 100644 --- a/actionmailer/lib/action_mailer.rb +++ b/actionmailer/lib/action_mailer.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2004-2016 David Heinemeier Hansson +# Copyright (c) 2004-2017 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |