Skip to content
Snippets Groups Projects
Verified Commit 6ab6abde authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore add licenses

parent 80415d68
No related branches found
No related tags found
No related merge requests found
Showing
with 91 additions and 1 deletion
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Property-Keys * Property-Keys
* @author schukai GmbH * @author schukai GmbH
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for datasources * Namespace for datasources
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for storages * Namespace for storages
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for storages * Namespace for storages
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* In this namespace you will find classes and methods for handling the DOM. * In this namespace you will find classes and methods for handling the DOM.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* In this namespace you will find classes and methods for handling resources. * In this namespace you will find classes and methods for handling resources.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* In this namespace you will find classes and methods for handling the DOM. * In this namespace you will find classes and methods for handling the DOM.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* In this namespace you will find classes and methods for handling locale and localized texts. * In this namespace you will find classes and methods for handling locale and localized texts.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* In this namespace you will find classes and methods for handling locale and localized texts. * In this namespace you will find classes and methods for handling locale and localized texts.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* @namespace Monster.Logging.Handler * @namespace Monster.Logging.Handler
* @memberOf Monster.Logging * @memberOf Monster.Logging
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for logging. * Namespace for logging.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for math. * Namespace for math.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for texts. * Namespace for texts.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for types. * Namespace for types.
* *
......
/**
* Copyright 2022 schukai GmbH
* SPDX-License-Identifier: AGPL-3.0
*/
/** /**
* Namespace for utilities. * Namespace for utilities.
* *
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
ifneq "$(wildcard $(SOURCE_PATH) )" "" ifneq "$(wildcard $(SOURCE_PATH) )" ""
## Files wich should be checked for license headers ## Files wich should be checked for license headers
LICENSE_FILE_PATTERN ?= $(SOURCE_PATH).*{go,js,php} LICENSE_FILE_PATTERN ?= $(shell find $(SOURCE_PATH) -type f \( -iname \*.go -o -iname \*.php -o -iname \*.js -o -iname \*.mjs -o -iname \*.cjs \) )
endif endif
# https://spdx.github.io/spdx-spec/v2.3/SPDX-license-list/ # https://spdx.github.io/spdx-spec/v2.3/SPDX-license-list/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment