diff options
Diffstat (limited to '')
69 files changed, 69 insertions, 69 deletions
@@ -29,7 +29,7 @@ RUN cd -- "$src_dir" && \ FROM base -LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>" +LABEL maintainer="Egor Tensin <egor@tensin.name>" RUN runtime_deps='json-c libgit2 libsodium sqlite tini' && \ apk add -q --no-cache $runtime_deps diff --git a/LICENSE.txt b/LICENSE.txt index 2c1b695..70be320 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> +Copyright (c) 2022 Egor Tensin <egor@tensin.name> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/flamegraph.sh b/scripts/flamegraph.sh index 032b86e..3a6c9e2 100755 --- a/scripts/flamegraph.sh +++ b/scripts/flamegraph.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/src/base64.c b/src/base64.c index f7fa3c4..82b1c24 100644 --- a/src/base64.c +++ b/src/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/base64.h b/src/base64.h index f86fa56..0850633 100644 --- a/src/base64.h +++ b/src/base64.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/client.c b/src/client.c index cb10167..323ff40 100644 --- a/src/client.c +++ b/src/client.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/client.h b/src/client.h index ff91170..0d97a29 100644 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/client_main.c b/src/client_main.c index 3baa932..35c03ce 100644 --- a/src/client_main.c +++ b/src/client_main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/cmd_line.c b/src/cmd_line.c index cd1a50a..35b27a7 100644 --- a/src/cmd_line.c +++ b/src/cmd_line.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/cmd_line.h b/src/cmd_line.h index 2037c73..e1a7e96 100644 --- a/src/cmd_line.h +++ b/src/cmd_line.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/command.c b/src/command.c index 9946c13..d480709 100644 --- a/src/command.c +++ b/src/command.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/command.h b/src/command.h index 0edba98..be8b97a 100644 --- a/src/command.h +++ b/src/command.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/compiler.h b/src/compiler.h index 97c583c..0a5dc88 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/const.c.template b/src/const.c.template index 5afd8ad..a7f6d63 100644 --- a/src/const.c.template +++ b/src/const.c.template @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/const.h b/src/const.h index d3925c6..d7555dd 100644 --- a/src/const.h +++ b/src/const.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/event_loop.c b/src/event_loop.c index 75a323c..e463aca 100644 --- a/src/event_loop.c +++ b/src/event_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/event_loop.h b/src/event_loop.h index c08e84d..992eb5c 100644 --- a/src/event_loop.h +++ b/src/event_loop.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/generate-sql-header.py b/src/generate-sql-header.py index 52699c6..eb5e9fe 100755 --- a/src/generate-sql-header.py +++ b/src/generate-sql-header.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/json_rpc.c b/src/json_rpc.c index dbeff91..6877fd3 100644 --- a/src/json_rpc.c +++ b/src/json_rpc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/json_rpc.h b/src/json_rpc.h index 077b0f5..e47d081 100644 --- a/src/json_rpc.h +++ b/src/json_rpc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/process.c b/src/process.c index 1e2583b..580daaf 100644 --- a/src/process.c +++ b/src/process.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/process.h b/src/process.h index f0aca1d..810010d 100644 --- a/src/process.h +++ b/src/process.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/protocol.c b/src/protocol.c index 880c449..106c991 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/protocol.h b/src/protocol.h index 53b4acb..2277998 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/run_queue.c b/src/run_queue.c index 6414e6e..a1e286b 100644 --- a/src/run_queue.c +++ b/src/run_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/run_queue.h b/src/run_queue.h index 3c3d8e4..e1d9333 100644 --- a/src/run_queue.h +++ b/src/run_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/server.c b/src/server.c index 7ffba68..89ffcb1 100644 --- a/src/server.c +++ b/src/server.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/server.h b/src/server.h index 92ca37d..e26fe7c 100644 --- a/src/server.h +++ b/src/server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/server_main.c b/src/server_main.c index e682f6e..d000972 100644 --- a/src/server_main.c +++ b/src/server_main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/signal.c b/src/signal.c index a4630ac..3168a58 100644 --- a/src/signal.c +++ b/src/signal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/signal.h b/src/signal.h index e48eff2..468b5f5 100644 --- a/src/signal.h +++ b/src/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/sqlite.c b/src/sqlite.c index f064280..4c2eded 100644 --- a/src/sqlite.c +++ b/src/sqlite.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/sqlite.h b/src/sqlite.h index 556684f..6c9157b 100644 --- a/src/sqlite.h +++ b/src/sqlite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/storage.c b/src/storage.c index 1916b01..43e871f 100644 --- a/src/storage.c +++ b/src/storage.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/storage.h b/src/storage.h index 83e12f5..c50444d 100644 --- a/src/storage.h +++ b/src/storage.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/storage_sqlite.c b/src/storage_sqlite.c index 143f302..6c8a26f 100644 --- a/src/storage_sqlite.c +++ b/src/storage_sqlite.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/storage_sqlite.h b/src/storage_sqlite.h index 1a9deea..2d82496 100644 --- a/src/storage_sqlite.h +++ b/src/storage_sqlite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/string.c b/src/string.c index 31ad612..f2010c6 100644 --- a/src/string.c +++ b/src/string.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/string.h b/src/string.h index 55df9e1..7c16318 100644 --- a/src/string.h +++ b/src/string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/tcp_server.c b/src/tcp_server.c index 368e8fe..5e1a5ea 100644 --- a/src/tcp_server.c +++ b/src/tcp_server.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/tcp_server.h b/src/tcp_server.h index 979e6dc..d159160 100644 --- a/src/tcp_server.h +++ b/src/tcp_server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/worker.c b/src/worker.c index ce024b8..5c0ab96 100644 --- a/src/worker.c +++ b/src/worker.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/worker.h b/src/worker.h index 67402a9..95491a8 100644 --- a/src/worker.h +++ b/src/worker.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/worker_main.c b/src/worker_main.c index 2c06aa8..df60f73 100644 --- a/src/worker_main.c +++ b/src/worker_main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2022 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/worker_queue.c b/src/worker_queue.c index 867ad90..1db396e 100644 --- a/src/worker_queue.c +++ b/src/worker_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/src/worker_queue.h b/src/worker_queue.h index 382d777..88e52c4 100644 --- a/src/worker_queue.h +++ b/src/worker_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> + * Copyright (c) 2023 Egor Tensin <egor@tensin.name> * This file is part of the "cimple" project. * For details, see https://github.com/egor-tensin/cimple. * Distributed under the MIT License. diff --git a/test/py/conftest.py b/test/py/conftest.py index 01e329e..6c34f4d 100644 --- a/test/py/conftest.py +++ b/test/py/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/db.py b/test/py/lib/db.py index 133a627..de6960a 100644 --- a/test/py/lib/db.py +++ b/test/py/lib/db.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/logging.py b/test/py/lib/logging.py index 554ce1f..663eb3a 100644 --- a/test/py/lib/logging.py +++ b/test/py/lib/logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/net.py b/test/py/lib/net.py index 326bd24..06bfda0 100644 --- a/test/py/lib/net.py +++ b/test/py/lib/net.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/process.py b/test/py/lib/process.py index 40fb9bc..3b1b6b9 100644 --- a/test/py/lib/process.py +++ b/test/py/lib/process.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/test_repo.py b/test/py/lib/test_repo.py index fc3e074..1d07a4e 100644 --- a/test/py/lib/test_repo.py +++ b/test/py/lib/test_repo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/lib/tests.py b/test/py/lib/tests.py index fe90f96..7ccedef 100644 --- a/test/py/lib/tests.py +++ b/test/py/lib/tests.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/test_basic.py b/test/py/test_basic.py index eda12d0..26732fe 100644 --- a/test/py/test_basic.py +++ b/test/py/test_basic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. diff --git a/test/py/test_repo.py b/test/py/test_repo.py index e5845fe..1850aeb 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. |