diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/MIT-LICENSE | 2 | ||||
-rw-r--r-- | railties/lib/dispatcher.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/MIT-LICENSE b/railties/MIT-LICENSE index 5919c288e4..530150e226 100644 --- a/railties/MIT-LICENSE +++ b/railties/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2004 David Heinemeier Hansson +Copyright (c) 2004-2006 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/railties/lib/dispatcher.rb b/railties/lib/dispatcher.rb index a93ccb146d..08afe5dacd 100644 --- a/railties/lib/dispatcher.rb +++ b/railties/lib/dispatcher.rb @@ -1,5 +1,5 @@ #-- -# Copyright (c) 2004 David Heinemeier Hansson +# Copyright (c) 2004-2006 David Heinemeier Hansson # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |