mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
64 lines
4.4 KiB
HTML
64 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="http://mkaysi.github.io/AboutMe/index.html">
|
|
<title>
|
|
Licenses
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
|
|
</head>
|
|
<hr/>
|
|
<a href="../sitemap/sitemap.html">Sitemap</a> || <a href="../index.fi.html">In Finnish / Suomeksi</a>
|
|
<hr/>
|
|
|
|
<!--- pandoc -f markdown -t mediawiki -i markdown.md -o mediawiki.txt --->
|
|
|
|
<h2 id="default-licenses">Default licenses</h2>
|
|
<p>If you see content by me where license isn't mentioned (like this page), the license is one of the three below depending on content.</p>
|
|
<h3 id="code">Code</h3>
|
|
<div id="bsd">
|
|
<p>BSD License</p>
|
|
<pre><code>Copyright (c) <year> Mikaelaelaela Suomalainen (Mkaysi) & contributors (git shortlog -s)
|
|
|
|
All rights reserved.
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
modification, are permitted provided that the following conditions are met:
|
|
|
|
* Redistributions of source code must retain the above copyright notice,
|
|
this list of conditions, and the following disclaimer.
|
|
* Redistributions in binary form must reproduce the above copyright notice,
|
|
this list of conditions, and the following disclaimer in the
|
|
documentation and/or other materials provided with the distribution.
|
|
* Neither the name of the author of this software nor the name of
|
|
contributors to this software may be used to endorse or promote products
|
|
derived from this software without specific prior written permission.
|
|
|
|
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. IN NO EVENT SHALL THE COPYRIGHT OWNER 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.
|
|
|
|
Portions of the included source code are copyright by its original author(s)
|
|
and remain subject to its associated license.</code></pre>
|
|
<p>Remember to replace <year> with the year where the content is from. If you don't know the year when the content was made, just use the current year.</p>
|
|
</div>
|
|
<h3 id="not-code">Not code</h3>
|
|
<h4 id="photosvideosaudio">Photos/Videos/Audio</h4>
|
|
<p><strong>This doesn't include screenshots and most things not taken with camera/microphone.</strong></p>
|
|
<p>Photos/Videos/Audio by me which don't include license mentioning are licenced under Creative Commons Attribution-NoDerivs 3.0 Unported license aka <a href="https://creativecommons.org/licenses/by-nd/3.0/">CC-BY-ND</a>.</p>
|
|
<h4 id="everything-else-than-mentioned-above">Everything else than mentioned above</h4>
|
|
<p>All other content by me than the ones mentioned above are licensed under Creative Commons Attribution 3.0 Unported license aka <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY</a>.</p>
|
|
<h3 id="whom-to-attribute-with-creative-commons-licenses">Whom to attribute with Creative Commons licenses?</h3>
|
|
<p>My name is <strong>Mikaela Suomalainen</strong> and my homepage is <strong>http://mkaysi.github.io/</strong> . I would like at least this information be attributed and if you want you can also attribute <strong>Mikaela Suomalainen (Mkaysi)</strong> with homepage <strong>http://mkaysi.github.io/ .</strong></p>
|
|
<h3 id="why-do-you-have-default-licences-for-works-that-dont-mention-license">Why do you have "default licences" for works that don't mention license?</h3>
|
|
<p><strong>Licences under this bolded message don't have anything to do with my work. For information about my works, read above!</strong></p>
|
|
<p>I have "signed" <a href="https://fedoraproject.org/wiki/Legal:Fedora_Project_Contributor_Agreement?rd=Legal:FPCA">Fedora Project Contributor Agreement</a> which specifies default licences of signers if they haven't specified their own licences.</p>
|
|
<p>The licences which they specify are MIT license for code and Creative Commons Attribution-ShareAlike 3.0 Unported (CC-BY-SA) with section 4d waived for everything else.</p>
|