# HG changeset patch # User David Demelier # Date 1659617973 -7200 # Node ID 081e1c258e64651bb35cfb01e8ea50378cce4a77 # Parent 8c2087e7d381fe1c605c08e28842e80f440a04c0 misc: update copyright years diff -r 8c2087e7d381 -r 081e1c258e64 LICENSE.md --- a/LICENSE.md Thu Aug 04 14:56:14 2022 +0200 +++ b/LICENSE.md Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ sci ISC LICENSE =============== -Copyright (c) 2021 David Demelier +Copyright (c) 2021-2022 David Demelier Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 Makefile --- a/Makefile Thu Aug 04 14:56:14 2022 +0200 +++ b/Makefile Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ # # Makefile -- POSIX Makefile for sci # -# Copyright (c) 2021 David Demelier +# Copyright (c) 2021-2022 David Demelier # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 extern/libduktape/CMakeLists.txt --- a/extern/libduktape/CMakeLists.txt Thu Aug 04 14:56:14 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# -# CMakeLists.txt -- CMake build system for duktape -# -# Copyright (c) 2016-2019 David Demelier -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# - -cmake_minimum_required(VERSION 3.0) -project(libduktape) -add_library(libduktape duk_config.h duktape.c duktape.h) -target_include_directories( - libduktape - PUBLIC - $ -) - -if (BUILD_SHARED_LIBS) - target_compile_definitions(libduktape PUBLIC DUK_F_DLL_BUILD) -endif () - -set_target_properties(libduktape PROPERTIES PREFIX "") diff -r 8c2087e7d381 -r 081e1c258e64 lib/log.c --- a/lib/log.c Thu Aug 04 14:56:14 2022 +0200 +++ b/lib/log.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * log.c -- logging routines * - * Copyright (c) 2020-2021 David Demelier + * Copyright (c) 2020-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 lib/log.h --- a/lib/log.h Thu Aug 04 14:56:14 2022 +0200 +++ b/lib/log.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * log.h -- logging routines * - * Copyright (c) 2020-2021 David Demelier + * Copyright (c) 2020-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 lib/util.c --- a/lib/util.c Thu Aug 04 14:56:14 2022 +0200 +++ b/lib/util.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * util.c -- miscellaneous utilities * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 lib/util.h --- a/lib/util.h Thu Aug 04 14:56:14 2022 +0200 +++ b/lib/util.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * util.h -- miscellaneous utilities * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 man/sci.7.in --- a/man/sci.7.in Thu Aug 04 14:56:14 2022 +0200 +++ b/man/sci.7.in Thu Aug 04 14:59:33 2022 +0200 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2021 David Demelier +.\" Copyright (c) 2021-2022 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd June 30, 2021 +.Dd June 30, 2021-2022 .Dt SCI 7 .Os .\" NAME diff -r 8c2087e7d381 -r 081e1c258e64 man/scictl.8.in --- a/man/scictl.8.in Thu Aug 04 14:56:14 2022 +0200 +++ b/man/scictl.8.in Thu Aug 04 14:59:33 2022 +0200 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2021 David Demelier +.\" Copyright (c) 2021-2022 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd June 30, 2021 +.Dd June 30, 2021-2022 .Dt SCICTL 8 .Os .\" NAME diff -r 8c2087e7d381 -r 081e1c258e64 man/scid.8.in --- a/man/scid.8.in Thu Aug 04 14:56:14 2022 +0200 +++ b/man/scid.8.in Thu Aug 04 14:59:33 2022 +0200 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2021 David Demelier +.\" Copyright (c) 2021-2022 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd June 30, 2021 +.Dd June 30, 2021-2022 .Dt SCID 8 .Os .\" NAME diff -r 8c2087e7d381 -r 081e1c258e64 man/sciwebd.8.in --- a/man/sciwebd.8.in Thu Aug 04 14:56:14 2022 +0200 +++ b/man/sciwebd.8.in Thu Aug 04 14:59:33 2022 +0200 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2021 David Demelier +.\" Copyright (c) 2021-2022 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd June 30, 2021 +.Dd June 30, 2021-2022 .Dt SCIWEBD 8 .Os .\" NAME diff -r 8c2087e7d381 -r 081e1c258e64 man/sciworkerd.8.in --- a/man/sciworkerd.8.in Thu Aug 04 14:56:14 2022 +0200 +++ b/man/sciworkerd.8.in Thu Aug 04 14:59:33 2022 +0200 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2021 David Demelier +.\" Copyright (c) 2021-2022 David Demelier .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd June 30, 2021 +.Dd June 30, 2021-2022 .Dt SCIWORKERD 8 .Os .\" NAME diff -r 8c2087e7d381 -r 081e1c258e64 scictl/scictl.c --- a/scictl/scictl.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scictl/scictl.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * scictl.c -- main scictl(8) utility file * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/crud.c --- a/scid/crud.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/crud.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * crud.c -- convenient helpers for page-api-* * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/crud.h --- a/scid/crud.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/crud.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * crud.h -- convenient helpers for page-api-* * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/db.c --- a/scid/db.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/db.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * db.c -- scid database access * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/db.h --- a/scid/db.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/db.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * db.h -- scid database access * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/http.c --- a/scid/http.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/http.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * http.c -- HTTP parsing and rendering * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/http.h --- a/scid/http.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/http.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * http.h -- HTTP parsing and rendering * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/main.c --- a/scid/main.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/main.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * scid.c -- main scid(8) program file * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-jobresults.c --- a/scid/page-api-jobresults.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-jobresults.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-jobresults.c -- /api/v?/jobresults route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-jobresults.h --- a/scid/page-api-jobresults.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-jobresults.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-jobresults.h -- /api/v?/jobresults route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-jobs.c --- a/scid/page-api-jobs.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-jobs.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-jobs.c -- /api/v?/jobs route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-jobs.h --- a/scid/page-api-jobs.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-jobs.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-jobs.h -- /api/v?/jobs route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-projects.c --- a/scid/page-api-projects.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-projects.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-projects.c -- /api/v?/projects route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-projects.h --- a/scid/page-api-projects.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-projects.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-projects.h -- /api/v?/projects route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-todo.c --- a/scid/page-api-todo.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-todo.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-todo.c -- /api/v?/todo route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-todo.h --- a/scid/page-api-todo.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-todo.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-todo.h -- /api/v?/todo route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-api-workers.c --- a/scid/page-api-workers.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-api-workers.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-api-workers.c -- /api/v?/workers route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-index.c --- a/scid/page-index.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-index.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-index.c -- page / * - * Copyright (c) 2020-2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/page-index.h --- a/scid/page-index.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/page-index.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * page-index.h -- / route * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/pageutil.c --- a/scid/pageutil.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/pageutil.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * pageutil.c -- page utilities * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/pageutil.h --- a/scid/pageutil.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/pageutil.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * pageutil.h -- page utilities * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/theme.c --- a/scid/theme.c Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/theme.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * theme.c -- theme management * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 scid/theme.h --- a/scid/theme.h Thu Aug 04 14:56:14 2022 +0200 +++ b/scid/theme.h Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * theme.h -- theme management * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sciworkerd/main.c --- a/sciworkerd/main.c Thu Aug 04 14:56:14 2022 +0200 +++ b/sciworkerd/main.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * sciworkerd.c -- main sciworkerd(8) program file * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/init.sql --- a/sql/init.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/init.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- init.sql -- create database -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/job-add.sql --- a/sql/job-add.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/job-add.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- job-add.sql -- post a new job -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/job-todo.sql --- a/sql/job-todo.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/job-todo.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- job-todo.sql -- list jobs to perform for a worker -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/jobresult-add.sql --- a/sql/jobresult-add.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/jobresult-add.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- jobresult-add.sql -- register a new job result -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/project-find.sql --- a/sql/project-find.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/project-find.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- project-find.sql -- find project by name -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/project-list.sql --- a/sql/project-list.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/project-list.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- project-list.sql -- list projects -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/project-save.sql --- a/sql/project-save.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/project-save.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- project-save.sql -- create a new project -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/worker-find.sql --- a/sql/worker-find.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/worker-find.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- worker-find.sql -- find worker by name -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/worker-list.sql --- a/sql/worker-list.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/worker-list.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- worker-list.sql -- list workers -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 sql/worker-save.sql --- a/sql/worker-save.sql Thu Aug 04 14:56:14 2022 +0200 +++ b/sql/worker-save.sql Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ -- -- worker-save -- create a new worker -- --- Copyright (c) 2021 David Demelier +-- Copyright (c) 2021-2022 David Demelier -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 tests/test-db.c --- a/tests/test-db.c Thu Aug 04 14:56:14 2022 +0200 +++ b/tests/test-db.c Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * test-db.c -- test database access * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff -r 8c2087e7d381 -r 081e1c258e64 themes/bulma/theme.js --- a/themes/bulma/theme.js Thu Aug 04 14:56:14 2022 +0200 +++ b/themes/bulma/theme.js Thu Aug 04 14:59:33 2022 +0200 @@ -1,7 +1,7 @@ /* * theme.js -- scid bulma theme * - * Copyright (c) 2021 David Demelier + * Copyright (c) 2021-2022 David Demelier * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above