Skip to content

Commit f015605

Browse files
authored
Add CC license (#9)
1 parent 5a3607b commit f015605

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

LICENSE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Creative Commons Attribution 4.0 International License
2+
3+
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
4+
5+
You are free to:
6+
Share — copy and redistribute the material in any medium or format
7+
Adapt — remix, transform, and build upon the material
8+
for any purpose, even commercially.
9+
10+
Under the following terms:
11+
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
12+
13+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
14+
15+
Notices:
16+
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
17+
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "astro-portfolio",
33
"type": "module",
44
"version": "0.0.1",
5+
"license": "CC-BY-4.0",
56
"scripts": {
67
"dev": "astro dev",
78
"start": "astro dev",

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const currentYear = new Date().getFullYear();
55
<footer role="contentinfo">
66
<center>
77
<hr />
8-
<p><small{currentYear} CuddlyBunion341. All rights reserved.</small></p>
8+
<p><small{currentYear} CuddlyBunion341. Licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer">CC BY 4.0</a>.</small></p>
99

1010
<a
1111
href="https://github.com/CuddlyBunion341"

0 commit comments

Comments
 (0)