Some README fixes.

This commit is contained in:
Johannes Findeisen 2022-09-24 22:39:05 +02:00
commit 999c74459f

View file

@ -20,12 +20,10 @@ nearly does not exist.
- All of this project **must be MIT licensed**. When using 3rd party libraries make - All of this project **must be MIT licensed**. When using 3rd party libraries make
sure the license is compatible but MIT should always be preferred if an sure the license is compatible but MIT should always be preferred if an
alternative is available. alternative is available.
- The core of monipy/monipyd should not use 3rd party libraries. only plugins, - The core of monipy/monipyd should not use 3rd party libraries. only plugins,
notifications and types may use other libraries. But coping code into the notifications and types may use other libraries. But coping code into the
source tree is ok when respecting the license. Not using 3rd party libraries source tree is ok when respecting the license. Not using 3rd party libraries
should always be preferred though. should always be preferred though.
- Inline comment should be all lowercase. Descriptions and documentation comments - Inline comment should be all lowercase. Descriptions and documentation comments
must be natural language. must be natural language.
@ -36,7 +34,7 @@ at the moment!
### Version numbering ### Version numbering
According to: [https://wiki.unixpeople.org/linux_kernel_version_numbering]() According to: [https://wiki.unixpeople.org/linux_kernel_version_numbering](https://wiki.unixpeople.org/linux_kernel_version_numbering)
**MAJOR**.**FEATURE**.**MINOR**.**FIXES** **MAJOR**.**FEATURE**.**MINOR**.**FIXES**
@ -51,7 +49,7 @@ not affect the documentation and _must_ not break the API.
### MIT License ### MIT License
Copyright (c) 2022 Johannes Findeisen <you@hanez.org> Copyright (c) 2022 Johannes Findeisen - you@hanez.org
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal