Skip to content

Commit

Permalink
New license
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Dec 9, 2024
1 parent 0d3268b commit 3aadd86
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/**/const.ts
/**/const.ts
LICENSE
LICENSE.dev
48 changes: 48 additions & 0 deletions LICENSE.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Five Server License (This license is only a preview and is not valid)

Copyright (C) 2024, Yannick Deubel (https://github.com/yandeu)
All rights reserved.

This file is part of the "Five Server" project.

1. DEFINITIONS
a) "Licensor" is Yannick Deubel (https://github.com/yandeu).
b) "Software" is the software known as Five Server.

2. RESTRICTIONS
You are NOT permitted to:
a) Share, distribute or resell the whole or any part of the Software for
any commercial or non-commercial purpose except where permitted by
item 3 Private Use and item 4 Contribute.

3. PRIVATE USE
You have the freedom to:
a) Use the Software for any purpose.
b) Change the Software to suit your needs.
c) Share the Software and changes you make within a circle of persons
closely connected to you, such as relatives or friends.

4. CONTRIBUTE
You are permitted to:
a) Create a fork of the repository with the intention to contribute back
your changes to the upstream repository.

5. OWNERSHIP
The Software, copyright, and other intellectual property rights of whatever
nature in the Software, including any modifications made thereto are and shall
remain the property of the Licensor.

6. WARRANTY DISCLAIMER
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.

7. LIMITATION OF LIABILITY
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 3aadd86

Please sign in to comment.