diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2012-12-31 15:18:38 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2012-12-31 15:18:38 -0800 |
commit | 56aa02f1ab66cfda8f5c8bdbd088dfd38b633cb7 (patch) | |
tree | 0905c2dd95773ea6ca055e177065a15640ea28a0 /activerecord/lib | |
parent | e6e3a649820a02d4f12f36dc7298282357a076f4 (diff) | |
parent | d8142845060d0c5b8e030a69e373e388729f9bbb (diff) | |
download | rails-56aa02f1ab66cfda8f5c8bdbd088dfd38b633cb7.tar.gz rails-56aa02f1ab66cfda8f5c8bdbd088dfd38b633cb7.tar.bz2 rails-56aa02f1ab66cfda8f5c8bdbd088dfd38b633cb7.zip |
Merge pull request #8667 from andrew/copyright-update
Updated copyright notices for 2013
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb index 822da84d19..c33f03f13f 100644 --- a/activerecord/lib/active_record.rb +++ b/activerecord/lib/active_record.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2004-2012 David Heinemeier Hansson +# Copyright (c) 2004-2013 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |