From 2608cae25e34510ff8776e44ef5a1451f3279b6c Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Sun, 11 Feb 2024 13:23:05 +0100 Subject: [PATCH] all: Update copyright years --- .github/workflows/ci.yml | 2 +- .github/workflows/containers.yml | 2 +- .github/workflows/dependencies.yml | 2 +- backend/db/null.c | 2 +- backend/kv/leveldb.c | 2 +- backend/kv/lmdb.c | 2 +- backend/kv/mongodb.c | 2 +- backend/kv/null.c | 2 +- backend/kv/rocksdb.c | 2 +- backend/kv/sqlite.c | 2 +- backend/object/gio.c | 2 +- backend/object/null.c | 2 +- backend/object/posix.c | 2 +- benchmark/background-operation.c | 2 +- benchmark/benchmark.c | 2 +- benchmark/benchmark.h | 2 +- benchmark/cache.c | 2 +- benchmark/db/schema.c | 2 +- benchmark/hdf5/dai.c | 2 +- benchmark/hdf5/hdf.c | 2 +- benchmark/item/collection.c | 2 +- benchmark/item/item.c | 2 +- benchmark/kv/kv.c | 2 +- benchmark/memory-chunk.c | 2 +- benchmark/message.c | 2 +- benchmark/object/distributed-object.c | 2 +- benchmark/object/object.c | 2 +- cli/cli.c | 2 +- cli/cli.h | 2 +- cli/copy.c | 2 +- cli/create.c | 2 +- cli/delete.c | 2 +- cli/list.c | 2 +- cli/status.c | 2 +- example/hello-world.c | 2 +- fuse/access.c | 2 +- fuse/chmod.c | 2 +- fuse/chown.c | 2 +- fuse/create.c | 2 +- fuse/destroy.c | 2 +- fuse/getattr.c | 2 +- fuse/init.c | 2 +- fuse/julea-fuse.c | 2 +- fuse/julea-fuse.h | 2 +- fuse/mkdir.c | 2 +- fuse/read.c | 2 +- fuse/readdir.c | 2 +- fuse/rmdir.c | 2 +- fuse/truncate.c | 2 +- fuse/unlink.c | 2 +- fuse/utimens.c | 2 +- fuse/write.c | 2 +- include/core/jbackend-operation.h | 2 +- include/core/jbackend.h | 2 +- include/core/jbackground-operation-internal.h | 2 +- include/core/jbackground-operation.h | 2 +- include/core/jbatch-internal.h | 2 +- include/core/jbatch.h | 2 +- include/core/jcache.h | 2 +- include/core/jconfiguration-internal.h | 2 +- include/core/jconfiguration.h | 2 +- include/core/jconnection-pool-internal.h | 2 +- include/core/jconnection-pool.h | 2 +- include/core/jcredentials.h | 2 +- include/core/jdir-iterator.h | 2 +- include/core/jdistribution-internal.h | 2 +- include/core/jdistribution.h | 2 +- include/core/jhelper.h | 2 +- include/core/jlist-internal.h | 2 +- include/core/jlist-iterator.h | 2 +- include/core/jlist.h | 2 +- include/core/jmemory-chunk.h | 2 +- include/core/jmessage.h | 2 +- include/core/joperation-cache-internal.h | 2 +- include/core/joperation.h | 2 +- include/core/jsemantics.h | 2 +- include/core/jstatistics.h | 2 +- include/core/jtrace.h | 2 +- include/hdf5/jhdf5.h | 2 +- include/item/jcollection-internal.h | 2 +- include/item/jcollection-iterator.h | 2 +- include/item/jcollection.h | 2 +- include/item/jitem-internal.h | 2 +- include/item/jitem-iterator.h | 2 +- include/item/jitem.h | 2 +- include/item/juri.h | 2 +- include/julea-hdf5.h | 2 +- include/julea-item.h | 2 +- include/julea-kv.h | 2 +- include/julea-object.h | 2 +- include/julea.h | 2 +- include/kv/jkv-internal.h | 2 +- include/kv/jkv-iterator.h | 2 +- include/kv/jkv-uri.h | 2 +- include/kv/jkv.h | 2 +- include/object/jdistributed-object.h | 2 +- include/object/jobject-internal.h | 2 +- include/object/jobject-iterator.h | 2 +- include/object/jobject-uri.h | 2 +- include/object/jobject.h | 2 +- lib/core/distribution/distribution.h | 2 +- lib/core/distribution/round-robin.c | 2 +- lib/core/distribution/single-server.c | 2 +- lib/core/distribution/weighted.c | 2 +- lib/core/jbackend-operation.c | 2 +- lib/core/jbackend.c | 2 +- lib/core/jbackground-operation.c | 2 +- lib/core/jbatch.c | 2 +- lib/core/jcache.c | 2 +- lib/core/jcommon.c | 2 +- lib/core/jconfiguration.c | 2 +- lib/core/jconnection-pool.c | 2 +- lib/core/jcredentials.c | 2 +- lib/core/jdir-iterator.c | 2 +- lib/core/jdistribution.c | 2 +- lib/core/jhelper.c | 2 +- lib/core/jlist-iterator.c | 2 +- lib/core/jlist.c | 2 +- lib/core/jmemory-chunk.c | 2 +- lib/core/jmessage.c | 2 +- lib/core/joperation-cache.c | 2 +- lib/core/joperation.c | 2 +- lib/core/jsemantics.c | 2 +- lib/core/jstatistics.c | 2 +- lib/core/jtrace.c | 2 +- lib/db/jdb.c | 2 +- lib/hdf5-kv/jhdf5.c | 2 +- lib/item/jcollection-iterator.c | 2 +- lib/item/jcollection.c | 2 +- lib/item/jitem-iterator.c | 2 +- lib/item/jitem.c | 2 +- lib/item/juri.c | 2 +- lib/kv/jkv-iterator.c | 2 +- lib/kv/jkv-uri.c | 2 +- lib/kv/jkv.c | 2 +- lib/object/jdistributed-object.c | 2 +- lib/object/jobject-iterator.c | 2 +- lib/object/jobject-uri.c | 2 +- lib/object/jobject.c | 2 +- meson.build | 2 +- scripts/benchmark.sh | 2 +- scripts/check.sh | 2 +- scripts/common | 2 +- scripts/environment.sh | 2 +- scripts/format.sh | 2 +- scripts/install-dependencies.sh | 2 +- scripts/setup | 2 +- scripts/setup.sh | 2 +- scripts/spack | 2 +- scripts/test.sh | 2 +- server/loop.c | 2 +- server/server.c | 2 +- server/server.h | 2 +- test/core/background-operation.c | 2 +- test/core/batch.c | 2 +- test/core/cache.c | 2 +- test/core/configuration.c | 2 +- test/core/credentials.c | 2 +- test/core/dir-iterator.c | 2 +- test/core/distribution.c | 2 +- test/core/list-iterator.c | 2 +- test/core/list.c | 2 +- test/core/memory-chunk.c | 2 +- test/core/message.c | 2 +- test/core/semantics.c | 2 +- test/db/db.c | 2 +- test/hdf5/hdf.c | 2 +- test/item/collection-iterator.c | 2 +- test/item/collection.c | 2 +- test/item/item-iterator.c | 2 +- test/item/item.c | 2 +- test/item/uri.c | 2 +- test/kv/kv-iterator.c | 2 +- test/kv/kv.c | 2 +- test/kv/parallel.c | 2 +- test/object/distributed-object.c | 2 +- test/object/object-iterator.c | 2 +- test/object/object.c | 2 +- test/test.c | 2 +- test/test.h | 2 +- tools/config.c | 2 +- tools/statistics.c | 2 +- 182 files changed, 182 insertions(+), 182 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c718f915..8bfd8fae2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2019-2023 Michael Kuhn +# Copyright (C) 2019-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index b84c26d69..45cdc763a 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2023 Michael Kuhn +# Copyright (C) 2023-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index f5cbde44f..f43162fbc 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2021-2023 Michael Kuhn +# Copyright (C) 2021-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/db/null.c b/backend/db/null.c index 3497523a5..fc87db479 100644 --- a/backend/db/null.c +++ b/backend/db/null.c @@ -1,7 +1,7 @@ /* * JULEA - Flexible storage framework * Copyright (C) 2019 Benjamin Warnke - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/kv/leveldb.c b/backend/kv/leveldb.c index 8e6db2e57..7eaaf54cd 100644 --- a/backend/kv/leveldb.c +++ b/backend/kv/leveldb.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/kv/lmdb.c b/backend/kv/lmdb.c index 37b69f07b..7cf875967 100644 --- a/backend/kv/lmdb.c +++ b/backend/kv/lmdb.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/kv/mongodb.c b/backend/kv/mongodb.c index f123c5561..526525288 100644 --- a/backend/kv/mongodb.c +++ b/backend/kv/mongodb.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/kv/null.c b/backend/kv/null.c index 30ef1e776..ec52a845c 100644 --- a/backend/kv/null.c +++ b/backend/kv/null.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/kv/rocksdb.c b/backend/kv/rocksdb.c index 8b52f5c73..1af0ef8ad 100644 --- a/backend/kv/rocksdb.c +++ b/backend/kv/rocksdb.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2020-2023 Michael Kuhn + * Copyright (C) 2020-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/kv/sqlite.c b/backend/kv/sqlite.c index 4a27afda0..683a312bc 100644 --- a/backend/kv/sqlite.c +++ b/backend/kv/sqlite.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/object/gio.c b/backend/object/gio.c index 85b62e6d7..14252df29 100644 --- a/backend/object/gio.c +++ b/backend/object/gio.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/object/null.c b/backend/object/null.c index 62d9d1095..e574da0e6 100644 --- a/backend/object/null.c +++ b/backend/object/null.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/backend/object/posix.c b/backend/object/posix.c index 12ff8cf40..c2db85396 100644 --- a/backend/object/posix.c +++ b/backend/object/posix.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/background-operation.c b/benchmark/background-operation.c index ac064edfe..549375c9b 100644 --- a/benchmark/background-operation.c +++ b/benchmark/background-operation.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/benchmark.c b/benchmark/benchmark.c index 13b6dbe3a..43ec2978d 100644 --- a/benchmark/benchmark.c +++ b/benchmark/benchmark.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/benchmark.h b/benchmark/benchmark.h index 7e288dc7f..091c6b914 100644 --- a/benchmark/benchmark.h +++ b/benchmark/benchmark.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/cache.c b/benchmark/cache.c index 53faf1a56..976aaff26 100644 --- a/benchmark/cache.c +++ b/benchmark/cache.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/db/schema.c b/benchmark/db/schema.c index 4edf1a1fd..c4554d46f 100644 --- a/benchmark/db/schema.c +++ b/benchmark/db/schema.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2020-2023 Michael Kuhn + * Copyright (C) 2020-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/hdf5/dai.c b/benchmark/hdf5/dai.c index 3073bf619..e04d7ea12 100644 --- a/benchmark/hdf5/dai.c +++ b/benchmark/hdf5/dai.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2020-2023 Michael Kuhn + * Copyright (C) 2020-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/hdf5/hdf.c b/benchmark/hdf5/hdf.c index 46f98cfd7..0f835bf16 100644 --- a/benchmark/hdf5/hdf.c +++ b/benchmark/hdf5/hdf.c @@ -1,7 +1,7 @@ /* * JULEA - Flexible storage framework * Copyright (C) 2018-2019 Johannes Coym - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/item/collection.c b/benchmark/item/collection.c index d44b75028..55134bd27 100644 --- a/benchmark/item/collection.c +++ b/benchmark/item/collection.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/item/item.c b/benchmark/item/item.c index e368b5d79..490fb9d3f 100644 --- a/benchmark/item/item.c +++ b/benchmark/item/item.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/kv/kv.c b/benchmark/kv/kv.c index fd7361bb9..3af0f8c52 100644 --- a/benchmark/kv/kv.c +++ b/benchmark/kv/kv.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/memory-chunk.c b/benchmark/memory-chunk.c index 9d9cc0c61..25cd77eb9 100644 --- a/benchmark/memory-chunk.c +++ b/benchmark/memory-chunk.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/message.c b/benchmark/message.c index ed6b95e42..9ebe2bec5 100644 --- a/benchmark/message.c +++ b/benchmark/message.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/object/distributed-object.c b/benchmark/object/distributed-object.c index bf8cbe25a..e58eadc37 100644 --- a/benchmark/object/distributed-object.c +++ b/benchmark/object/distributed-object.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/benchmark/object/object.c b/benchmark/object/object.c index c1f5fd161..8dd8df960 100644 --- a/benchmark/object/object.c +++ b/benchmark/object/object.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/cli.c b/cli/cli.c index 82f9857a0..6a0da8454 100644 --- a/cli/cli.c +++ b/cli/cli.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/cli.h b/cli/cli.h index dccfcb20f..a6bdc4abf 100644 --- a/cli/cli.h +++ b/cli/cli.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/copy.c b/cli/copy.c index 82c00bbc0..959b47023 100644 --- a/cli/copy.c +++ b/cli/copy.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/create.c b/cli/create.c index 2e9636c39..ed7e545ae 100644 --- a/cli/create.c +++ b/cli/create.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/delete.c b/cli/delete.c index 21e54191a..7bcb8cb30 100644 --- a/cli/delete.c +++ b/cli/delete.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/list.c b/cli/list.c index 354ed8d0c..c148ddca3 100644 --- a/cli/list.c +++ b/cli/list.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/cli/status.c b/cli/status.c index e3964a119..dc0275754 100644 --- a/cli/status.c +++ b/cli/status.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/example/hello-world.c b/example/hello-world.c index afbea3aac..4be413c4c 100644 --- a/example/hello-world.c +++ b/example/hello-world.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/access.c b/fuse/access.c index c282d9771..14e79ee2f 100644 --- a/fuse/access.c +++ b/fuse/access.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/chmod.c b/fuse/chmod.c index 647d60fa8..5f52de447 100644 --- a/fuse/chmod.c +++ b/fuse/chmod.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/chown.c b/fuse/chown.c index c7a0e268c..0d5f17406 100644 --- a/fuse/chown.c +++ b/fuse/chown.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/create.c b/fuse/create.c index 4972081df..d63b9b28a 100644 --- a/fuse/create.c +++ b/fuse/create.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/destroy.c b/fuse/destroy.c index 65f028a82..3d7615918 100644 --- a/fuse/destroy.c +++ b/fuse/destroy.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/getattr.c b/fuse/getattr.c index e577a2e0a..64b3fc2a3 100644 --- a/fuse/getattr.c +++ b/fuse/getattr.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/init.c b/fuse/init.c index e2a9bc493..766462c7a 100644 --- a/fuse/init.c +++ b/fuse/init.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/julea-fuse.c b/fuse/julea-fuse.c index 5cd0786ba..fb8253954 100644 --- a/fuse/julea-fuse.c +++ b/fuse/julea-fuse.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/julea-fuse.h b/fuse/julea-fuse.h index 79764f71a..ab5cfa7c5 100644 --- a/fuse/julea-fuse.h +++ b/fuse/julea-fuse.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/mkdir.c b/fuse/mkdir.c index 90dbd2343..f920b237a 100644 --- a/fuse/mkdir.c +++ b/fuse/mkdir.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/read.c b/fuse/read.c index 12f6213ea..6248e415d 100644 --- a/fuse/read.c +++ b/fuse/read.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/readdir.c b/fuse/readdir.c index bc7b24b77..ea16ac3f9 100644 --- a/fuse/readdir.c +++ b/fuse/readdir.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/rmdir.c b/fuse/rmdir.c index 1517b3b84..cccd2a84f 100644 --- a/fuse/rmdir.c +++ b/fuse/rmdir.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/truncate.c b/fuse/truncate.c index 14f9647ff..7595ec49d 100644 --- a/fuse/truncate.c +++ b/fuse/truncate.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/unlink.c b/fuse/unlink.c index 24524800c..68a0c52d9 100644 --- a/fuse/unlink.c +++ b/fuse/unlink.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/utimens.c b/fuse/utimens.c index 5b2e927e1..300c30b1d 100644 --- a/fuse/utimens.c +++ b/fuse/utimens.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/fuse/write.c b/fuse/write.c index cc64fe3b6..00bfd7da1 100644 --- a/fuse/write.c +++ b/fuse/write.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jbackend-operation.h b/include/core/jbackend-operation.h index be038522c..b6f78463b 100644 --- a/include/core/jbackend-operation.h +++ b/include/core/jbackend-operation.h @@ -1,7 +1,7 @@ /* * JULEA - Flexible storage framework * Copyright (C) 2019 Benjamin Warnke - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jbackend.h b/include/core/jbackend.h index 79d915118..14b478848 100644 --- a/include/core/jbackend.h +++ b/include/core/jbackend.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * Copyright (C) 2018-2019 Michael Straßberger * Copyright (C) 2019 Benjamin Warnke * diff --git a/include/core/jbackground-operation-internal.h b/include/core/jbackground-operation-internal.h index e65c81fa2..a1d75c9a6 100644 --- a/include/core/jbackground-operation-internal.h +++ b/include/core/jbackground-operation-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jbackground-operation.h b/include/core/jbackground-operation.h index 919e3df03..31daed46e 100644 --- a/include/core/jbackground-operation.h +++ b/include/core/jbackground-operation.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jbatch-internal.h b/include/core/jbatch-internal.h index d4dfd8f83..9c00a8f88 100644 --- a/include/core/jbatch-internal.h +++ b/include/core/jbatch-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jbatch.h b/include/core/jbatch.h index 912a6ed3a..231ffb58a 100644 --- a/include/core/jbatch.h +++ b/include/core/jbatch.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jcache.h b/include/core/jcache.h index 69532bf4c..9f994becb 100644 --- a/include/core/jcache.h +++ b/include/core/jcache.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jconfiguration-internal.h b/include/core/jconfiguration-internal.h index fab28250c..34279a0bc 100644 --- a/include/core/jconfiguration-internal.h +++ b/include/core/jconfiguration-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2021-2023 Michael Kuhn + * Copyright (C) 2021-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jconfiguration.h b/include/core/jconfiguration.h index d9aa6c1ad..cd85940dc 100644 --- a/include/core/jconfiguration.h +++ b/include/core/jconfiguration.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jconnection-pool-internal.h b/include/core/jconnection-pool-internal.h index 24fb3dea5..7af6cc852 100644 --- a/include/core/jconnection-pool-internal.h +++ b/include/core/jconnection-pool-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jconnection-pool.h b/include/core/jconnection-pool.h index 82624b4cb..505e28c2d 100644 --- a/include/core/jconnection-pool.h +++ b/include/core/jconnection-pool.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jcredentials.h b/include/core/jcredentials.h index 281023162..d7ca6ef90 100644 --- a/include/core/jcredentials.h +++ b/include/core/jcredentials.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jdir-iterator.h b/include/core/jdir-iterator.h index 99dff044c..45dd9730f 100644 --- a/include/core/jdir-iterator.h +++ b/include/core/jdir-iterator.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2021-2023 Michael Kuhn + * Copyright (C) 2021-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jdistribution-internal.h b/include/core/jdistribution-internal.h index 3a523bddf..1d7b2861e 100644 --- a/include/core/jdistribution-internal.h +++ b/include/core/jdistribution-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jdistribution.h b/include/core/jdistribution.h index e0c8f6f28..57379b821 100644 --- a/include/core/jdistribution.h +++ b/include/core/jdistribution.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jhelper.h b/include/core/jhelper.h index e143895e7..308ee4679 100644 --- a/include/core/jhelper.h +++ b/include/core/jhelper.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jlist-internal.h b/include/core/jlist-internal.h index 6c824c677..8973f53a5 100644 --- a/include/core/jlist-internal.h +++ b/include/core/jlist-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jlist-iterator.h b/include/core/jlist-iterator.h index 77f9ffc3d..053d89894 100644 --- a/include/core/jlist-iterator.h +++ b/include/core/jlist-iterator.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jlist.h b/include/core/jlist.h index 28cf1d96f..cb634d68d 100644 --- a/include/core/jlist.h +++ b/include/core/jlist.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jmemory-chunk.h b/include/core/jmemory-chunk.h index e79ca6590..648fe4196 100644 --- a/include/core/jmemory-chunk.h +++ b/include/core/jmemory-chunk.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jmessage.h b/include/core/jmessage.h index 177036e3b..f9f481671 100644 --- a/include/core/jmessage.h +++ b/include/core/jmessage.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/joperation-cache-internal.h b/include/core/joperation-cache-internal.h index 44318985a..d396f85fa 100644 --- a/include/core/joperation-cache-internal.h +++ b/include/core/joperation-cache-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/joperation.h b/include/core/joperation.h index 0cdaef9e6..72b02c7ac 100644 --- a/include/core/joperation.h +++ b/include/core/joperation.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jsemantics.h b/include/core/jsemantics.h index 9760f6232..0f51aad33 100644 --- a/include/core/jsemantics.h +++ b/include/core/jsemantics.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jstatistics.h b/include/core/jstatistics.h index 5efa79a08..dcca52ab6 100644 --- a/include/core/jstatistics.h +++ b/include/core/jstatistics.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/core/jtrace.h b/include/core/jtrace.h index cae611bb3..e6300005c 100644 --- a/include/core/jtrace.h +++ b/include/core/jtrace.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/hdf5/jhdf5.h b/include/hdf5/jhdf5.h index ce863ea43..617ab28ae 100644 --- a/include/hdf5/jhdf5.h +++ b/include/hdf5/jhdf5.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/jcollection-internal.h b/include/item/jcollection-internal.h index 70d86add4..c7dc1bf03 100644 --- a/include/item/jcollection-internal.h +++ b/include/item/jcollection-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/jcollection-iterator.h b/include/item/jcollection-iterator.h index 47fec1801..191d20ea0 100644 --- a/include/item/jcollection-iterator.h +++ b/include/item/jcollection-iterator.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/jcollection.h b/include/item/jcollection.h index 456affeed..9e1499d17 100644 --- a/include/item/jcollection.h +++ b/include/item/jcollection.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/jitem-internal.h b/include/item/jitem-internal.h index 9515b68ab..44c2d668b 100644 --- a/include/item/jitem-internal.h +++ b/include/item/jitem-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/jitem-iterator.h b/include/item/jitem-iterator.h index bea2e5741..08c612138 100644 --- a/include/item/jitem-iterator.h +++ b/include/item/jitem-iterator.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/jitem.h b/include/item/jitem.h index 8935f0c81..c8eb99c77 100644 --- a/include/item/jitem.h +++ b/include/item/jitem.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/item/juri.h b/include/item/juri.h index 732264df8..94412710e 100644 --- a/include/item/juri.h +++ b/include/item/juri.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/julea-hdf5.h b/include/julea-hdf5.h index 8e6f5037d..0355a3731 100644 --- a/include/julea-hdf5.h +++ b/include/julea-hdf5.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/julea-item.h b/include/julea-item.h index b2f4a13f3..50f416523 100644 --- a/include/julea-item.h +++ b/include/julea-item.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/julea-kv.h b/include/julea-kv.h index 688b22375..ba04d2f04 100644 --- a/include/julea-kv.h +++ b/include/julea-kv.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/julea-object.h b/include/julea-object.h index f8bdc8a42..9ffc23a1a 100644 --- a/include/julea-object.h +++ b/include/julea-object.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/julea.h b/include/julea.h index abfccd80f..3e7de013f 100644 --- a/include/julea.h +++ b/include/julea.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/kv/jkv-internal.h b/include/kv/jkv-internal.h index b7af86778..f731c9dbd 100644 --- a/include/kv/jkv-internal.h +++ b/include/kv/jkv-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/kv/jkv-iterator.h b/include/kv/jkv-iterator.h index 4fd49bb43..a33978ce7 100644 --- a/include/kv/jkv-iterator.h +++ b/include/kv/jkv-iterator.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/kv/jkv-uri.h b/include/kv/jkv-uri.h index 232258abf..f41b9bb76 100644 --- a/include/kv/jkv-uri.h +++ b/include/kv/jkv-uri.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/kv/jkv.h b/include/kv/jkv.h index 7ee97113e..236d887fe 100644 --- a/include/kv/jkv.h +++ b/include/kv/jkv.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/object/jdistributed-object.h b/include/object/jdistributed-object.h index 5ada203df..ce9740ae6 100644 --- a/include/object/jdistributed-object.h +++ b/include/object/jdistributed-object.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/object/jobject-internal.h b/include/object/jobject-internal.h index a2fd421cc..ecdcbe845 100644 --- a/include/object/jobject-internal.h +++ b/include/object/jobject-internal.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/object/jobject-iterator.h b/include/object/jobject-iterator.h index 40e6d183a..6a53c1efc 100644 --- a/include/object/jobject-iterator.h +++ b/include/object/jobject-iterator.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/object/jobject-uri.h b/include/object/jobject-uri.h index ce4180370..4169fa1da 100644 --- a/include/object/jobject-uri.h +++ b/include/object/jobject-uri.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/object/jobject.h b/include/object/jobject.h index bd20e9363..494055c59 100644 --- a/include/object/jobject.h +++ b/include/object/jobject.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/distribution/distribution.h b/lib/core/distribution/distribution.h index 6f3deac49..c9b8d61e1 100644 --- a/lib/core/distribution/distribution.h +++ b/lib/core/distribution/distribution.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/distribution/round-robin.c b/lib/core/distribution/round-robin.c index f2542a9f4..6fd8c702b 100644 --- a/lib/core/distribution/round-robin.c +++ b/lib/core/distribution/round-robin.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/distribution/single-server.c b/lib/core/distribution/single-server.c index 27eb91970..cac50d46e 100644 --- a/lib/core/distribution/single-server.c +++ b/lib/core/distribution/single-server.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/distribution/weighted.c b/lib/core/distribution/weighted.c index d359cacb6..7fd73a7c1 100644 --- a/lib/core/distribution/weighted.c +++ b/lib/core/distribution/weighted.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jbackend-operation.c b/lib/core/jbackend-operation.c index 520d19488..b0d61359a 100644 --- a/lib/core/jbackend-operation.c +++ b/lib/core/jbackend-operation.c @@ -1,7 +1,7 @@ /* * JULEA - Flexible storage framework * Copyright (C) 2019 Benjamin Warnke - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jbackend.c b/lib/core/jbackend.c index 7d7f981c0..543c26a69 100644 --- a/lib/core/jbackend.c +++ b/lib/core/jbackend.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jbackground-operation.c b/lib/core/jbackground-operation.c index b6f051eea..8b6f2dc55 100644 --- a/lib/core/jbackground-operation.c +++ b/lib/core/jbackground-operation.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jbatch.c b/lib/core/jbatch.c index 5ed9000d6..792d7308f 100644 --- a/lib/core/jbatch.c +++ b/lib/core/jbatch.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jcache.c b/lib/core/jcache.c index 391a0b45a..8cf4a1ada 100644 --- a/lib/core/jcache.c +++ b/lib/core/jcache.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jcommon.c b/lib/core/jcommon.c index a0365ccd3..ea2c12ccd 100644 --- a/lib/core/jcommon.c +++ b/lib/core/jcommon.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jconfiguration.c b/lib/core/jconfiguration.c index 50221fad4..24b913879 100644 --- a/lib/core/jconfiguration.c +++ b/lib/core/jconfiguration.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jconnection-pool.c b/lib/core/jconnection-pool.c index cdeafcff2..42fa3bf89 100644 --- a/lib/core/jconnection-pool.c +++ b/lib/core/jconnection-pool.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jcredentials.c b/lib/core/jcredentials.c index 29e69b85e..1d4db9f35 100644 --- a/lib/core/jcredentials.c +++ b/lib/core/jcredentials.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jdir-iterator.c b/lib/core/jdir-iterator.c index cb091b206..1dfa76928 100644 --- a/lib/core/jdir-iterator.c +++ b/lib/core/jdir-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2021-2023 Michael Kuhn + * Copyright (C) 2021-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jdistribution.c b/lib/core/jdistribution.c index 8b172fe1a..a441cfc9d 100644 --- a/lib/core/jdistribution.c +++ b/lib/core/jdistribution.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jhelper.c b/lib/core/jhelper.c index 6e5b5cd80..8d5a39ca7 100644 --- a/lib/core/jhelper.c +++ b/lib/core/jhelper.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jlist-iterator.c b/lib/core/jlist-iterator.c index 18f4fc842..2ffe0bd57 100644 --- a/lib/core/jlist-iterator.c +++ b/lib/core/jlist-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jlist.c b/lib/core/jlist.c index 79152ff6b..5a229d1ff 100644 --- a/lib/core/jlist.c +++ b/lib/core/jlist.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jmemory-chunk.c b/lib/core/jmemory-chunk.c index 2483e31d5..b8e83f6cd 100644 --- a/lib/core/jmemory-chunk.c +++ b/lib/core/jmemory-chunk.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jmessage.c b/lib/core/jmessage.c index 20a05680e..4370f48ed 100644 --- a/lib/core/jmessage.c +++ b/lib/core/jmessage.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/joperation-cache.c b/lib/core/joperation-cache.c index 8e976bfb2..6596aa14f 100644 --- a/lib/core/joperation-cache.c +++ b/lib/core/joperation-cache.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/joperation.c b/lib/core/joperation.c index 5f3f096d7..5134d425e 100644 --- a/lib/core/joperation.c +++ b/lib/core/joperation.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jsemantics.c b/lib/core/jsemantics.c index 5daf03596..c739351af 100644 --- a/lib/core/jsemantics.c +++ b/lib/core/jsemantics.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jstatistics.c b/lib/core/jstatistics.c index a28ed3a48..c1d9dd559 100644 --- a/lib/core/jstatistics.c +++ b/lib/core/jstatistics.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/core/jtrace.c b/lib/core/jtrace.c index a745eed1a..73a5a68f5 100644 --- a/lib/core/jtrace.c +++ b/lib/core/jtrace.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/db/jdb.c b/lib/db/jdb.c index a9dcb0fda..7c2060c0f 100644 --- a/lib/db/jdb.c +++ b/lib/db/jdb.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/hdf5-kv/jhdf5.c b/lib/hdf5-kv/jhdf5.c index 35d7f9b8c..ad6c6b888 100644 --- a/lib/hdf5-kv/jhdf5.c +++ b/lib/hdf5-kv/jhdf5.c @@ -3,7 +3,7 @@ * Copyright (C) 2017 Olga Perevalova * Copyright (C) 2017 Eugen Betke * Copyright (C) 2018-2019 Johannes Coym - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/item/jcollection-iterator.c b/lib/item/jcollection-iterator.c index ffabce032..3c0d93975 100644 --- a/lib/item/jcollection-iterator.c +++ b/lib/item/jcollection-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/item/jcollection.c b/lib/item/jcollection.c index acd3d9472..ee352b330 100644 --- a/lib/item/jcollection.c +++ b/lib/item/jcollection.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/item/jitem-iterator.c b/lib/item/jitem-iterator.c index 85e137421..01d0506e6 100644 --- a/lib/item/jitem-iterator.c +++ b/lib/item/jitem-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/item/jitem.c b/lib/item/jitem.c index 34b155c7e..e48c19154 100644 --- a/lib/item/jitem.c +++ b/lib/item/jitem.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/item/juri.c b/lib/item/juri.c index cc78304b6..64db57504 100644 --- a/lib/item/juri.c +++ b/lib/item/juri.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/kv/jkv-iterator.c b/lib/kv/jkv-iterator.c index 04794abcf..9e0bc5bb0 100644 --- a/lib/kv/jkv-iterator.c +++ b/lib/kv/jkv-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/kv/jkv-uri.c b/lib/kv/jkv-uri.c index 1f04d6aaf..d24360095 100644 --- a/lib/kv/jkv-uri.c +++ b/lib/kv/jkv-uri.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/kv/jkv.c b/lib/kv/jkv.c index 04e7475fa..33e3b64bb 100644 --- a/lib/kv/jkv.c +++ b/lib/kv/jkv.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/object/jdistributed-object.c b/lib/object/jdistributed-object.c index 1bc578272..52bba001a 100644 --- a/lib/object/jdistributed-object.c +++ b/lib/object/jdistributed-object.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/object/jobject-iterator.c b/lib/object/jobject-iterator.c index ce9de97f5..ebcf9b39e 100644 --- a/lib/object/jobject-iterator.c +++ b/lib/object/jobject-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/object/jobject-uri.c b/lib/object/jobject-uri.c index 740c23c5f..616999137 100644 --- a/lib/object/jobject-uri.c +++ b/lib/object/jobject-uri.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/lib/object/jobject.c b/lib/object/jobject.c index 0fd867075..020f789a3 100644 --- a/lib/object/jobject.c +++ b/lib/object/jobject.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2017-2023 Michael Kuhn + * Copyright (C) 2017-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/meson.build b/meson.build index ee9a0d71b..f97a4f6fc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2020-2023 Michael Kuhn +# Copyright (C) 2020-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index 708b3b7af..c35de58ae 100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -1,7 +1,7 @@ #!/bin/bash # JULEA - Flexible storage framework -# Copyright (C) 2017-2023 Michael Kuhn +# Copyright (C) 2017-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/check.sh b/scripts/check.sh index 45be34151..8f2c9941b 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -1,7 +1,7 @@ #!/bin/bash # JULEA - Flexible storage framework -# Copyright (C) 2019-2023 Michael Kuhn +# Copyright (C) 2019-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/common b/scripts/common index 8ac6b9fc5..d8bf58242 100644 --- a/scripts/common +++ b/scripts/common @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2017-2023 Michael Kuhn +# Copyright (C) 2017-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/environment.sh b/scripts/environment.sh index 2e5012576..10e3b75ce 100755 --- a/scripts/environment.sh +++ b/scripts/environment.sh @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2017-2023 Michael Kuhn +# Copyright (C) 2017-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/format.sh b/scripts/format.sh index 18aa6e1a9..db40fac88 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -1,7 +1,7 @@ #!/bin/bash # JULEA - Flexible storage framework -# Copyright (C) 2019-2023 Michael Kuhn +# Copyright (C) 2019-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 3d0c3f50f..46a4ef24a 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash # JULEA - Flexible storage framework -# Copyright (C) 2017-2023 Michael Kuhn +# Copyright (C) 2017-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/setup b/scripts/setup index 2e67b72ea..6d1189e27 100644 --- a/scripts/setup +++ b/scripts/setup @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2013-2023 Michael Kuhn +# Copyright (C) 2013-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/setup.sh b/scripts/setup.sh index 4bfe95be2..a041a458a 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # JULEA - Flexible storage framework -# Copyright (C) 2013-2023 Michael Kuhn +# Copyright (C) 2013-2024 Michael Kuhn # Copyright (C) 2013 Anna Fuchs # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/spack b/scripts/spack index e3b219a02..8fc8ce7ea 100644 --- a/scripts/spack +++ b/scripts/spack @@ -1,5 +1,5 @@ # JULEA - Flexible storage framework -# Copyright (C) 2017-2023 Michael Kuhn +# Copyright (C) 2017-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/scripts/test.sh b/scripts/test.sh index 2d9cc4678..d300dac68 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,7 +1,7 @@ #!/bin/bash # JULEA - Flexible storage framework -# Copyright (C) 2017-2023 Michael Kuhn +# Copyright (C) 2017-2024 Michael Kuhn # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/server/loop.c b/server/loop.c index fda0e133a..28079f8f7 100644 --- a/server/loop.c +++ b/server/loop.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * Copyright (C) 2019 Benjamin Warnke * * This program is free software: you can redistribute it and/or modify diff --git a/server/server.c b/server/server.c index e418cd20b..2316962cd 100644 --- a/server/server.c +++ b/server/server.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/server/server.h b/server/server.h index 700276f01..fff43f796 100644 --- a/server/server.h +++ b/server/server.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/background-operation.c b/test/core/background-operation.c index 6b8d9c1ea..d1274881b 100644 --- a/test/core/background-operation.c +++ b/test/core/background-operation.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/batch.c b/test/core/batch.c index 6e80ff148..f69f7ebf2 100644 --- a/test/core/batch.c +++ b/test/core/batch.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/cache.c b/test/core/cache.c index f3b56ec68..e823a443b 100644 --- a/test/core/cache.c +++ b/test/core/cache.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/configuration.c b/test/core/configuration.c index 2af0c2597..af6861421 100644 --- a/test/core/configuration.c +++ b/test/core/configuration.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/credentials.c b/test/core/credentials.c index a77061d4a..b22ba0af4 100644 --- a/test/core/credentials.c +++ b/test/core/credentials.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2020-2023 Michael Kuhn + * Copyright (C) 2020-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/dir-iterator.c b/test/core/dir-iterator.c index 40cb673e4..050fe6395 100644 --- a/test/core/dir-iterator.c +++ b/test/core/dir-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/distribution.c b/test/core/distribution.c index cebc1ace7..fa432f589 100644 --- a/test/core/distribution.c +++ b/test/core/distribution.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/list-iterator.c b/test/core/list-iterator.c index 23e2b9bf4..7bdbb37bf 100644 --- a/test/core/list-iterator.c +++ b/test/core/list-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/list.c b/test/core/list.c index 430aa392d..317432377 100644 --- a/test/core/list.c +++ b/test/core/list.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/memory-chunk.c b/test/core/memory-chunk.c index 0a6a5c17f..a7c55b28a 100644 --- a/test/core/memory-chunk.c +++ b/test/core/memory-chunk.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/message.c b/test/core/message.c index 14f1efe10..20aa98855 100644 --- a/test/core/message.c +++ b/test/core/message.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/core/semantics.c b/test/core/semantics.c index d59520598..aa653fe51 100644 --- a/test/core/semantics.c +++ b/test/core/semantics.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/db/db.c b/test/db/db.c index 029801ba0..fac46af84 100644 --- a/test/db/db.c +++ b/test/db/db.c @@ -1,7 +1,7 @@ /* * JULEA - Flexible storage framework * Copyright (C) 2019 Benjamin Warnke - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/hdf5/hdf.c b/test/hdf5/hdf.c index 7ab04ae80..8c2ab8e7a 100644 --- a/test/hdf5/hdf.c +++ b/test/hdf5/hdf.c @@ -1,7 +1,7 @@ /* * JULEA - Flexible storage framework * Copyright (C) 2018-2019 Johannes Coym - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/item/collection-iterator.c b/test/item/collection-iterator.c index 5867fcb72..50ebe8e58 100644 --- a/test/item/collection-iterator.c +++ b/test/item/collection-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/item/collection.c b/test/item/collection.c index 275088888..6631d9520 100644 --- a/test/item/collection.c +++ b/test/item/collection.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/item/item-iterator.c b/test/item/item-iterator.c index 5512d3c4e..6ee48d995 100644 --- a/test/item/item-iterator.c +++ b/test/item/item-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/item/item.c b/test/item/item.c index 8a1478478..90f836839 100644 --- a/test/item/item.c +++ b/test/item/item.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/item/uri.c b/test/item/uri.c index 6ffccce15..d31d6989c 100644 --- a/test/item/uri.c +++ b/test/item/uri.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/kv/kv-iterator.c b/test/kv/kv-iterator.c index 9a1d19e7c..4d72902d4 100644 --- a/test/kv/kv-iterator.c +++ b/test/kv/kv-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/kv/kv.c b/test/kv/kv.c index 328417f68..cdfb1581f 100644 --- a/test/kv/kv.c +++ b/test/kv/kv.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/kv/parallel.c b/test/kv/parallel.c index 3cefc622a..e141b69ce 100644 --- a/test/kv/parallel.c +++ b/test/kv/parallel.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2022-2023 Michael Kuhn + * Copyright (C) 2022-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/object/distributed-object.c b/test/object/distributed-object.c index 0be4a8765..ae871f36a 100644 --- a/test/object/distributed-object.c +++ b/test/object/distributed-object.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/object/object-iterator.c b/test/object/object-iterator.c index e54680bfe..8db6745a4 100644 --- a/test/object/object-iterator.c +++ b/test/object/object-iterator.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/object/object.c b/test/object/object.c index 80682bef9..e295534d3 100644 --- a/test/object/object.c +++ b/test/object/object.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2019-2023 Michael Kuhn + * Copyright (C) 2019-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/test.c b/test/test.c index 6f598951a..e68c5eae7 100644 --- a/test/test.c +++ b/test/test.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/test/test.h b/test/test.h index c10a06535..8b6bf0715 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/config.c b/tools/config.c index 4994e0632..fc5b3ab5d 100644 --- a/tools/config.c +++ b/tools/config.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/tools/statistics.c b/tools/statistics.c index 51afd4f06..60b053731 100644 --- a/tools/statistics.c +++ b/tools/statistics.c @@ -1,6 +1,6 @@ /* * JULEA - Flexible storage framework - * Copyright (C) 2010-2023 Michael Kuhn + * Copyright (C) 2010-2024 Michael Kuhn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by