Skip to content
This repository was archived by the owner on Apr 21, 2018. It is now read-only.

Commit 1bd4582

Browse files
author
YouniS Bensalah
committed
Add public domain license and header in all source files.
1 parent ba2c033 commit 1bd4582

14 files changed

Lines changed: 165 additions & 0 deletions

LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
2+
3+
This is free and unencumbered software released into the public domain.
4+
5+
Anyone is free to copy, modify, publish, use, compile, sell, or
6+
distribute this software, either in source code form or as a compiled
7+
binary, for any purpose, commercial or non-commercial, and by any
8+
means.
9+
10+
In jurisdictions that recognize copyright laws, the author or authors
11+
of this software dedicate any and all copyright interest in the
12+
software to the public domain. We make this dedication for the benefit
13+
of the public at large and to the detriment of our heirs and
14+
successors. We intend this dedication to be an overt act of
15+
relinquishment in perpetuity of all present and future rights to this
16+
software under copyright law.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
22+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24+
OTHER DEALINGS IN THE SOFTWARE.
25+
26+
For more information, please refer to <http://unlicense.org/>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Slides for my Java programming tutorial using LaTeX beamer.
44

5+
## Build everything
6+
57
```bash
68
for i in slides-*.tex; do pdflatex -output-directory=out $i; done
79
```
10+
11+
## License
12+
13+
This work is released to the public domain.
14+
For the full copyright and license information, please view the [LICENSE](LICENSE) file.

slides-01.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-02.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-03.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-04.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-05.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-06.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-07.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

slides-08.tex

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
%%
2+
%% prog-folien
3+
%%
4+
%% Slides for my Java programming tutorial using LaTeX beamer.
5+
%%
6+
%% Copyright (c) 2015-2016 YouniS Bensalah <[email protected]>
7+
%%
8+
%% This work is released to the public domain.
9+
%% For the full copyright and license information, please view the LICENSE file.
10+
%%
11+
112
%% LaTeX-Beamer template for KIT design
213
%% by Erik Burger, Christian Hammer
314
%% title picture by Klaus Krogmann

0 commit comments

Comments
 (0)