Move third-party sources to separate sub-directory
authorColin Clark <colin.clark@cclark.uk>
Wed, 28 Feb 2024 15:45:36 +0000 (15:45 +0000)
committerColin Clark <colin.clark@cclark.uk>
Wed, 28 Feb 2024 15:45:36 +0000 (15:45 +0000)
commitce6a420d4b0d480c90c41aec65c9415d544ddddf
tree56d4bf0219af52b5c8e92dddc06c818c28735f1a
parent86ab50c550c58ef9f8215f2e8baf1c40a3814ba0
Move third-party sources to separate sub-directory

Move any third-party sources that have been copied verbatim to a
separate sub-directory.
This allows project checks to avoid these files.
These files are unlikely to change and do not need to be tracked for
changes.
meson.build
src/exif-common.cc
src/main.cc
src/meson.build
src/preferences.cc
src/third-party/backward.h [moved from src/backward.h with 100% similarity]
src/third-party/meson.build [new file with mode: 0644]
src/third-party/whereami.cc [moved from src/whereami.cc with 99% similarity]
src/third-party/whereami.h [moved from src/whereami.h with 100% similarity]
src/third-party/zonedetect.cc [moved from src/zonedetect.cc with 100% similarity]
src/third-party/zonedetect.h [moved from src/zonedetect.h with 100% similarity]