Skip to content

Commit

Permalink
[master]: Update copyright header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmodai committed Feb 24, 2024
1 parent caeea72 commit 9ad9d5a
Show file tree
Hide file tree
Showing 125 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Makefile --- gohacks makefile.
#
# Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
# Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
#
# Author: Paul Ward <asmodai@gmail.com>
# Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/client.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* client.go --- HTTP API client.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/client_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* client_test.go --- API client tests.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config.go --- API client configuration.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/iapiclient.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* IApiClient.go --- ApiClient interface.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/ihttpclient.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ihttpclient.go --- HTTP client interface.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/mock.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* mock.go --- Mock API client.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/params.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* params.go --- API client parameters.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/params_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* params_test.go --- Query params tests.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiclient/queryparam.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* queryparam.go --- Query parameters.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config.go --- Dispatcher configuration.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/cors.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* cors.go --- CORS middleware.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/dispatcher.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dispatcher.go --- Route dispatch wrapper.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/dispatcher_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dispatcher_test.go --- Dispatcher tests.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/error.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* error.go --- JSON error structure.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/iserver.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* iserver.go --- Interface for our server wrapper.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/jsondoc.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jsondoc.go --- JSON documents.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/logger_file.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* logger_file.go --- File logging support.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/process.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* process.go --- Dispatcher process.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/server.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* server.go --- Wrapper around http.Server.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion apiserver/utils.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* utils.go --- Utility functions.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* app.go --- Application hacks.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion app/callbacks.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* callbacks.go --- Default callbacks.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config.go --- Default application config.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion app/loop.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* loop.go --- Application loop code.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion app/signals.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* signals.go --- Signal handler.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion checklic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# checklic.sh --- Check licenses.
#
# Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
# Copyright (c) 2022-2024 Paul Ward <asmodai@gmail.com>
#
# Author: Paul Ward <asmodai@gmail.com>
# Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config.go --- Configuration.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config_test.go --- Config tests.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion config/iconfig.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* iconfig.go --- Config interface.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion crypto/random.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* random.go --- Random string generation.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion crypto/random_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* random_test.go --- RNG tests.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config.go --- SQL configuration.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/config_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* config_test.go --- SQL config tests.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/cursor.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* cursor.go --- Pagination cursor type.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/database.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* database.go --- Mockable SQL interface.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/database_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* database_test.go --- Database driver tests.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/databasemgr.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* databasemgr.go --- Database manager.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/idatabase.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* idatabase.go --- Database interface.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/idatabasemgr.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* idatabasemgr.go --- Database manager interface.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion database/types.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* types.go --- SQL datatype hacks.
*
* Copyright (c) 2021-2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion events/error.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* error.go --- Error event.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion events/error_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* error_test.go --- Error event tests.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion events/interface.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* interface.go --- Event interface.
*
* Copyright (c) 2022 Paul Ward <asmodai@gmail.com>
* Copyright (c) 2021-2024 Paul Ward <asmodai@gmail.com>
*
* Author: Paul Ward <asmodai@gmail.com>
* Maintainer: Paul Ward <asmodai@gmail.com>
Expand Down

0 comments on commit 9ad9d5a

Please sign in to comment.