Skip to content

Commit 8eecfc1

Browse files
committed
Updated license to be a standard 3-clause BSD, and tweaked the install script to not activate init script by default.
1 parent fb70b4c commit 8eecfc1

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

LICENSE

+30-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1-
autom8 is copyright Casey Langen 2008-2014.
1+
-------------------------------------------------------------------------------
2+
- autom8 License Agreement
3+
-------------------------------------------------------------------------------
24

3-
By installing autom8 you agree to the following set of terms:
5+
All autom8 source is copyright Casey Langen 2007-2016. Some rights reserved.
46

5-
* autom8 comes with ABSOLUTELY NO WARRANTY. Use it at your own risk.
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are met:
69

7-
* autom8 is free for personal and educational use. If you want to use this
8-
software commercially, please contact the author.
10+
* Redistributions of source code must retain the above copyright notice, this
11+
list of conditions and the following disclaimer.
912

10-
* autom8 may not be MODIFIED *or* REDISTRIBUTED in any way, shape, or form
11-
without written consent from the author.
13+
* Redistributions in binary form must reproduce the above copyright notice,
14+
this list of conditions and the following disclaimer in the documentation
15+
and/or other materials provided with the distribution.
16+
17+
* Neither the name of the author nor the names of other contributors may be
18+
used to endorse or promote products derived from this software without specific
19+
prior written permission.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
22+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
25+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
27+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
28+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31+
32+
-------------------------------------------------------------------------------
33+
34+
Please visit http://autom8.io for upgrades and contact information.
1235

13-
Please visit http://autom8.io for upgrades and contact information.

bin/install

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ if [[ $LINUX == 1 ]]; then
100100
sudo rm /etc/init.d/autom8-server
101101
sudo cp $PREFIX/bin/autom8-init.rc /etc/init.d/autom8-server
102102
sudo chmod +x /etc/init.d/autom8-server
103-
sudo update-rc.d autom8-server defaults
104103
fi
105104

106105
echo "[*] done"

0 commit comments

Comments
 (0)