Changeset afbd3a1 in flex_extract.git


Ignore:
Timestamp:
Aug 20, 2019, 3:38:23 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
8f2bf6c
Parents:
5b0708b
Message:

added licence statements and descriptions

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r2d1c338 rafbd3a1  
     1#!/bin/bash
    12#
    2 # gitignore lists all directories and files which should not be versionized!!!
     3# @Author: Anne Philipp
    34#
     5# @Date: January 2018
     6#
     7# @Description:
     8#    gitignore lists all directories and files which should
     9#    not be versionized!!!
     10#
     11# @Licence:
     12#    (C) Copyright 2014-2019.
     13#
     14#    SPDX-License-Identifier: CC-BY-4.0
     15#
     16#    This work is licensed under the Creative Commons Attribution 4.0
     17#    International License. To view a copy of this license, visit
     18#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
     19#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
     20#
     21# -----------------------------------------------------------------
    422
    523# these dirs and files shouldn't be versionized at any time in this project!!!
  • Run/run.sh

    rba99230 rafbd3a1  
    66#
    77# @Description:
     8#    This script defines the available command-line parameters
     9#    for running flex_extract and combines them for the execution 
     10#    of the Python program. It also does some checks to
     11#    guarantee necessary parameters were set and consistent.
    812#
    9 
    10 
     13# @Licence:
     14#    (C) Copyright 2014-2019.
     15#
     16#    SPDX-License-Identifier: CC-BY-4.0
     17#
     18#    This work is licensed under the Creative Commons Attribution 4.0
     19#    International License. To view a copy of this license, visit
     20#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
     21#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
     22#
    1123# -----------------------------------------------------------------
    1224# AVAILABLE COMMANDLINE ARGUMENTS TO SET
     
    2739PP_ID=None
    2840JOB_TEMPLATE='job.temp'
    29 CONTROLFILE='CONTROL_CERA'
    30 DEBUG=1
    31 REQUEST=2
     41CONTROLFILE='CONTROL_EA5'
     42DEBUG=0
     43REQUEST=0
    3244PUBLIC=0
    3345
  • setup.sh

    r8c55c02 rafbd3a1  
    88#    This file defines the flex_extract's available installation
    99#    parameters and puts them together for the call of the actual
    10 #    python installation script.
    11 #    It also does some checks to guarantees necessary parameters
    12 #    were set.
     10#    python installation script. It also does some checks to
     11#    guarantee necessary parameters were set.
     12#
     13# @Licence:
     14#    (C) Copyright 2014-2019.
     15#
     16#    SPDX-License-Identifier: CC-BY-4.0
     17#
     18#    This work is licensed under the Creative Commons Attribution 4.0
     19#    International License. To view a copy of this license, visit
     20#    http://creativecommons.org/licenses/by/4.0/ or send a letter to
     21#    Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
    1322#
    1423# -----------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG