Skip to content

Commit 0c52be7

Browse files
authored
Update company name in copyright notice (#414)
1 parent af4f187 commit 0c52be7

181 files changed

Lines changed: 182 additions & 182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.md

Lines changed: 1 addition & 1 deletion

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2018 by PACE Telematics GmbH. All rights reserved.
1+
# Copyright © 2018–2026 by PACE Mobility GmbH. All rights reserved.
22
JSONAPITEST=http/jsonapi/generator/internal
33
JSONAPIGEN="./tools/jsonapigen/main.go"
44
GOPATH?=~/go

backend/couchdb/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2020 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2020–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package couchdb
44

backend/couchdb/couchdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2021–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package couchdb
44

backend/couchdb/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2021–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package couchdb
44

backend/k8sapi/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2022–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package k8sapi
44

backend/k8sapi/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2022–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package k8sapi
44

backend/k8sapi/pod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2022–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package k8sapi
44

backend/postgres/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2019 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2019–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package postgres
44

backend/postgres/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2024 by PACE Telematics GmbH. All rights reserved.
1+
// Copyright © 2024–2026 by PACE Mobility GmbH. All rights reserved.
22

33
package postgres
44

0 commit comments

Comments
 (0)