Skip to content

Commit f203f48

Browse files
committed
adding license at the end of every file for CC-BY-SA
1 parent 8578823 commit f203f48

File tree

45 files changed

+229
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+229
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Thanks for reading and let me know if there's anything wrong or if you want to s
3232
----
3333

3434
## License
35-
The content of this project itself is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (link below). The code examples are licensed under the MIT license (found in LICENSE.md).
35+
The content of the text of this project is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution specified at the end of every chapter.
36+
If no attribution is specified, please attribute James Schloss.
37+
The code examples are licensed under the MIT license (found in LICENSE.md).
3638

37-
{% creativecommons type="by-nc" %}
38-
{% endcreativecommons %}
39+
[<p><img class="center" src="contents/cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/backward_euler_method/backward_euler_method.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ MORE TO COME!!!
88
<script>
99
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1010
</script>
11+
## License
12+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
13+
The code examples are licensed under the MIT license (found in LICENSE.md).
14+
15+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/barnes_hut_algorithm/barnes_hut_algorithm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ TODO
1111
<script>
1212
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1313
</script>
14+
## License
15+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
16+
The code examples are licensed under the MIT license (found in LICENSE.md).
17+
18+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/bitlogic/bitlogic.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ Here is a video describing the contents of this chapter:
143143
<script>
144144
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
145145
</script>
146+
## License
147+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
148+
The code examples are licensed under the MIT license (found in LICENSE.md).
149+
150+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/bogo_sort/bogo_sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ We are done here!
143143
<script>
144144
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
145145
</script>
146+
## License
147+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
148+
The code examples are licensed under the MIT license (found in LICENSE.md).
149+
150+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/bubble_sort/bubble_sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,8 @@ Trust me, there are plenty of more complicated algorithms that do precisely the
146146
<script>
147147
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
148148
</script>
149+
## License
150+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
151+
The code examples are licensed under the MIT license (found in LICENSE.md).
152+
153+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/cc/CC-BY-SA_icon.svg

Lines changed: 9 additions & 0 deletions
Loading

contents/chans_algorithm/chans_algorithm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ COMING SOON!
55
<script>
66
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
77
</script>
8+
## License
9+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
10+
The code examples are licensed under the MIT license (found in LICENSE.md).
11+
12+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/choosing_a_language/choosing_a_language.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ For now, let's briefly list all the languages we will eventually cover in the ar
6868
We will obviously add more languages with time.
6969
This is simply a quick list.
7070
Please let me know which languages you want to cover and I'll add them here!
71+
## License
72+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
73+
The code examples are licensed under the MIT license (found in LICENSE.md).
74+
75+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/compiled_languages/compiled_languages.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ Done.
3030

3131
Again, there is nothing wrong with using an IDE, they are incredibly useful for large software projects and often have debugging in-built, which is a huge benefit!
3232
I just find it easier to avoid GUI's whenever possible.
33+
## License
34+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
35+
The code examples are licensed under the MIT license (found in LICENSE.md).
36+
37+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/computational_geometry/computational_geometry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ We will add more to this section as the Archive evolves, so let me know of any a
77
<script>
88
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
99
</script>
10+
## License
11+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
12+
The code examples are licensed under the MIT license (found in LICENSE.md).
13+
14+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/convolutions/convolutions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,8 @@ Remember that each element of the frequency-space array is a different waveform
114114
<script>
115115
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
116116
</script>
117+
## License
118+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
119+
The code examples are licensed under the MIT license (found in LICENSE.md).
120+
121+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/cooley_tukey/cooley_tukey.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,8 @@ Some rather impressive scratch code was submitted by Jie and can be found here:
242242
<script>
243243
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
244244
</script>
245+
## License
246+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
247+
The code examples are licensed under the MIT license (found in LICENSE.md).
248+
249+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/data_compression/data_compression.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,8 @@ This measure can be used as a direct test of certain simple data compression tec
125125
<script>
126126
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
127127
</script>
128+
## License
129+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
130+
The code examples are licensed under the MIT license (found in LICENSE.md).
131+
132+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/data_structures/data_structures.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33
This is a book about algorithms.
44
The fundamental building blocks of algorithms are data structures, and thus as more algorithms are added to the Archive, more data structures will be added to this section.
5+
## License
6+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
7+
The code examples are licensed under the MIT license (found in LICENSE.md).
8+
9+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/decision_problems/decision_problems.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Overall, these problems come up all over the place and are certainly worth study
99
<script>
1010
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1111
</script>
12+
## License
13+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
14+
The code examples are licensed under the MIT license (found in LICENSE.md).
15+
16+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/differential_equations/differential_equations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33
Differential equations lie at the heart of many different systems in physics, economics, biology, chemistry, and many other areas of research and engineering.
44
Here, we discuss many different methods to solve particular sets of differential equations.
5+
## License
6+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
7+
The code examples are licensed under the MIT license (found in LICENSE.md).
8+
9+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/euclidean_algorithm/euclidean_algorithm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,8 @@ A text version of the program is provided for both versions.
238238
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
239239
</script>
240240

241+
## License
242+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
243+
The code examples are licensed under the MIT license (found in LICENSE.md).
244+
245+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/fortran/fortran.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# FORTRAN
22

33
Alright, so here's the thing about Fortran. It's old.
4+
## License
5+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
6+
The code examples are licensed under the MIT license (found in LICENSE.md).
7+
8+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/forward_euler_method/forward_euler_method.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,8 @@ Full code for the visualization follows:
147147
<script>
148148
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
149149
</script>
150+
## License
151+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
152+
The code examples are licensed under the MIT license (found in LICENSE.md).
153+
154+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/gaussian_elimination/gaussian_elimination.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,3 +560,8 @@ Here's a video describing Gaussian elimination:
560560
<script>
561561
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
562562
</script>
563+
## License
564+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
565+
The code examples are licensed under the MIT license (found in LICENSE.md).
566+
567+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/gift_wrapping/gift_wrapping.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Strictly speaking, though, the term is not entirely accurate for all convex hull
99
<script>
1010
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
1111
</script>
12+
## License
13+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
14+
The code examples are licensed under the MIT license (found in LICENSE.md).
15+
16+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

contents/graham_scan/graham_scan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,8 @@ In the end, the code should look something like this:
8282
<script>
8383
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
8484
</script>
85+
## License
86+
The text of this of this chapter is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution to James Schloss.
87+
The code examples are licensed under the MIT license (found in LICENSE.md).
88+
89+
[<p><img class="center" src="../cc/CC-BY-SA_icon.svg" /></p>](https://creativecommons.org/licenses/by-sa/4.0/)

0 commit comments

Comments
 (0)