Skip to content

Commit

Permalink
parking-offstreet-sta: fix reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 9, 2024
1 parent 8847e05 commit ef42ac4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: bdp-commons
Upstream-Contact: NOI Techpark <[email protected]>
Source: https://github.com/noi-techpark/bdp-commons

Files: .gitignore LICENSE .editorconfig .env.example .pre-commit-config.yaml .github/* skeleton/* docker/* data-collectors/*/documentation/* data-collectors/*/infrastructure/* *.http data-collectors/*/LICENSE data-collectors/*/license-header.txt data-collectors/**/*.properties data-collectors/**/*.csv data-collectors/**/*.json data-collectors/**/*.txt data-collectors/**/*.pdf data-collectors/**/*.dat data-collectors/**/*.g4 data-collectors/**/*.wsdl data-collectors/**/.env.example data-collectors/**/.gitignore webservices/**/*.properties webservices/bdp-api/Jenkinsfile-Production webservices/bdp-api/Jenkinsfile-Test webservices/bdp-api/Jenkinsfile-V2-Test data-collectors/environment-appa-bz-tenminutes/src/main/resources/META-INF/.ssh/known_hosts data-collectors/environment-appa-bz-tenminutes/utils/antlr4 data-collectors/environment-appa-bz-tenminutes/utils/antlr4-grun data-collectors/environment-appa-bz-tenminutes/utils/antlr4-javac
Files: **go.sum .gitignore LICENSE .editorconfig .env.example .pre-commit-config.yaml .github/* skeleton/* docker/* data-collectors/*/documentation/* data-collectors/*/infrastructure/* *.http data-collectors/*/LICENSE data-collectors/*/license-header.txt data-collectors/**/*.properties data-collectors/**/*.csv data-collectors/**/*.json data-collectors/**/*.txt data-collectors/**/*.pdf data-collectors/**/*.dat data-collectors/**/*.g4 data-collectors/**/*.wsdl data-collectors/**/.env.example data-collectors/**/.gitignore webservices/**/*.properties webservices/bdp-api/Jenkinsfile-Production webservices/bdp-api/Jenkinsfile-Test webservices/bdp-api/Jenkinsfile-V2-Test data-collectors/environment-appa-bz-tenminutes/src/main/resources/META-INF/.ssh/known_hosts data-collectors/environment-appa-bz-tenminutes/utils/antlr4 data-collectors/environment-appa-bz-tenminutes/utils/antlr4-grun data-collectors/environment-appa-bz-tenminutes/utils/antlr4-javac
Copyright: (c) NOI Techpark <[email protected]>
License: CC0-1.0

Expand Down
4 changes: 4 additions & 0 deletions data-collectors/parking-offstreet-sta/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: NOI Techpark <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

version: "3.9"

services:
Expand Down
4 changes: 4 additions & 0 deletions data-collectors/parking-offstreet-sta/src/dc/auth.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>

// SPDX-License-Identifier: AGPL-3.0-or-later

package dc

import (
Expand Down
4 changes: 4 additions & 0 deletions data-collectors/parking-offstreet-sta/src/dc/data.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>

// SPDX-License-Identifier: AGPL-3.0-or-later

package dc

import (
Expand Down
4 changes: 4 additions & 0 deletions data-collectors/parking-offstreet-sta/src/dc/job.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>

// SPDX-License-Identifier: AGPL-3.0-or-later

package dc

import (
Expand Down
4 changes: 4 additions & 0 deletions data-collectors/parking-offstreet-sta/src/dc/mapping.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>

// SPDX-License-Identifier: AGPL-3.0-or-later

package dc

import (
Expand Down
4 changes: 4 additions & 0 deletions data-collectors/parking-offstreet-sta/src/log/log.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NOI Techpark <[email protected]>

// SPDX-License-Identifier: AGPL-3.0-or-later

package log

import (
Expand Down

0 comments on commit ef42ac4

Please sign in to comment.