diff options
-rw-r--r-- | README.md | 26 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa7021b --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# System feature ledger _(ledger)_ + +> Handling accounting ledger + + +## Contributing + +Feel free to dive in! + +Make your proposed changes to a fork of the source git, +and [tell us][] where we can get your fork. + +[tell us]: <mailto:partners@couchdesign.dk> + "Couchdesign a.k.a. Jonas Smedegaard and Siri Reiter" + + +## License + +Copyright © 2017-2018 Jonas Smedegaard <dr@jones.dk> + +This work is licensed +under a Creative Commons Attribution-ShareAlike 4.0 International License +([CC-BY-SA-4.0][]). + +[CC-BY-SA-4.0]: <https://creativecommons.org/licenses/by-sa/4.0/> + "Creative Commons Attribution-ShareAlike 4.0 International license" @@ -0,0 +1,3 @@ + * Consider making use of <https://www.valueflo.ws/> ontology. + * Consider embracing <https://github.com/sqykly/HoloREA>. + * Cover scripts in README.md, licensed as GPL-3.0-or-newer. |