Skip to content

Commit

Permalink
Added license and cookies policy
Browse files Browse the repository at this point in the history
  • Loading branch information
boytchev committed Jul 24, 2024
1 parent 65fdb32 commit 134b58b
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 7 deletions.
5 changes: 3 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ h1:not([id])+p {

.gallery {
display: block;
text-align: center;
text-align: justify;
}

.style-block {
Expand All @@ -99,10 +99,11 @@ h1:not([id])+p {
text-align: center;
cursor: pointer;
text-decoration: none;
margin: 0.2em;
}

.style-block img {
border: gray 1px dotted;
border: light 1px solid;
padding: 2px;
}

Expand Down
22 changes: 22 additions & 0 deletions docs/cookies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<img class="logo" src="../assets/logo/logo.png">

# Mannequin.js

## Cookies Policy


We hate cookies.


We do not want your cookies.


No cookies or any other technology is used to track you.
No data about you is being collected. However, there is
no control on how the hosting service or any other server
or service provider between you and this site behaves.


<div class="footnote">
<a href="../">Home</a>
</div>
36 changes: 36 additions & 0 deletions docs/licence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<img class="logo" src="../assets/logo/logo.png">

# Mannequin.js


## Posture Licence


You can use this software to generate 3D figures. You are allowed:

* **to freely use the figutes** in anything: games, movies, web sites, publications, presentations, printed materials, company logos, billboards, adverticements;
* **to modify, adapt and build** on the figures in any imaginable way;
* **to release your work** with the figures under any licence of your choice.


However, we hope that:

* the figures are not used in any immoral, illegal, misleading or diceptive context;
* you understand that anyone could recreate the exact same figures, that you have already created with pasion and love;
* you find this software useful.


## Software Licence

The software of Mannequin.js and its Posture Editor is licenced under
[GPL-3 licence](https://github.com/boytchev/mannequin.js?tab=GPL-3.0-1-ov-file#readme).


## AI Usage Licence

You can use the generated figures and their motions for AI training.


<div class="footnote">
<a href="../">Home</a>
</div>
8 changes: 3 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for Computer Sciences undergraduate students from the
[Faculty of Mathematics and Informatics](https://www.fmi.uni-sofia.bg/en)
at [Sofia University](https://www.uni-sofia.bg/index.php/eng).

Click on an image to open a live demo.
### Demos

<div class="gallery">

Expand Down Expand Up @@ -43,10 +43,8 @@ You can try and build your own posturs with the online [Posture Editor](https://
[<img src="https://boytchev.github.io/mannequin.js/docs/snapshots/example-posture-editor.jpg">](https://boytchev.github.io/mannequin.js/src/editor/posture-editor.html)


Mannequin.js is licensed under **GPL-3.0**.



<div class="footnote">
<a href="docs/cookies.html">Cookies</a> &middot;
<a href="docs/licence.html">Licence</a> &middot;
<a href="https://github.com/boytchev/mannequin.js">GitHub</a>
</div>

0 comments on commit 134b58b

Please sign in to comment.