Skip to content

Commit f8a6df7

Browse files
committed
Add copyright information
1 parent 417e45a commit f8a6df7

File tree

2 files changed

+471
-2
lines changed

2 files changed

+471
-2
lines changed

00-FrontMatter.md

+44-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,45 @@ header-includes:
1616
- \usepackage{newunicodechar}
1717
- \newunicodechar{↩}{$\color{blue}\scriptstyle\hookleftarrow$}
1818

19-
thanks: |
19+
include-before: |
20+
\pagestyle{empty}
21+
\begingroup
2022
Thanks to those who put up with our nonsense and those who paid us
2123
to write a book that is full of it.
24+
\endgroup
2225
26+
\vfill
27+
28+
\begingroup
29+
The source code for this book is available at [https://github.com/michaelwisely/CS1001-Prelab-Book](https://github.com/michaelwisely/CS1001-Prelab-Book).
30+
We welcome questions, corrections, and improvements.
31+
\endgroup
32+
33+
\vfill
34+
35+
\begingroup
36+
\footnotesize
37+
\parindent 0pt
38+
\parskip \baselineskip
39+
\textcopyright{} 2017--2018 Nathan Jarus and Michael Wisely
40+
41+
\indent
42+
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
43+
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/
44+
or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
45+
46+
\begin{center}
47+
\begin{tabular}{ll}
48+
Zeroth edition: & August 2017
49+
\end{tabular}
50+
\end{center}
51+
52+
\endgroup
53+
\clearpage
2354
...
2455

25-
\chapter*{Introduction}
56+
\frontmatter
57+
\chapter{Introduction}
2658

2759
The field of Computer Science is an odd amalgamation of math, logic, statistics, philosophy, electrical engineering, psychology, and systems engineering.
2860
Some of your classes will be hands-on and easily applicable; others will focus on ideas and theory, leaving the application in your hands.
@@ -43,5 +75,15 @@ Your learning does not end when you finish this book either.
4375
Keep using the tools we present; practice will improve both how quickly you can accomplish tasks and your understanding of how
4476
the tools, and by extension computers and software, work.
4577

78+
A note on the copyright license of this book: copyright laws are typically used to restrict the rights of others to copy, modify, and distribute creative works.
79+
This book is distributed under what's known as a 'copyleft' license --- rather than restricting your rights, it ensures that you retain these rights.
80+
The [Creative Commons Attribution-Share Alike (CC BY-SA)](https://creativecommons.org/licenses/by-sa/2.0/) license states that you have the right to copy, modify, and distribute your modifications to this book
81+
as you please so long as you follow two rules:
82+
83+
1. You have to credit the authors of the work and indicate if you have made any changes.
84+
2. You have to distribute your changes under the same license, giving others the same rights to your modifications as you (and they) have to the original work.
85+
4686
We hope that learning the tools in this book make your life easier and that you have a little fun along the way.
4787
Happy hacking!
88+
89+
\mainmatter

0 commit comments

Comments
 (0)