initial commit

This commit is contained in:
Jacob Lifshay 2024-04-01 21:49:33 -07:00
commit a6eee7446d
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
13 changed files with 1382 additions and 0 deletions

7
LICENSE.md Normal file
View file

@ -0,0 +1,7 @@
Licensed with the [SPDX](https://spdx.github.io/spdx-spec/v2.3/) expression: LGPL-2.1-or-later OR LGPL-3.0-or-later
In plain english this means anyone may use this repository under the terms of the [LGPL-2.1](lgpl-2.1.md) or any later version, or the [LGPL-3.0](lgpl-3.0.md) or any later version, or they may retain these licensing terms as is. Those who contributed to this repository must grant the necessary permissions for the [LGPL-2.1](lgpl-2.1.md) and separately for the [LGPL-3.0](lgpl-3.0.md) and whatever additional permissions are necessary for the rest of this license.
The LGPL-3.0 is explicitly specified because it contains patent licensing terms not present in the LGPL-2.1
If there is a conflict, use the terms specified by the above SPDX expression and ignore the rest of this.