diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-06-19 15:41:12 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-06-19 15:41:12 +0100 |
commit | e0856b113ba7e3f66d4cdbb66d63429777acc89f (patch) | |
tree | 39c37e914f3997a9bc873b7e989d8df374da1a5f /src/libserver/composites | |
parent | 902e04a6460136f34e7a60891bf960a403042b11 (diff) | |
download | rspamd-e0856b113ba7e3f66d4cdbb66d63429777acc89f.tar.gz rspamd-e0856b113ba7e3f66d4cdbb66d63429777acc89f.zip |
[Rework] Another bunch of changes to the dependencies processing
Diffstat (limited to 'src/libserver/composites')
-rw-r--r-- | src/libserver/composites/composites.cxx | 6 | ||||
-rw-r--r-- | src/libserver/composites/composites_internal.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/libserver/composites/composites.cxx b/src/libserver/composites/composites.cxx index 64f8f2daf..0e7adfb8a 100644 --- a/src/libserver/composites/composites.cxx +++ b/src/libserver/composites/composites.cxx @@ -1,11 +1,11 @@ -/*- - * Copyright 2021 Vsevolod Stakhov +/* + * Copyright 2024 Vsevolod Stakhov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/libserver/composites/composites_internal.hxx b/src/libserver/composites/composites_internal.hxx index 55aaa2ee1..2ae4219eb 100644 --- a/src/libserver/composites/composites_internal.hxx +++ b/src/libserver/composites/composites_internal.hxx @@ -1,11 +1,11 @@ -/*- - * Copyright 2021 Vsevolod Stakhov +/* + * Copyright 2024 Vsevolod Stakhov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, |