mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
95 lines
3.9 KiB
Markdown
95 lines
3.9 KiB
Markdown
<!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/>
|
|
[Sitemap](../sitemap/sitemap.html) || [In Finnish / Suomeksi](../index.fi.html)
|
|
<hr/>
|
|
|
|
<!--- pandoc -f markdown -t mediawiki -i markdown.md -o mediawiki.txt --->
|
|
|
|
Default licenses
|
|
----------------
|
|
|
|
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.
|
|
|
|
### Code
|
|
<div id=bsd>
|
|
BSD License
|
|
|
|
```
|
|
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.
|
|
```
|
|
|
|
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.
|
|
|
|
</div>
|
|
|
|
### Not code
|
|
|
|
#### Photos/Videos/Audio
|
|
|
|
**This doesn't include screenshots and most things not taken with camera/microphone.**
|
|
|
|
Photos/Videos/Audio by me which don't include license mentioning are licenced under
|
|
Creative Commons Attribution-NoDerivs 3.0 Unported license aka [CC-BY-ND](https://creativecommons.org/licenses/by-nd/3.0/).
|
|
|
|
#### Everything else than mentioned above
|
|
|
|
All other content by me than the ones mentioned above are
|
|
licensed under Creative Commons Attribution 3.0 Unported license aka [CC-BY](https://creativecommons.org/licenses/by/3.0/).
|
|
|
|
### Whom to attribute with Creative Commons licenses?
|
|
|
|
My name is **Mikaela Suomalainen** and my homepage is **http://mkaysi.github.io/** .
|
|
I would like at least this information be attributed and if you want you
|
|
can also attribute **Mikaela Suomalainen (Mkaysi)** with homepage **http://mkaysi.github.io/ .**
|
|
|
|
### Why do you have "default licences" for works that don't mention license?
|
|
|
|
**Licences under this bolded message don't have anything to do with my work.
|
|
For information about my works, read above!**
|
|
|
|
I have "signed" [Fedora Project Contributor Agreement](https://fedoraproject.org/wiki/Legal:Fedora_Project_Contributor_Agreement?rd=Legal:FPCA) which specifies
|
|
default licences of signers if they haven't specified their own licences.
|
|
|
|
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.
|