You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -899,7 +899,7 @@ All project resources are accessible from the project website.
899
899
900
900
## License
901
901
902
-
Copyright (C) 2004-2024 Exiv2 authors.
902
+
Copyright (C) 2004-2026 Exiv2 authors.
903
903
You should have received a copy of the file [COPYING](COPYING) which details the GPLv2 license.
904
904
905
905
Exiv2 is free software; you can redistribute it and/or modify
@@ -934,8 +934,8 @@ You execute the Test Suite using CTest with the command `$ ctest --test-dir buil
934
934
The build creates 6 tests: bashTests, bugfixTests, lensTests, tiffTests, unitTests and versionTests. You can run all tests or a subset. To list all available tests, execute ctest with the `-N` or `--show-only` option, which disables execution:
935
935
936
936
```bash
937
-
.../exiv2/ $ ctest --test-dir build --show-only
938
-
Test project ...main/exiv2
937
+
.../exiv2 $ ctest --test-dir build --show-only
938
+
Test project .../exiv2/build
939
939
Test #1: bashTests
940
940
Test #2: bugfixTests
941
941
Test #3: lensTests
@@ -1061,11 +1061,11 @@ You can build with Visual Studio using Conan. The is described in detail in [RE
0 commit comments