Skip to content

Commit 3620711

Browse files
committed
copyright year
1 parent e9f28cc commit 3620711

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SCL --- Secure Computation Library
2-
# Copyright (C) 2024 Anders Dalskov
2+
# Copyright (C) 2025 Anders Dalskov
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by
@@ -30,7 +30,7 @@ option(
3030
option(
3131
SCL_BUILD_WITH_ADDRESS_SANITIZATION
3232
"Buid SCL with -fsanitize=address. Implies SCL_BUILD_TESTS=ON"
33-
ON)
33+
OFF)
3434

3535
option(
3636
SCL_BUILD_DOCUMENTATION

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SCL --- Secure Computation Library
2-
# Copyright (C) 2024 Anders Dalskov
2+
# Copyright (C) 2025 Anders Dalskov
33
#
44
# This program is free software: you can redistribute it and/or modify
55
# it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)