Skip to content

Commit 6678bb1

Browse files
committed
Added MIT License
1 parent 76e99cd commit 6678bb1

File tree

5 files changed

+41
-0
lines changed

5 files changed

+41
-0
lines changed

LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2019 Alejandro de Tovar
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
4+
(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,
5+
distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
6+
following conditions:
7+
8+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9+
10+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
11+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

commands/a2dissite

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#! /bin/bash
22

3+
# Copyright 2019 Alejandro de Tovar
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
6+
# (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
7+
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
8+
# subject to the following conditions:
9+
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
#
11+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12+
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
13+
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
14+
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
316
HTTP_DIR="/etc/httpd"
417
HTTP_DIR_ENABLED="$HTTP_DIR/sites-enabled"
518

commands/a2ensite

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#! /bin/bash
22

3+
# Copyright 2019 Alejandro de Tovar
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
6+
# (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
7+
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
8+
# subject to the following conditions:
9+
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
#
11+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
12+
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
13+
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
14+
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
316
HTTP_DIR="/etc/httpd"
417
HTTP_DIR_AVAILABLE="$HTTP_DIR/sites-available"
518
HTTP_DIR_ENABLED="$HTTP_DIR/sites-enabled"

profile/a2dissite

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- shell-script -*-
22
#
33
# Copyright 2019 Alejandro de Tovar
4+
#
45
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
56
# (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
67
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,

profile/a2ensite

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- shell-script -*-
22
#
33
# Copyright 2019 Alejandro de Tovar
4+
#
45
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
56
# (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
67
# publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,

0 commit comments

Comments
 (0)