doc/ext: add README

All authors have acknowledged the dual license.

The second license is the same as the one used by the IRCv3 working
group.

git-svn-id: file:///srv/svn/repo/suika/trunk@795 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2022-03-04 09:36:41 +00:00
parent f617c794b7
commit 5716e2cdca

18
doc/ext/README.md Normal file
View File

@ -0,0 +1,18 @@
# soju IRC extensions
This directory documents various soju-specific IRC extensions. All of the
extensions are under the vendored `soju.im` namespace.
Introducing a vendored extension is a good way to experiment with new ideas and
do some field testing. If a vendored extension is successful, please open a pull
request on the [IRCv3 specifications] repository for standardization.
## License
All of the specifications in this directory are dual-licensed under the terms of
the AGPLv3, or the following terms, at your discretion:
> Unlimited redistribution and modification of this document is allowed provided
> that the above copyright notice and this permission notice remains intact.
[IRCv3 specifications]: https://github.com/ircv3/ircv3-specifications