diff --git a/lib/protocol/http.rb b/lib/protocol/http.rb index 15eb446..fe28443 100644 --- a/lib/protocol/http.rb +++ b/lib/protocol/http.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2018-2023, by Samuel Williams. +# Copyright, 2018-2024, by Samuel Williams. require_relative "http/version" diff --git a/lib/protocol/http/body/buffered.rb b/lib/protocol/http/body/buffered.rb index e0926ad..0d3d82e 100644 --- a/lib/protocol/http/body/buffered.rb +++ b/lib/protocol/http/body/buffered.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2019-2023, by Samuel Williams. +# Copyright, 2019-2024, by Samuel Williams. # Copyright, 2020, by Bryan Powell. require_relative 'readable' diff --git a/lib/protocol/http/methods.rb b/lib/protocol/http/methods.rb index 0dedc47..edcb41c 100644 --- a/lib/protocol/http/methods.rb +++ b/lib/protocol/http/methods.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2018-2023, by Samuel Williams. +# Copyright, 2018-2024, by Samuel Williams. module Protocol module HTTP diff --git a/lib/protocol/http/url.rb b/lib/protocol/http/url.rb index fe81341..7be0aac 100644 --- a/lib/protocol/http/url.rb +++ b/lib/protocol/http/url.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2019-2023, by Samuel Williams. +# Copyright, 2019-2024, by Samuel Williams. # Copyright, 2022, by Herrick Fang. module Protocol diff --git a/readme.md b/readme.md index 69671f7..98ea1bf 100644 --- a/readme.md +++ b/readme.md @@ -30,11 +30,11 @@ We welcome contributions to this project. ### Developer Certificate of Origin -This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted. +In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed. -### Contributor Covenant +### Community Guidelines -This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms. +This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers. ## See Also diff --git a/test/protocol/http/url.rb b/test/protocol/http/url.rb index 4577add..b066dec 100644 --- a/test/protocol/http/url.rb +++ b/test/protocol/http/url.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2019-2023, by Samuel Williams. +# Copyright, 2019-2024, by Samuel Williams. # Copyright, 2022, by Herrick Fang. require 'protocol/http/url'