diff options
author | 2025-05-01 21:40:32 +0100 | |
---|---|---|
committer | 2025-05-01 21:40:32 +0100 | |
commit | 387b43f065703dcf6bbd518ccc52ad67165cd56e (patch) | |
tree | bdffe39f030d86efd9610cc57ddfa38a9e4d67be /LICENCE | |
parent | 7b7cb45f7c1ed307b585ab3506dc57854ec076a6 (diff) | |
download | sst-387b43f065703dcf6bbd518ccc52ad67165cd56e.tar.gz sst-387b43f065703dcf6bbd518ccc52ad67165cd56e.zip |
Explain my code style (in far too many words)
Mandatory reading for new contributors just kidding. But maybe someone
will find this interesting. I tried to make it at least kind of funny if
nothing else. For people who don't want to read the whole thing, the
examples should be possible to skim through quickly to get a rough idea.
The licence is a contrived ISC variant because it seemed weird to call
the documentation "software" even though I guess technically it is.
Since it's contrived already, I went ahead and shortened the disclaimer.
The disclaimers on these things are always way too long, and I'm not as
worried about having a familiar, standard licence in an ancillary
non-code file like this, especially one that isn't really subject to
contributions from anyone else. I reckon this will be the copyright
licence for any other substantial documentation files going forward.
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ the copyright notices in individual files for full details. The README file is also in the public domain. +Documentation files under DevDocs/ are generally provided under similar terms to +the source code, with slightly different wording; refer to the notices at the +ends of individual files for details. + Files under src/3p/ are written and licensed by third parties. See the copyright notices in and alongside those files for details of authorship and relevant redistribution rights. Some — but not all — of this third party code is |