Skip to content

Commit 20ec1f1

Browse files
authored
Added license notes to PDF (#18)
1 parent 4d600a1 commit 20ec1f1

4 files changed

+33
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release Notes
2+
3+
## Unreleased
4+
5+
### **v0.0.2** (Jan 27, 2021)
6+
7+
Added License Notes to PDF

content/000-about-the-author.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About the book
22

3-
* **This version was published on Dec 12 2020**
3+
* **This version was published on Jan 27 2021**
44

55
This is an open-source introduction to Bash scripting guide that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate tedious and repetitive daily tasks so that you can focus on more productive and fun things.
66

@@ -54,4 +54,28 @@ Ibis is a PHP tool that helps you write eBooks in markdown.
5454

5555
The cover for this ebook was created with [Canva.com](https://www.canva.com/join/determined-cork-learn).
5656

57-
If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go.
57+
If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go.
58+
59+
## License
60+
61+
MIT License
62+
63+
Copyright (c) 2020 Bobby Iliev
64+
65+
Permission is hereby granted, free of charge, to any person obtaining a copy
66+
of this software and associated documentation files (the "Software"), to deal
67+
in the Software without restriction, including without limitation the rights
68+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69+
copies of the Software, and to permit persons to whom the Software is
70+
furnished to do so, subject to the following conditions:
71+
72+
The above copyright notice and this permission notice shall be included in all
73+
copies or substantial portions of the Software.
74+
75+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
78+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
80+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
81+
SOFTWARE.
2.07 KB
Binary file not shown.
2.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)