mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
Finished relicense (#428)
This commit is contained in:
@@ -74,10 +74,10 @@ We recommend committing first and then making the tag, that tag will point to th
|
|||||||
on.
|
on.
|
||||||
|
|
||||||
## Code Licensing
|
## Code Licensing
|
||||||
SlimeVR uses an MIT license, and some parts of the project use a dual MIT/Apache 2.0
|
SlimeVR uses dual MIT and Apache-2.0 license. Be sure that any code that you reference,
|
||||||
license. Be sure that any code that you reference, or dependencies you add, are
|
or dependencies you add, are compatible with these licenses. `GPL-v3` for example is
|
||||||
compatible with these licenses. `GPL-v3` for example is not compatible because it
|
not compatible because it requires any and all code that depends on it to *also* be
|
||||||
requires any and all code that depends on it to *also* be licensed under `GPL-v3`.
|
licensed under `GPL-v3`.
|
||||||
|
|
||||||
## Discord
|
## Discord
|
||||||
We use discord *a lot* to coordinate and discuss development. Come join us at
|
We use discord *a lot* to coordinate and discuss development. Come join us at
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright 2022 Eiren Rain and SlimeVR Contributors
|
Copyright 2020 Eiren Rain and SlimeVR Contributors
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2022 Eiren Rain and SlimeVR Contributors
|
Copyright (c) 2020 Eiren Rain and SlimeVR Contributors
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -17,17 +17,17 @@ It's recommended to download installer from here: https://github.com/SlimeVR/Sli
|
|||||||
Latest instructions are [on our site](https://docs.slimevr.dev/server-setup/slimevr-setup.html).
|
Latest instructions are [on our site](https://docs.slimevr.dev/server-setup/slimevr-setup.html).
|
||||||
|
|
||||||
## License Clarification
|
## License Clarification
|
||||||
**SlimeVR software** (including server, firmware, drivers, installator, documents, and others - see
|
**SlimeVR software** (including server, firmware, drivers, installer, documents, and others - see
|
||||||
licence for each case specifically) **is distributed under the MIT License ([LICENSE-MIT])
|
licence for each case specifically) **is distributed under a dual MIT/Apache 2.0 License
|
||||||
and in some cases dually licensed under Apache-2.0 License ([LICENSE-APACHE]). These
|
([LICENSE-MIT] and [LICENSE-APACHE]). The software is the copyright of the SlimeVR
|
||||||
licenses are the copyright of Eiren Rain and the SlimeVR contributors.**
|
contributors.**
|
||||||
|
|
||||||
**However, these Licenses have some limits, and if you wish to distribute software based
|
**However, these licenses have some limits, and if you wish to distribute software based
|
||||||
on SlimeVR, you need to be aware of them:**
|
on SlimeVR, you need to be aware of them:**
|
||||||
|
|
||||||
* When distributing any software that uses or is based on SlimeVR, you have to provide
|
* When distributing any software that uses or is based on SlimeVR, you have to provide
|
||||||
to the end-user at least one of the original, unmodified [LICENSE-MIT] or
|
to the end-user at least one of the original, unmodified [LICENSE-MIT] or
|
||||||
[LICENSE-APACHE] files from SlimeVR. This includes the `Copyright (c) 2022 Eiren Rain
|
[LICENSE-APACHE] files from SlimeVR. This includes the `Copyright (c) 2020 Eiren Rain
|
||||||
and SlimeVR Contributors` part of the license. It is insufficient to use a generic MIT
|
and SlimeVR Contributors` part of the license. It is insufficient to use a generic MIT
|
||||||
or Apache-2.0 License, **it must be the original license file**.
|
or Apache-2.0 License, **it must be the original license file**.
|
||||||
* This applies even if you distribute software without the source code. In this case,
|
* This applies even if you distribute software without the source code. In this case,
|
||||||
|
|||||||
Reference in New Issue
Block a user