mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
add gpl note
This commit is contained in:
11
website/dist/about/index.html
vendored
11
website/dist/about/index.html
vendored
@@ -23,6 +23,17 @@
|
|||||||
Additionally, since it is basically a "conventional" website, you can use your own domain and customize everything to your liking. As the whole project is open source, you
|
Additionally, since it is basically a "conventional" website, you can use your own domain and customize everything to your liking. As the whole project is open source, you
|
||||||
may as well add or remove some features, if you know how to do it.
|
may as well add or remove some features, if you know how to do it.
|
||||||
</p>
|
</p>
|
||||||
|
<h3 id="gpl">License</h3>
|
||||||
|
<p>This project is licensed under the GNU General Public License Version 3 or later. <br>
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||||
|
|||||||
5
website/dist/css/footerstyle.css
vendored
5
website/dist/css/footerstyle.css
vendored
@@ -5,4 +5,9 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tinytext {
|
||||||
|
font-size: 75%;
|
||||||
|
color: gray;
|
||||||
}
|
}
|
||||||
1
website/dist/footer.html
vendored
1
website/dist/footer.html
vendored
@@ -11,6 +11,7 @@
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<h2>libreǝvent</h2>
|
<h2>libreǝvent</h2>
|
||||||
<p>Free & open source event management solution</p>
|
<p>Free & open source event management solution</p>
|
||||||
|
<p class="tinytext">This program is free software. It comes with ABSOLUTELY NO WARRANTY! <a href="/about#gpl">More</a></p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user