Skip to content

Commit

Permalink
Remove version and update licence header year
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed May 8, 2024
1 parent c8217a0 commit 50de4cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions collector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
#
# Version 1.0.2

FROM eclipse-temurin:17-jre
MAINTAINER Cyface GmbH <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions collector/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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.
#
Expand All @@ -17,7 +17,6 @@
# along with the Cyface Data Collector. If not, see <http://www.gnu.org/licenses/>.
#
# author: Armin Schnabel
# Version 1.3.0

DEFAULT_API_PORT="8080"
JAR_FILE="collector-all.jar"
Expand Down

0 comments on commit 50de4cf

Please sign in to comment.