aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorLauro Caetano <laurocaetano1@gmail.com>2014-01-01 10:47:24 -0800
committerLauro Caetano <laurocaetano1@gmail.com>2014-01-01 10:47:24 -0800
commite97d48f17e2ac5a0530c096543253886e057f624 (patch)
tree68584fec66de0749a912cb7c05376f6dd7b85566 /activerecord
parentda0463cf5e93905978e5f9f8b64e75fc33a9c7af (diff)
parent98cb3e69afd687f7c0d4bc48eabf284da691abcc (diff)
downloadrails-e97d48f17e2ac5a0530c096543253886e057f624.tar.gz
rails-e97d48f17e2ac5a0530c096543253886e057f624.tar.bz2
rails-e97d48f17e2ac5a0530c096543253886e057f624.zip
Merge pull request #13563 from vipulnsward/2014-is-here
2014 is here.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/MIT-LICENSE2
-rw-r--r--activerecord/lib/active_record.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/MIT-LICENSE b/activerecord/MIT-LICENSE
index 0d7fb865e2..2950f05b11 100644
--- a/activerecord/MIT-LICENSE
+++ b/activerecord/MIT-LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2013 David Heinemeier Hansson
+Copyright (c) 2004-2014 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 cbac2ef3c6..f856c482d6 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -1,5 +1,5 @@
#--
-# Copyright (c) 2004-2013 David Heinemeier Hansson
+# Copyright (c) 2004-2014 David Heinemeier Hansson
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the