timeseries/Legacycode

15 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-02-16 11:43:20 +01:00
# Based on Fefe's talk at 36c3:
# https://www.youtube.com/watch?v=31xA9p3pYE4
O+ # No explicit licence, but for published Perl code assume Artistic/GPL.
S++ # The source code is public and you can change it.
?I # I guess this is the "not intended for untrusted data" case Fefe is talking about except that there doesn't seem to be a code for it. No, "I have no idea what I'm doing" is not the same.
C # I'm the only user I know about.
E- # Not sure I find this category very useful.
M # Something between M- and M+, but neither fits. It's not feature-complete: I add new features every now and then. But I don't do that regularly. And nobody sends me patches.
V+ # Well, the updates aren't regular, but they don't break anything (usually).
!PS # There was a plan 20 years ago, but it didn't survive contact with reality :-).
D+ # Not sure what "sqlite and libz" are supposed to stand for, but if its stuff which may not be installed by default but is trivial to install, then this is it.
# vim: tw=0