add license to script
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
8c367e80dd
commit
7d16d4bbad
@ -1,5 +1,31 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This software creates a base Jekyll site with Strapi CMS integrations.
|
||||
# Copyright (C) SharpeTronics LLC, 2013-PRESENT
|
||||
|
||||
# Author(s): SharpeTronics LLC
|
||||
# License: GPLv3
|
||||
# Version: 1.6
|
||||
|
||||
# This is Free Software released under GPLv3. Any misuse of this software
|
||||
# will be followed up with GPL enforcement via Software Freedom Law Center:
|
||||
# https://www.softwarefreedom.org/
|
||||
|
||||
# If you incorporate or include any code from SharpeTronics LLC, your
|
||||
# code must be licensed as GPLv3 (not GPLv2 or MIT)
|
||||
|
||||
# The GPLv3 software license applies to the code directly included in this source distribution.
|
||||
# See the LICENSE & COPYING file for full information.
|
||||
|
||||
# Dependencies downloaded as part of the build process may be covered by other open-source licenses.
|
||||
|
||||
# We are open to granting a more permissive (such as MIT or Apache 2.0) license to SharpeTronics LLC,
|
||||
# software on a *case-by-case* basis, for an agreed upon price. Please email
|
||||
# info@sharpetronics.com.
|
||||
|
||||
# If you would like to contribute to this code, please follow GPLv3 guidelines.
|
||||
# as an example, after making changes to the software (Called a Fork) and credit the original copyright holder as the creator with your credit added to theirs.
|
||||
|
||||
# run this script in the current directory you would like the site to be created in.
|
||||
# requirements: bash; script works only in unix type environments.
|
||||
# this script should be executed in the scripts/ directory.
|
||||
@ -83,3 +109,19 @@ cp -vf ./scripts/templates/layouts/* ./_layouts/
|
||||
|
||||
# add default _includes templates
|
||||
cp -vf ./scripts/templates/includes/* ./_includes/
|
||||
|
||||
# _ _ _
|
||||
# ___| |_ __ _ _ __ | |_ _ __ ___| | __
|
||||
# / __| __/ _` | '__| | __| '__/ _ \ |/ /
|
||||
# \__ \ || (_| | | | |_| | | __/ <
|
||||
# |___/\__\__,_|_| \__|_| \___|_|\_\
|
||||
# _______----_______
|
||||
# ___---~~~~~.. ... .... ... ..~~~~~---___
|
||||
# _ ==============================================
|
||||
# __________________________ - .. .. _--~~~~~-------____-------~~~~~
|
||||
#(______________________][__)____ -
|
||||
# / /______---~~~.. .. ..~~-_~
|
||||
# <_______________________________-
|
||||
# ~~~~~~~-----__ __-
|
||||
# ~~~~~~~~~~~
|
||||
# U S S E N T E R P R I S E N C C - 1 7 0 1 - D
|
||||
|
Loading…
x
Reference in New Issue
Block a user