aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2017-12-31 23:55:45 +0530
committerGitHub <noreply@github.com>2017-12-31 23:55:45 +0530
commit15b3275a291d3d9bdf4db3f054b2283788396af3 (patch)
treefabda1f61fea28cc55ced48b47249a99efabc699 /activesupport
parent609dbb84c3abe754af8097880dbfec5361062204 (diff)
parentb20354afcccd1e01e0ce608f49b95b4833a8b342 (diff)
downloadrails-15b3275a291d3d9bdf4db3f054b2283788396af3.tar.gz
rails-15b3275a291d3d9bdf4db3f054b2283788396af3.tar.bz2
rails-15b3275a291d3d9bdf4db3f054b2283788396af3.zip
Merge pull request #31606 from yhirano55/bump_license_years_for_2018
Bump license years for 2018
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/MIT-LICENSE2
-rw-r--r--activesupport/lib/active_support.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/MIT-LICENSE b/activesupport/MIT-LICENSE
index 6b3cead1a7..8f769c0767 100644
--- a/activesupport/MIT-LICENSE
+++ b/activesupport/MIT-LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2017 David Heinemeier Hansson
+Copyright (c) 2005-2018 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/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 16b9a5bc1d..a4fb697669 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
#--
-# Copyright (c) 2005-2017 David Heinemeier Hansson
+# Copyright (c) 2005-2018 David Heinemeier Hansson
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the