summaryrefslogtreecommitdiffstats
path: root/LaTeX/Classification/Classification.tex
blob: d9ad832053d7470afab8b5494487f6fee464ae42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
\documentclass[12pt]{report}
%bibtex
\usepackage[style=mla,backend=biber]{biblatex}

%for Copyleft symbol
\usepackage{graphicx}
\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    urlcolor=blue,
    citecolor=blue,
    pdfborderstyle={/S/U/W 1}
    }



%Margin - 1 inch on all sides
%
\usepackage[letterpaper]{geometry}
\geometry{top=1.0in, bottom=1.0in, left=1.0in, right=1.0in}

%Bibliography File
\addbibresource{Biblio.bib} 

%\usepackage{setspace}
%\onehalfspacing

\linespread{2.0}

\newcommand{\license}[1]{\textbf{#1}}

\begin{document}
\begin{flushleft}

\begin{center}
\textbf{
Classifications of free and non-free copyright licenses
}
\end{center}
	Copyright licenses are an important part of any work as they are what dictates the recipient of the copyrighted work may do with said work. Copyright licenses may be applied to anything legally copyrightable. What is legally copyrightable, usually, is what is legally classified as an "artistic work" (such as software, movies, poetry, articles, songs, etc).
\newline
	As licenses dictate what may or may not be done with a work, there comes a question of if a license gives enough rights to be considered free (as in freedom) or not. Licenses are commonly split into two categories: Free and Non-Free based on their characteristics. Such characteristics can be, but aren't limited to: the ability to distribute, the ability to sell a work, the ability to remix a work, the ability to share remixes, the nature of how source code is distributed (software only).
\newline
\newline
	\textbf{\underline{FREE LICENSING}}
\newline	
	Free licenses are those licenses that allow for the freedom to use, copy, distribute, study, change, and improve whatever work a free license is attached to. Such licensing can apply to software, documents, art, or any other copyrightable material. Free Licenses come with many different characteristics, one of the most notable is "Copyleft". Copyleft is where those rights given by the license also are extended to any copy or derivative of a work with a copyleft license.
\pagebreak
\newline
\newline
	\license{GNU GPL (Any Version)}
\newline	
	The GNU GPL is one of the most popular Copyleft licenses for coded works. This puts a walled garden of "GPL compatible only" (with some exceptions) around the GPL as to prevent those who do not wish to participate in software freedom from being able to use the code. The newer versions of the GNU GPL (including variations) also have clauses that protect from on patent laws, tivoisation, and "Software as a Service" as means of getting around GPL protections.
\newline
\newline	
	\license{Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA 4.0)}
\newline
	The CC-BY-SA 4.0 is to artistic works as to what the GNU GPL is to code. It enforces a similar "walled garden" effect as to allow only the same license to work with the works. Of note, the CC-BY-SA 4.0 is compatible with the GNU GPL v3, meaning that works under either the CC-BY-SA 4.0 and GNU GPL v3 may be combined without infringement. Patent rights and Moral rights are not a given under this license.
\pagebreak
\newline	
	\license{GNU LGPL (Any Version)}
\newline
         The GNU LGPL is another popular copyleft software license, however, it is a weak copyleft license. Instead of enforcing that an entire application must have its source code free, The GNU LGPL only requires that the source code of modified copies to be distributed freely.
\newline
\newline	
	\license{Mozilla Public License 2.0 (MPL 2.0)}
\newline
	 The MPL 2.0 is akin to the GNU LGPL in its weak copyleft, but instead of enforcing the sharing requirements for the entire application, it is on a file-basis level. For example, if a user modified code in a text documented that had the MPL 2.0 attached to it and then distributed that file to the public, that user must provide the source code to that file. 
\newline
\newline	
	\license{Apache 2.0 License}
\newline
         The Apache 2.0 License is a permissive software license that has no copyleft requirements. Anyone code put under the license may be used for any reason, including embedding in non-freely licensed applications. However, the Apache 2.0 license requires that all patents be licensed to users and contributors freely, in cases where a patent violation suit is launched upon any user or contributor about said software, there will be a termination in patent licensing for the suing entity.
\pagebreak
\newline
\newline	
	\license{Public Domain (CC0)}
\newline
         Public Domain and other uninfringable licenses are utterly permissive. Public Domain in specific is a lack of copyright and thus there are no terms to be followed in copyright. As this subject can be legally controversial as different jurisdictions treat the Public Domain differently, there are Public Domain-like licenses out there that fit the role of the Public Domain without any legal headache. Namely, the CC0 is a Public Domain-like license.
\newline
\newline	
	\textbf{\underline{NON-FREE LICENSING}}
\newline	
	Non-Free licensing is licensing that in some way restricts the freedom to use, copy, distribute, study, change, and improve whatever work a non-free license is attached to. Such licensing can apply to any copyrightable work.
\newline
\newline	
	\license{All Rights Reserved}
\newline
	This license is the default license and is no longer legally required to be printed on a copyrighted work for it to be enforceable. All Rights Reserved gives the user no freedom at all to do as they wish with the copyrighted work and all usage is at the sole discretion and terms of the author. This statement is still commonly presented on copyrighted works in spite of the lack of a need to.
\pagebreak
\newline
	\license{No License}
\newline
	In spite of common misconception, this is functionally identical to All Rights Reserved. No copyright needs to be registered for a work to be copyrighted, thus full copyright rules goes to the copyright holder upon creation, even without a stated license. As no statement about what is legally allowed to be done with a copyrighted publication means all the rights that could be given are reserved it is assumed that, legally, nothing is allowed to be done with the copyrighted work (except in cases of fair use).
\newline
\newline	
	\license{Microsoft Limited Public License (Ms-LPL)}
\newline
	The Ms-LPL is a software license that is akin to the GNU GPL License in function. It grants both a permissive copyright and prevents patent treachery. However, the key difference that makes this license non-free is its fourth "Platform Limitation" clause. This makes it so that the freedom gained from the patent grant and the permissive copyright only applies if the software in question is developed for Microsoft's Windows.
\pagebreak
\newline
\newline	
	\license{Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC 4.0)}
\newline
	The CC-BY-NC 4.0 is a non-free license that allows for those licensed works to be shared and adapted the work insofar as that work is not used for any commercial purpose. Patent rights and moral rights are not given in this license. This license's restriction of distribution with fees and other forms of profiteering makes this license non-free.
\newline
\newline
	\license{Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)}
\newline
	The CC-BY-ND 4.0 is a non-free license that allows for those licensed works to be shared for any reason. Patent rights and moral rights are not given in this license. This license's restriction of distribution of remixing makes this license non-free.
\newline
\newline
Both free and non-free copyright licenses are highly influential upon the work they're applied to. Those licenses grant or revoke rights that effect all recipients of the work for decades to a century depending on how the law sees the work. No matter the license applied, understanding of said license, its effects, and its comparability will effect recipients for years to come.


%\pagebreak
%\printbibliography


\end{flushleft}

\scriptsize{
        \begin{center}
                \vspace*{\fill}
                Copyright \copyright \the\year{} msglm -
                This work is licensed under the \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC-BY-SA 4.0} with willingness a to sell exceptions.
        \end{center}
}
\end{document}