diff --git a/LICENSE b/LICENSE index 2071b23..e9dbb99 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2022 Christopher Arndt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index ffe2481..bc0165a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # jacket -A Nim wrapper for the JACK C API \ No newline at end of file +A [Nim] wrapper for the [JACK] [C API] + + +## License + +This software is released under the *MIT License*. See the [LICENSE](./LICENSE) +file for more information. + + +[C API]: https://jackaudio.org/api/ +[JACK]: https://jackaudio.org/ +[Nim]: https://nim-lang.org/