From daf68c3868b8ff2468d0149ab74d76727d802255 Mon Sep 17 00:00:00 2001 From: dblock Date: Thu, 11 Jun 2020 07:42:30 -0400 Subject: [PATCH] Updated Copyright to (c) 2009-2020 Intridea, Inc., and Contributors. --- CHANGELOG.md | 1 + LICENSE | 2 +- README.md | 2 +- 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.