Skip to content

Commit

Permalink
Applied updates and changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 1, 2023
1 parent 162171e commit 204b709
Show file tree
Hide file tree
Showing 220 changed files with 233 additions and 230 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Acknowledgements: libfvde

Copyright (C) 2011-2022, Omar Choudary <[email protected]>
Copyright (C) 2011-2023, Omar Choudary <[email protected]>
Joachim Metz <[email protected]>

Additional credits go to:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ build_script:
- sh: if test ${BUILD_ENVIRONMENT} = "xcode"; then export PATH="/usr/local/opt/gettext/bin:$PATH"; export SED="/usr/local/bin/gsed"; tests/build.sh ${CONFIGURE_OPTIONS}; fi
- cmd: if [%BUILD_ENVIRONMENT%]==[python] (
"%PYTHON%" setup.py bdist_wheel )
- sh: if test ${BUILD_ENVIRONMENT} = "python-tox"; then export PATH="/usr/local/opt/gettext/bin:$PATH"; export SED="/usr/local/bin/gsed"; ./synclibs.sh && ./autogen.sh && ./configure --disable-nls --disable-shared-libs && tox -e${TOXENV}; fi
- sh: if test ${BUILD_ENVIRONMENT} = "python-tox"; then export PATH="/usr/local/opt/gettext/bin:$PATH"; export SED="/usr/local/bin/gsed"; ./synclibs.sh && ./autogen.sh && ./configure --disable-nls --disable-shared-libs && make >/dev/null && tox -e${TOXENV}; fi
- cmd: if [%BUILD_ENVIRONMENT%]==[cygwin64] (
xcopy /i /q /s C:\projects\libfvde C:\cygwin64\home\appveyor\libfvde &&
C:\cygwin64\bin\bash -e -l -c "cd libfvde && wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -O './config.guess' && wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' -O './config.sub'" &&
Expand Down
2 changes: 1 addition & 1 deletion common/byte_stream.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Byte stream functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Common include file
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/config_borlandc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Configuration for the Borland/CodeGear C++ Builder compiler
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/config_msc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Configuration for the Microsoft Visual Studio C++ compiler
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/config_winapi.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Configuration file for WINAPI
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/file_stream.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* FILE stream functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/memory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Memory functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/narrow_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Narrow character string functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/system_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* System character string functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/types.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Type and type-support definitions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion common/wide_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Wide character string functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/byte_size_string.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Byte size string functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/byte_size_string.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Byte size string functions
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdeinfo.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Shows information obtained from a FileVault Drive Encryption (FVDE) encrypted volume
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdemount.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Mounts a FileVault Drive Encrypted (FVDE) volume
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_getopt.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* GetOpt functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_getopt.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* GetOpt functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_i18n.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Internationalization (i18n) functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_input.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Common input functions for the fvdetools
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_input.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Common input functions for the fvdetools
*
* Copyright (C) 2011-2022, Metz <[email protected]>
* Copyright (C) 2011-2023, Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libbfio.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libbfio header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libcdata.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libcdata header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libcerror.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libcerror header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libclocale.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libclocale header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libcnotify.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libcnotify header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libcpath.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libcpath header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libcsplit.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The internal libcsplit header
*
* Copyright (C) 2011-2022, Joachim Metz <[email protected]>
* Copyright (C) 2011-2023, Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
*
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libfguid.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libfguid header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libfvde.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libfvde header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_libuna.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The libuna header wrapper
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
4 changes: 2 additions & 2 deletions fvdetools/fvdetools_output.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Common output functions for the fvdetools
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down Expand Up @@ -105,7 +105,7 @@ void fvdetools_output_copyright_fprint(
*/
fprintf(
stream,
_( "Copyright (C) 2011-2022, %s.\n" ),
_( "Copyright (C) 2011-2023, %s.\n" ),
_( "Omar Choudary, Joachim Metz" ) );

fprintf(
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_output.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Common output functions for the fvdetools
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_signal.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Signal handling functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_signal.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Signal handling functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdetools_unused.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Definitions to silence compiler warnings about unused function attributes/parameters.
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/fvdewipekey.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Decrypts a EncryptedRoot.plist.wipekey file
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/info_handle.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Info handle
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/info_handle.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Info handle
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/mount_dokan.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Mount tool dokan functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/mount_dokan.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Mount tool dokan functions
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
2 changes: 1 addition & 1 deletion fvdetools/mount_file_entry.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Mount file entry
*
* Copyright (C) 2011-2022, Omar Choudary <[email protected]>,
* Copyright (C) 2011-2023, Omar Choudary <[email protected]>,
* Joachim Metz <[email protected]>
*
* Refer to AUTHORS for acknowledgements.
Expand Down
Loading

0 comments on commit 204b709

Please sign in to comment.