Skip to content
Snippets Groups Projects
Commit afbd3a1a authored by Anne Philipp's avatar Anne Philipp
Browse files

added licence statements and descriptions

parent 5b0708b1
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# #
# gitignore lists all directories and files which should not be versionized!!! # @Author: Anne Philipp
# #
# @Date: January 2018
#
# @Description:
# gitignore lists all directories and files which should
# not be versionized!!!
#
# @Licence:
# (C) Copyright 2014-2019.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
#
# -----------------------------------------------------------------
# these dirs and files shouldn't be versionized at any time in this project!!! # these dirs and files shouldn't be versionized at any time in this project!!!
*.pyc *.pyc
......
...@@ -5,9 +5,21 @@ ...@@ -5,9 +5,21 @@
# @Date: October, 4 2018 # @Date: October, 4 2018
# #
# @Description: # @Description:
# This script defines the available command-line parameters
# for running flex_extract and combines them for the execution
# of the Python program. It also does some checks to
# guarantee necessary parameters were set and consistent.
#
# @Licence:
# (C) Copyright 2014-2019.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
# #
# ----------------------------------------------------------------- # -----------------------------------------------------------------
# AVAILABLE COMMANDLINE ARGUMENTS TO SET # AVAILABLE COMMANDLINE ARGUMENTS TO SET
# #
...@@ -26,9 +38,9 @@ INPUTDIR=None ...@@ -26,9 +38,9 @@ INPUTDIR=None
OUTPUTDIR=None OUTPUTDIR=None
PP_ID=None PP_ID=None
JOB_TEMPLATE='job.temp' JOB_TEMPLATE='job.temp'
CONTROLFILE='CONTROL_CERA' CONTROLFILE='CONTROL_EA5'
DEBUG=1 DEBUG=0
REQUEST=2 REQUEST=0
PUBLIC=0 PUBLIC=0
# ----------------------------------------------------------------- # -----------------------------------------------------------------
......
...@@ -7,9 +7,18 @@ ...@@ -7,9 +7,18 @@
# @Description: # @Description:
# This file defines the flex_extract's available installation # This file defines the flex_extract's available installation
# parameters and puts them together for the call of the actual # parameters and puts them together for the call of the actual
# python installation script. # python installation script. It also does some checks to
# It also does some checks to guarantees necessary parameters # guarantee necessary parameters were set.
# were set. #
# @Licence:
# (C) Copyright 2014-2019.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
# #
# ----------------------------------------------------------------- # -----------------------------------------------------------------
# AVAILABLE COMMANDLINE ARGUMENTS TO SET # AVAILABLE COMMANDLINE ARGUMENTS TO SET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment