diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-05-11 18:34:05 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-05-11 18:34:05 -0500 |
commit | 00640de861797b258d2dd955b861bcb021d4a3e1 (patch) | |
tree | a36f68292828bdf43959379a625eff10e5e503da /activerecord | |
parent | b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9 (diff) | |
download | rails-00640de861797b258d2dd955b861bcb021d4a3e1.tar.gz rails-00640de861797b258d2dd955b861bcb021d4a3e1.tar.bz2 rails-00640de861797b258d2dd955b861bcb021d4a3e1.zip |
Updated copyright years
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/MIT-LICENSE | 2 | ||||
-rwxr-xr-x | activerecord/lib/active_record.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/MIT-LICENSE b/activerecord/MIT-LICENSE index 5fee6e106d..93be57f683 100644 --- a/activerecord/MIT-LICENSE +++ b/activerecord/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004-2007 David Heinemeier Hansson +Copyright (c) 2004-2008 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/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb index 8b274120df..d4f7170305 100755 --- a/activerecord/lib/active_record.rb +++ b/activerecord/lib/active_record.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2004-2007 David Heinemeier Hansson +# Copyright (c) 2004-2008 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |