---
# ---------------------------------------------
# ----    COMPLICENSE COP CONFIGURATION    ----
# ---------------------------------------------

# set this to No when you want cop to ignore this repository
cop_active: No

# set this to No when you don't want cop to print its config on each run (might get annoying when using the Git CLI)
# cop will then remain silent and only print information about insertions and errors
cop_yell: Yes

# if set to Yes, cop will check diff files only rather than the entire repository
cop_diff_only: No

# comma separated, gitignore patterns to ignore files (optional)
cop_ignore_files: []

# comma separated, regex patterns (python engine) to ignore comments (optional, case-insensitive)
cop_ignore_comments: []

# [!!!---EXPERIMENTAL---!!!]
# list of encodings that complicense cop will try to process (in that order, by trial and error)
# adding encodings to this list will NOT automatically lead to a consistent and correct result
# please avoid changing this unless absolutely necessary
cop_supported_encodings: [ 'utf-8-sig', 'utf-16' ]

# specifies how cop handles encoding errors
# ‘strict’ (Default)  - will report encoding errors and will abort commit
# ‘ignore’            - will still report encoding errors but WON'T abort commit
cop_encoding_error_mode: strict

# regardless of multiline comment capabilities, cop will use single line comments for all files
# with extensions listed below, specify as '.java' or 'java'
cop_force_single_line_ext: []


# ===========================
# = LICENSE SPECIFIC VALUES =
# ===========================

# license types:
# 1 = IA DIST
# 2 = IA NO-DIST
license_type: 2

# project name inserted in license and license NOTICE
project_name: shutup

# legal Isar Aerospace entity under which the software is released
legal_entity: Isar Aerospace Technologies GmbH

# put any optional license parameters here
# make sure the name matches your (lower-case) section value and (upper-case) placeholder
optional_params:
  # comma separated strings of entities allowed to use the software free of charge (optional)
  eligible_entities: []