# HG changeset patch # User Paul Boddie # Date 1705705134 -3600 # Node ID a35ef745be1dda4459eb6ddc014a6ef403e8a357 # Parent b4e5ea9661c6e96b9dcf3f2c8c95dd37cc9192a3 Fixed comment; updated copyright details. diff -r b4e5ea9661c6 -r a35ef745be1d libfsclient/lib/src/client.cc --- a/libfsclient/lib/src/client.cc Thu Jan 18 19:13:14 2024 +0100 +++ b/libfsclient/lib/src/client.cc Fri Jan 19 23:58:54 2024 +0100 @@ -1,8 +1,7 @@ /* * Filesystem client functions. * - * Copyright (C) 2018, 2019, 2020, 2021, 2022, - * 2023 Paul Boddie + * Copyright (C) 2018-2024 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -813,7 +812,7 @@ -/* Subscribe from events concerning a file. */ +/* Subscribe to events concerning a file. */ long client_subscribe(file_t *file, notify_flags_t flags, notifier_t *notifier) {