From 45461d47fd47c22dae4c57530aca70739092d09f Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Tue, 20 Jun 2023 08:39:23 +0200 Subject: [PATCH] refactor(#664): add tools module to reuse licensing --- .reuse/dep5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 030883587..0029bbc49 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Files: api/src/* client/src/* cli/src/* core/src/* integration-tests/src/* +Files: api/src/* client/src/* cli/src/* core/src/* tools/src/* integration-tests/src/* api/README.md cli/README.md core/README.md README.md CHANGELOG.md SECURITY.md Copyright: 2022 FIT-Connect contributors @@ -10,7 +10,7 @@ Files: .mvn/wrapper/* mvnw mvnw.cmd Copyright: 2013-2022 The Apache Software Foundation License: Apache-2.0 -Files: pom.xml api/pom.xml core/pom.xml client/pom.xml cli/pom.xml integration-tests/pom.xml +Files: pom.xml api/pom.xml core/pom.xml client/pom.xml cli/pom.xml tools/pom.xml integration-tests/pom.xml .gitlab-ci.yml .gitignore .m2/release.xml renovate.json checkstyle.xml checkstyle-suppressions.xml config.yml Copyright: 2022 FIT-Connect contributors -- GitLab