-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathL2
More file actions
29 lines (26 loc) · 1.17 KB
/
L2
File metadata and controls
29 lines (26 loc) · 1.17 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
# PiLN: Rassberry Pi electric kiln controller
#
# Copyright (C) 2017 pvarney [email protected]:pvarney/PiLN.git
# Copyright (C) 2018 BlakeCLewis [email protected]:BlakeCLewis/PILN.git
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
license="""
PiLN Copyright (C) 2017 pvarney, 2018 Blake C. Lewis
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under the terms of the GNU General Public License version 3.
"""
print (license)
<meta rel="license" href="https://www.gnu.org/licenses/gpl-3.0.html">
Copyright (C) 2017,2018 GNU General Public License version 3
</a>