-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathlicense.html
More file actions
51 lines (51 loc) · 3.61 KB
/
Copy pathlicense.html
File metadata and controls
51 lines (51 loc) · 3.61 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>ICS: Licensing Details</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="markdown.css" />
</head>
<body>
<main>
<h1 id="ics-licensing-details">ICS: Licensing Details</h1>
<p><a href="readme.html">Go up to the main ICS README file</a> (<a href="readme.md">md</a>)</p>
<p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> License. Copyright (c) 2018-2019 by Aaron Bloomfield.</p>
<h3 id="content">Content</h3>
<p>I was obviously not the first to come up with the idea of an introduction to cybersecurity course, and many have paved the path before me. Some of the content in this repository was taken, with permission, from the sources listed below.</p>
<ul>
<li><a href="https://www.eecs.umich.edu/courses/eecs388.w18/">EECS 388 at the University of Michigan</a> – this course, under a grant from Intel, was created and released under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> license. The assignments were based on this course.</li>
<li>Some of the content for the <a href="../slides/security-mindset.html#/">security mindset slide set</a> was based on <a href="https://www.cs.uic.edu/~s/teaching/cs487/2017-fall/slides/Lecture-01-Mindset.pdf">CS 487 from the University of Illinois at Chicago</a>, which was based on <a href="https://courses.engr.illinois.edu/cs461/sp2018/">ECE 422 / CS 461 from the University of Illinois</a>, which is also released under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a> license.</li>
<li>The ethics content is from <a href="https://www.scu.edu/ethics/focus-areas/technology-ethics/resources/an-introduction-to-cybersecurity-ethics/">this module from Santa Clara University</a></li>
</ul>
<h3 id="licensing-details">Licensing details</h3>
<p>Various components in this repository were obtained from other sources, all of which have compatible licenses, and all of which are listed below. Anything not listed on this page is released under the CC BY-SA license.</p>
<ul>
<li><a href="https://github.com/hakimel/reveal.js/">reveal.js</a> (used for the slides), released under an MIT license</li>
<li>Some of the images
<ul>
<li><a href="slides/images/print-icon.png">slides/images/print-icon.png</a> is from <a href="http://www.iconarchive.com/show/windows-8-icons-by-icons8/Very-Basic-Print-icon.html">here</a>; the license requires a linkback, which was that link.</li>
</ul></li>
<li>The MD5 collision materials, used for the <a href="hws/hw-hashing.html">Hashing homework</a> (<a href="hws/hw-hashing.md">md</a>) is from <a href="http://www.mscs.dal.ca/~selinger/md5collision/">here</a>, and is used with the permission posted on that website.</li>
</ul>
</main>
</body>
</html>