Skip to content

Commit 46a0ee6

Browse files
committed
📝 LICENSE.txt
1 parent 64796e5 commit 46a0ee6

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

3+
Copyright (c) 2020-2025 Peter H. Boling, of Galtzo.com, and oauth contributors
34
Copyright (c) 2007-2012, 2016-2017 Blaine Cook, Larry Halff, Pelle Braendgaard
4-
Copyright (c) 2020-2022 oauth-xx organization, https://gitlab.com/oauth-xx
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,13 +365,41 @@ For example:
365365
spec.add_dependency "oauth", "~> 1.1"
366366
```
367367

368-
## License
368+
<details>
369+
<summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
369370

370-
The gem is available as open source under the terms of
371-
the [MIT License][license] [![License: MIT][🖇src-license-img]][🖇src-license].
372-
See [LICENSE.txt][license] for the [Copyright Notice][copyright-notice-explainer].
371+
SemVer should, IMO, but doesn't explicitly, say that dropping support for specific Platforms
372+
is a *breaking change* to an API.
373+
It is obvious to many, but not all, and since the spec is silent, the bike shedding is endless.
374+
375+
To get a better understanding of how SemVer is intended to work over a project's lifetime,
376+
read this article from the creator of SemVer:
373377

374-
## Contact
378+
- ["Major Version Numbers are Not Sacred"][📌major-versions-not-sacred]
379+
380+
</details>
381+
382+
See [CHANGELOG.md][📌changelog] for a list of releases.
383+
384+
## 📄 License
385+
386+
The gem is available as open source under the terms of
387+
the [MIT License][📄license] [![License: MIT][📄license-img]][📄license-ref].
388+
See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright-notice-explainer].
389+
390+
### © Copyright
391+
392+
<ul>
393+
<li>
394+
Copyright (c) 2023, 2025 Peter H. Boling, of
395+
<a href="https://discord.gg/3qme4XHNKN">
396+
Galtzo.com
397+
<picture>
398+
<img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
399+
</picture>
400+
</a>, and oauth contributors.
401+
</li>
402+
</ul>
375403

376404
OAuth Ruby has been created and maintained by a large number of talented
377405
individuals. The current maintainer is Peter Boling (@pboling). Please

0 commit comments

Comments
 (0)