From 50de4cf6e94c36d4dd70ee6899c280d5b6ce6953 Mon Sep 17 00:00:00 2001 From: Armin Date: Wed, 8 May 2024 11:39:52 +0200 Subject: [PATCH] Remove version and update licence header year --- .github/workflows/publish-docker.yml | 4 +--- README.md | 2 +- collector/Dockerfile | 2 -- collector/entrypoint.sh | 3 +-- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index c3cedab..2b0284a 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -1,12 +1,10 @@ -# Copyright (C) 2019-2023 Cyface GmbH - All Rights Reserved +# Copyright (C) 2019-2024 Cyface GmbH - All Rights Reserved # Unauthorized copying of this file, via any medium is strictly prohibited # Proprietary and confidential. # # Pulls the required artifacts to build and publish the Docker images. # # author: Armin Schnabel -# since: 1.0.0 -# version: 1.0.6 name: (Test) Publish docker images on: diff --git a/README.md b/README.md index bcffd94..45f0952 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ See https://github.com/cyface-de/data-collector#release-a-new-version[Cyface Col * After pushing the release tag to Github the CI automatically builds the artifacts and marks the release on Github ## Licensing -Copyright 2018-2023 Cyface GmbH +Copyright 2018-2024 Cyface GmbH This file is part of the Cyface Data Collector. diff --git a/collector/Dockerfile b/collector/Dockerfile index 3099bc3..1bb27eb 100644 --- a/collector/Dockerfile +++ b/collector/Dockerfile @@ -14,8 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with the Cyface Data Collector. If not, see . -# -# Version 1.0.2 FROM eclipse-temurin:17-jre MAINTAINER Cyface GmbH diff --git a/collector/entrypoint.sh b/collector/entrypoint.sh index 29ca155..84d8ec0 100644 --- a/collector/entrypoint.sh +++ b/collector/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2018-2023 Cyface GmbH +# Copyright 2018-2024 Cyface GmbH # # This file is part of the Cyface Data Collector. # @@ -17,7 +17,6 @@ # along with the Cyface Data Collector. If not, see . # # author: Armin Schnabel -# Version 1.3.0 DEFAULT_API_PORT="8080" JAR_FILE="collector-all.jar"