summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2020-06-11 07:42:30 -0400
committerdblock <dblock@dblock.org>2020-06-11 07:45:00 -0400
commitdaf68c3868b8ff2468d0149ab74d76727d802255 (patch)
treea489e2f321b62b24f1a142b3ce76002007a84153
parent1f1efdb14cf586880e7fd1b6ed1d608256889c30 (diff)
downloadhashie-daf68c3868b8ff2468d0149ab74d76727d802255.tar.gz
Updated Copyright to (c) 2009-2020 Intridea, Inc., and Contributors.
-rw-r--r--CHANGELOG.md1
-rw-r--r--LICENSE2
-rw-r--r--README.md2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdd32e4..c26a19e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ Any violations of this scheme are considered to be bugs.
* [#521](https://github.com/hashie/hashie/pull/499): Do not convert keys that cannot be represented as symbols to `String` in `Mash` initialization - [@carolineartz](https://github.com/carolineartz).
* [#524](https://github.com/hashie/hashie/pull/524): Test with Ruby 2.7 - [@aried3r](https://github.com/aried3r).
* [#525](https://github.com/hashie/hashie/pull/525): Use `indifferent_writer` in `IndifferentAccess#convert!` - [@yogeshjain999](https://github.com/yogeshjain999).
+* [#527](https://github.com/hashie/hashie/pull/527): Updated Copyright to (c) 2009-2020 Intridea, Inc., and Contributors - [@dblock](https://github.com/dblock).
* Your contribution here.
### Deprecated
diff --git a/LICENSE b/LICENSE
index 2db77ec..3bedaa1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009 Intridea, Inc., and Contributors
+Copyright (c) 2009-2020 Intridea, Inc., and Contributors.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/README.md b/README.md
index 51a17d3..4280e7b 100644
--- a/README.md
+++ b/README.md
@@ -1065,6 +1065,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
## Copyright
-Copyright (c) 2009-2014 Intridea, Inc. (http://intridea.com/) and [contributors](https://github.com/hashie/hashie/graphs/contributors).
+Copyright (c) 2009-2020 [Intridea, Inc.](http://intridea.com), and [contributors](https://github.com/hashie/hashie/graphs/contributors).
MIT License. See [LICENSE](LICENSE) for details.