diff --git a/AUTHORS b/AUTHORS index 0a13379..75cef6f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ Acknowledgements: libfsext -Copyright (C) 2010-2023, Joachim Metz +Copyright (C) 2010-2024, Joachim Metz diff --git a/appveyor.yml b/appveyor.yml index 6922498..2bb4fba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -115,14 +115,66 @@ environment: CFLAGS: "-I/usr/local/include" LDFLAGS: "-L/usr/local/lib" CONFIGURE_OPTIONS: "--disable-dependency-tracking --prefix=/usr/local --enable-python --with-pyprefix" - - TARGET: python311 - BUILD_ENVIRONMENT: python + - TARGET: windows-tox-py38-32bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python38\\python.exe" + PYTHON_VERSION: 3.8 + TOXENV: py38 + - TARGET: windows-tox-py38-64bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python38-x64\\python.exe" + PYTHON_VERSION: 3.8 + TOXENV: py38 + - TARGET: windows-tox-py39-32bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python39\\python.exe" + PYTHON_VERSION: 3.9 + TOXENV: py39 + - TARGET: windows-tox-py39-64bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python39-x64\\python.exe" + PYTHON_VERSION: 3.9 + TOXENV: py39 + - TARGET: windows-tox-py310-32bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python310\\python.exe" + PYTHON_VERSION: 3.10 + TOXENV: py310 + - TARGET: windows-tox-py310-64bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python310-x64\\python.exe" + PYTHON_VERSION: 3.10 + TOXENV: py310 + - TARGET: windows-tox-py311-32bit + BUILD_ENVIRONMENT: python-tox APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 PYTHON: "C:\\Python311\\python.exe" - - TARGET: python311-x64 - BUILD_ENVIRONMENT: python + PYTHON_VERSION: 3.11 + TOXENV: py311 + - TARGET: windows-tox-py311-64bit + BUILD_ENVIRONMENT: python-tox APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 PYTHON: "C:\\Python311-x64\\python.exe" + PYTHON_VERSION: 3.11 + TOXENV: py311 + - TARGET: windows-tox-py312-32bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python312\\python.exe" + PYTHON_VERSION: 3.12 + TOXENV: py312 + - TARGET: windows-tox-py312-64bit + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + PYTHON: "C:\\Python312-x64\\python.exe" + PYTHON_VERSION: 3.12 + TOXENV: py312 - TARGET: macos-tox-py38 BUILD_ENVIRONMENT: python-tox APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey @@ -153,6 +205,12 @@ environment: HOMEBREW_NO_INSTALL_CLEANUP: 1 PYTHON_VERSION: 3.12 TOXENV: py312 + - TARGET: linux-tox-py310 + BUILD_ENVIRONMENT: python-tox + APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2204 + PYTHON_VERSION: 3.10 + TOXENV: py310 + AUDITWHEEL_PLAT: manylinux_2_35_x86_64 - TARGET: cygwin64-gcc BUILD_ENVIRONMENT: cygwin64 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 @@ -235,11 +293,12 @@ install: .\builddokan.ps1 -Configuration ${Configuration} -Platform "Win32"; .\builddokan.ps1 -Configuration ${Configuration} -Platform "x64"; } } -- sh: if test ${BUILD_ENVIRONMENT} = "python-tox" || test ${BUILD_ENVIRONMENT} = "xcode"; then brew update-reset && brew update -q; fi -- sh: if test ${BUILD_ENVIRONMENT} = "python-tox" || test ${BUILD_ENVIRONMENT} = "xcode"; then brew install -q autoconf automake gettext gnu-sed libtool macfuse openssl pkg-config || true; fi -- sh: if test ${BUILD_ENVIRONMENT} = "python-tox"; then brew install -q python@${PYTHON_VERSION} tox twine-pypi || true; fi -- cmd: if [%BUILD_ENVIRONMENT%]==[python] ( - "%PYTHON%" -m pip install -U pip setuptools twine wheel ) +- sh: if ( test `uname -s` = "Darwin" && test ${BUILD_ENVIRONMENT} = "python-tox" ) || test ${BUILD_ENVIRONMENT} = "xcode"; then brew update-reset && brew update -q; fi +- sh: if ( test `uname -s` = "Darwin" && test ${BUILD_ENVIRONMENT} = "python-tox" ) || test ${BUILD_ENVIRONMENT} = "xcode"; then brew install -q autoconf automake gettext gnu-sed libtool macfuse openssl pkg-config || true; fi +- cmd: if [%BUILD_ENVIRONMENT%]==[python-tox] ( + "%PYTHON%" -m pip install -U tox twine ) +- sh: if test `uname -s` = "Darwin" && test ${BUILD_ENVIRONMENT} = "python-tox"; then brew install -q python@${PYTHON_VERSION} tox twine-pypi || true; fi +- sh: if test `uname -s` = "Linux" && test ${BUILD_ENVIRONMENT} = "python-tox"; then sudo apt-get update && sudo apt-get -y install autoconf automake autopoint build-essential git libtool patchelf pkg-config python3 python3-dev python3-distutils python3-pip python3-setuptools tox twine; fi - ps: If ($env:BUILD_ENVIRONMENT -eq "cygwin64") { (New-Object Net.WebClient).DownloadFile("https://cygwin.com/setup-x86_64.exe", "C:\\cygwin64\\setup-x86_64.exe") } - cmd: if [%BUILD_ENVIRONMENT%]==[cygwin64] ( @@ -250,7 +309,7 @@ install: $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile ..\codecov.exe } build_script: -- ps: If ($env:BUILD_ENVIRONMENT -eq "msbuild" -or ($env:BUILD_ENVIRONMENT -eq "python" -and $isWindows)) { +- ps: If ($env:BUILD_ENVIRONMENT -eq "msbuild" -or ($env:BUILD_ENVIRONMENT -eq "python-tox" -and $isWindows)) { .\synclibs.ps1; .\autogen.ps1 } - ps: If ($env:TARGET -eq "vs2008") { @@ -262,9 +321,10 @@ build_script: - ps: If ($env:TARGET -eq "vs2022-python") { .\build.ps1 -VisualStudioVersion $env:TARGET.Substring(2, 4) -Configuration $env:CONFIGURATION -Platform $env:PLATFORM -PythonPath $env:PYTHON_PATH -VSToolsOptions "--extend-with-x64 --python-path $env:PYTHON_PATH --with-dokany" } - 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 && make sources >/dev/null && tox -e${TOXENV}; fi +- cmd: if [%BUILD_ENVIRONMENT%]==[python-tox] ( + "%PYTHON%" -m tox -e%TOXENV% ) +- sh: if test `uname -s` = "Darwin" && 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 sources >/dev/null && tox -e${TOXENV}; fi +- sh: if test `uname -s` = "Linux" && test ${BUILD_ENVIRONMENT} = "python-tox"; then ./synclibs.sh && ./autogen.sh && ./configure --disable-nls --disable-shared-libs && make sources >/dev/null && tox -e${TOXENV} && tox -eauditwheel -- --plat ${AUDITWHEEL_PLAT} dist/*.whl && rm -f dist/*.whl && mv wheelhouse/*.whl dist/; fi - cmd: if [%BUILD_ENVIRONMENT%]==[cygwin64] ( xcopy /i /q /s C:\projects\libfsext C:\cygwin64\home\appveyor\libfsext && C:\cygwin64\bin\bash -e -l -c "cd libfsext && wget -q 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -O './config.guess' && wget -q 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' -O './config.sub'" && @@ -296,7 +356,7 @@ artifacts: - path: dist\*.whl deploy_script: -- ps: If ($env:APPVEYOR_REPO_TAG -eq "true" -and $isWindows -and $env:BUILD_ENVIRONMENT -eq "python") { +- ps: If ($env:APPVEYOR_REPO_TAG -eq "true" -and $isWindows -and $env:BUILD_ENVIRONMENT -eq "python-tox") { Invoke-Expression "${env:PYTHON} -m twine upload dist/*.whl --username __token__ --password ${env:PYPI_TOKEN} --skip-existing" } - sh: if test ${APPVEYOR_REPO_TAG} = "true" && test ${BUILD_ENVIRONMENT} = "python-tox"; then twine upload dist/*.whl --username __token__ --password ${PYPI_TOKEN} --skip-existing; fi diff --git a/autogen.ps1 b/autogen.ps1 index ed2049a..520fdb8 100644 --- a/autogen.ps1 +++ b/autogen.ps1 @@ -1,6 +1,6 @@ # Script to generate the necessary files for a msvscpp build # -# Version: 20230104 +# Version: 20230118 $WinFlex = "..\win_flex_bison\win_flex.exe" $WinBison = "..\win_flex_bison\win_bison.exe" @@ -9,17 +9,22 @@ $Library = Get-Content -Path configure.ac | select -skip 3 -first 1 | % { $_ -Re $Version = Get-Content -Path configure.ac | select -skip 4 -first 1 | % { $_ -Replace " \[","" } | % { $_ -Replace "\],","" } $Prefix = ${Library}.Substring(3) -Get-Content -Path "include\${Library}.h.in" > "include\${Library}.h" -Get-Content -Path "include\${Library}\definitions.h.in" | % { $_ -Replace "@VERSION@","${Version}" } > "include\${Library}\definitions.h" -Get-Content -Path "include\${Library}\features.h.in" | % { $_ -Replace "@[A-Z0-9_]*@","0" } > "include\${Library}\features.h" -Get-Content -Path "include\${Library}\types.h.in" | % { $_ -Replace "@[A-Z0-9_]*@","0" } > "include\${Library}\types.h" -Get-Content -Path "common\types.h.in" | % { $_ -Replace "@PACKAGE@","${Library}" } > "common\types.h" -Get-Content -Path "${Library}\${Library}_definitions.h.in" | % { $_ -Replace "@VERSION@","${Version}" } > "${Library}\${Library}_definitions.h" -Get-Content -Path "${Library}\${Library}.rc.in" | % { $_ -Replace "@VERSION@","${Version}" } > "${Library}\${Library}.rc" +Get-Content -Path "include\${Library}.h.in" | Out-File -Encoding ascii "include\${Library}.h" +Get-Content -Path "include\${Library}\definitions.h.in" | % { $_ -Replace "@VERSION@","${Version}" } | Out-File -Encoding ascii "include\${Library}\definitions.h" +Get-Content -Path "include\${Library}\features.h.in" | % { $_ -Replace "@[A-Z0-9_]*@","0" } | Out-File -Encoding ascii "include\${Library}\features.h" +Get-Content -Path "include\${Library}\types.h.in" | % { $_ -Replace "@[A-Z0-9_]*@","0" } | Out-File -Encoding ascii "include\${Library}\types.h" +Get-Content -Path "common\types.h.in" | % { $_ -Replace "@PACKAGE@","${Library}" } | Out-File -Encoding ascii "common\types.h" +Get-Content -Path "${Library}\${Library}_definitions.h.in" | % { $_ -Replace "@VERSION@","${Version}" } | Out-File -Encoding ascii "${Library}\${Library}_definitions.h" +Get-Content -Path "${Library}\${Library}.rc.in" | % { $_ -Replace "@VERSION@","${Version}" } | Out-File -Encoding ascii "${Library}\${Library}.rc" + +If (Test-Path "setup.cfg.in") +{ + Get-Content -Path "setup.cfg.in" | % { $_ -Replace "@VERSION@","${Version}" } | Out-File -Encoding ascii "setup.cfg" +} If (Test-Path "${Prefix}.net") { - Get-Content -Path "${Prefix}.net\${Prefix}.net.rc.in" | % { $_ -Replace "@VERSION@","${Version}" } > "${Prefix}.net\${Prefix}.net.rc" + Get-Content -Path "${Prefix}.net\${Prefix}.net.rc.in" | % { $_ -Replace "@VERSION@","${Version}" } | Out-File -Encoding ascii "${Prefix}.net\${Prefix}.net.rc" } $NamePrefix = "" @@ -38,7 +43,7 @@ ForEach (${DirectoryElement} in Get-ChildItem -Path "${Library}\*.l") $Output = Invoke-Expression -Command "& '${WinFlex}' -Cf ${DirectoryElement} 2>&1" Write-Host ${Output} - # Moving manually since win_flex -o does not provide the expected behavior. + # Moving manually since `win_flex -o filename' does not provide the expected behavior. Move-Item "lex.yy.c" ${OutputFile} -force } diff --git a/common/byte_stream.h b/common/byte_stream.h index 3a53af7..f3f1f13 100644 --- a/common/byte_stream.h +++ b/common/byte_stream.h @@ -1,7 +1,7 @@ /* * Byte stream functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/common.h b/common/common.h index c6a65f4..22e6091 100644 --- a/common/common.h +++ b/common/common.h @@ -1,7 +1,7 @@ /* * Common include file * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/config_borlandc.h b/common/config_borlandc.h index 3f8403a..17a554c 100644 --- a/common/config_borlandc.h +++ b/common/config_borlandc.h @@ -1,7 +1,7 @@ /* * Configuration for the Borland/CodeGear C++ Builder compiler * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/config_msc.h b/common/config_msc.h index 66cf65c..6652d9e 100644 --- a/common/config_msc.h +++ b/common/config_msc.h @@ -1,7 +1,7 @@ /* * Configuration for the Microsoft Visual Studio C++ compiler * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/config_winapi.h b/common/config_winapi.h index 2fb1c9b..d055d17 100644 --- a/common/config_winapi.h +++ b/common/config_winapi.h @@ -1,7 +1,7 @@ /* * Configuration file for WINAPI * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/file_stream.h b/common/file_stream.h index b89dd37..40f1fea 100644 --- a/common/file_stream.h +++ b/common/file_stream.h @@ -1,7 +1,7 @@ /* * FILE stream functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/memory.h b/common/memory.h index ecbe37e..9352988 100644 --- a/common/memory.h +++ b/common/memory.h @@ -1,7 +1,7 @@ /* * Memory functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/narrow_string.h b/common/narrow_string.h index 4a6d774..d6cb32b 100644 --- a/common/narrow_string.h +++ b/common/narrow_string.h @@ -1,7 +1,7 @@ /* * Narrow character string functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/system_string.h b/common/system_string.h index b0925a7..60b793c 100644 --- a/common/system_string.h +++ b/common/system_string.h @@ -1,7 +1,7 @@ /* * System character string functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/types.h.in b/common/types.h.in index 1d8ff33..520cd49 100644 --- a/common/types.h.in +++ b/common/types.h.in @@ -1,7 +1,7 @@ /* * Type and type-support definitions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/common/wide_string.h b/common/wide_string.h index 0719563..b27bd19 100644 --- a/common/wide_string.h +++ b/common/wide_string.h @@ -1,7 +1,7 @@ /* * Wide character string functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/configure.ac b/configure.ac index fa5ae91..2ef43ca 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.71]) AC_INIT( [libfsext], - [20231129], + [20240219], [joachim.metz@gmail.com]) AC_CONFIG_SRCDIR( diff --git a/dpkg/copyright b/dpkg/copyright index 9e0df38..c0ee72b 100644 --- a/dpkg/copyright +++ b/dpkg/copyright @@ -3,7 +3,7 @@ Upstream-Name: libfsext Source: https://github.com/libyal/libfsext Files: * -Copyright: 2010-2023, Joachim Metz +Copyright: 2010-2024, Joachim Metz License: LGPL-3.0+ License: LGPL-3.0+ diff --git a/fsexttools/digest_hash.c b/fsexttools/digest_hash.c index aafde90..4e3b4a7 100644 --- a/fsexttools/digest_hash.c +++ b/fsexttools/digest_hash.c @@ -1,7 +1,7 @@ /* * Crypographic digest hash * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/digest_hash.h b/fsexttools/digest_hash.h index 4406a21..c3b290a 100644 --- a/fsexttools/digest_hash.h +++ b/fsexttools/digest_hash.h @@ -1,7 +1,7 @@ /* * Crypographic digest hash * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsextinfo.c b/fsexttools/fsextinfo.c index 2423c43..4148c16 100644 --- a/fsexttools/fsextinfo.c +++ b/fsexttools/fsextinfo.c @@ -1,7 +1,7 @@ /* * Shows information obtained from an Extended File System (ext) volume * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsextmount.c b/fsexttools/fsextmount.c index 8f1a76a..494d452 100644 --- a/fsexttools/fsextmount.c +++ b/fsexttools/fsextmount.c @@ -1,7 +1,7 @@ /* * Mounts an Extended File System (ext) volume * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_getopt.c b/fsexttools/fsexttools_getopt.c index 4ea187a..8b2b0ef 100644 --- a/fsexttools/fsexttools_getopt.c +++ b/fsexttools/fsexttools_getopt.c @@ -1,7 +1,7 @@ /* * GetOpt functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_getopt.h b/fsexttools/fsexttools_getopt.h index 2d8334f..5a8c01b 100644 --- a/fsexttools/fsexttools_getopt.h +++ b/fsexttools/fsexttools_getopt.h @@ -1,7 +1,7 @@ /* * GetOpt functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_i18n.h b/fsexttools/fsexttools_i18n.h index afd0b98..e47a147 100644 --- a/fsexttools/fsexttools_i18n.h +++ b/fsexttools/fsexttools_i18n.h @@ -1,7 +1,7 @@ /* * Internationalization (i18n) functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libbfio.h b/fsexttools/fsexttools_libbfio.h index a6a2d8e..bef94f9 100644 --- a/fsexttools/fsexttools_libbfio.h +++ b/fsexttools/fsexttools_libbfio.h @@ -1,7 +1,7 @@ /* * The libbfio header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libcerror.h b/fsexttools/fsexttools_libcerror.h index 630d3de..0625546 100644 --- a/fsexttools/fsexttools_libcerror.h +++ b/fsexttools/fsexttools_libcerror.h @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libclocale.h b/fsexttools/fsexttools_libclocale.h index f4b9d7a..3d1cc50 100644 --- a/fsexttools/fsexttools_libclocale.h +++ b/fsexttools/fsexttools_libclocale.h @@ -1,7 +1,7 @@ /* * The libclocale header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libcnotify.h b/fsexttools/fsexttools_libcnotify.h index 6db1b64..7fc9252 100644 --- a/fsexttools/fsexttools_libcnotify.h +++ b/fsexttools/fsexttools_libcnotify.h @@ -1,7 +1,7 @@ /* * The libcnotify header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libcpath.h b/fsexttools/fsexttools_libcpath.h index 8078bea..46c048c 100644 --- a/fsexttools/fsexttools_libcpath.h +++ b/fsexttools/fsexttools_libcpath.h @@ -1,7 +1,7 @@ /* * The libcpath header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libfcache.h b/fsexttools/fsexttools_libfcache.h index 6be0e1d..241c3ee 100644 --- a/fsexttools/fsexttools_libfcache.h +++ b/fsexttools/fsexttools_libfcache.h @@ -1,7 +1,7 @@ /* * The libfcache header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libfdata.h b/fsexttools/fsexttools_libfdata.h index 7631dda..4bffce4 100644 --- a/fsexttools/fsexttools_libfdata.h +++ b/fsexttools/fsexttools_libfdata.h @@ -1,7 +1,7 @@ /* * The libfdata header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libfdatetime.h b/fsexttools/fsexttools_libfdatetime.h index 71d63f1..d50b621 100644 --- a/fsexttools/fsexttools_libfdatetime.h +++ b/fsexttools/fsexttools_libfdatetime.h @@ -1,7 +1,7 @@ /* * The libfdatetime header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libfguid.h b/fsexttools/fsexttools_libfguid.h index 80b0501..1cce756 100644 --- a/fsexttools/fsexttools_libfguid.h +++ b/fsexttools/fsexttools_libfguid.h @@ -1,7 +1,7 @@ /* * The libfguid header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libfsext.h b/fsexttools/fsexttools_libfsext.h index 6126d9d..2ad1406 100644 --- a/fsexttools/fsexttools_libfsext.h +++ b/fsexttools/fsexttools_libfsext.h @@ -1,7 +1,7 @@ /* * The libfsext header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libhmac.h b/fsexttools/fsexttools_libhmac.h index 79f21f0..8b8da3f 100644 --- a/fsexttools/fsexttools_libhmac.h +++ b/fsexttools/fsexttools_libhmac.h @@ -1,7 +1,7 @@ /* * The libhmac header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_libuna.h b/fsexttools/fsexttools_libuna.h index 807531f..703382b 100644 --- a/fsexttools/fsexttools_libuna.h +++ b/fsexttools/fsexttools_libuna.h @@ -1,7 +1,7 @@ /* * The libuna header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_output.c b/fsexttools/fsexttools_output.c index 42c5ed4..7b314e1 100644 --- a/fsexttools/fsexttools_output.c +++ b/fsexttools/fsexttools_output.c @@ -1,7 +1,7 @@ /* * Common output functions for the fsexttools * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * @@ -108,7 +108,7 @@ void fsexttools_output_copyright_fprint( */ fprintf( stream, - _( "Copyright (C) 2010-2023, %s.\n" ), + _( "Copyright (C) 2010-2024, %s.\n" ), _( "Joachim Metz" ) ); fprintf( diff --git a/fsexttools/fsexttools_output.h b/fsexttools/fsexttools_output.h index ec27503..978a492 100644 --- a/fsexttools/fsexttools_output.h +++ b/fsexttools/fsexttools_output.h @@ -1,7 +1,7 @@ /* * Common output functions for the fsexttools * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_signal.c b/fsexttools/fsexttools_signal.c index b4560e3..b49374b 100644 --- a/fsexttools/fsexttools_signal.c +++ b/fsexttools/fsexttools_signal.c @@ -1,7 +1,7 @@ /* * Signal handling functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_signal.h b/fsexttools/fsexttools_signal.h index 095ca77..a3cc3ef 100644 --- a/fsexttools/fsexttools_signal.h +++ b/fsexttools/fsexttools_signal.h @@ -1,7 +1,7 @@ /* * Signal handling functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/fsexttools_unused.h b/fsexttools/fsexttools_unused.h index 34a2277..0241e82 100644 --- a/fsexttools/fsexttools_unused.h +++ b/fsexttools/fsexttools_unused.h @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/info_handle.c b/fsexttools/info_handle.c index e9858b6..a7a5681 100644 --- a/fsexttools/info_handle.c +++ b/fsexttools/info_handle.c @@ -1,7 +1,7 @@ /* * Info handle * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/info_handle.h b/fsexttools/info_handle.h index cbceb08..8b1f362 100644 --- a/fsexttools/info_handle.h +++ b/fsexttools/info_handle.h @@ -1,7 +1,7 @@ /* * Info handle * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_dokan.c b/fsexttools/mount_dokan.c index 106d6ba..2401e28 100644 --- a/fsexttools/mount_dokan.c +++ b/fsexttools/mount_dokan.c @@ -1,7 +1,7 @@ /* * Mount tool dokan functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_dokan.h b/fsexttools/mount_dokan.h index d887772..7a39d6e 100644 --- a/fsexttools/mount_dokan.h +++ b/fsexttools/mount_dokan.h @@ -1,7 +1,7 @@ /* * Mount tool dokan functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_file_entry.c b/fsexttools/mount_file_entry.c index faddd29..e12e535 100644 --- a/fsexttools/mount_file_entry.c +++ b/fsexttools/mount_file_entry.c @@ -1,7 +1,7 @@ /* * Mount file entry * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_file_entry.h b/fsexttools/mount_file_entry.h index b451812..4969dad 100644 --- a/fsexttools/mount_file_entry.h +++ b/fsexttools/mount_file_entry.h @@ -1,7 +1,7 @@ /* * Mount file entry * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_file_system.c b/fsexttools/mount_file_system.c index f0a8612..b11875b 100644 --- a/fsexttools/mount_file_system.c +++ b/fsexttools/mount_file_system.c @@ -1,7 +1,7 @@ /* * Mount file system * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_file_system.h b/fsexttools/mount_file_system.h index 145c22a..c245149 100644 --- a/fsexttools/mount_file_system.h +++ b/fsexttools/mount_file_system.h @@ -1,7 +1,7 @@ /* * Mount file system * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_fuse.c b/fsexttools/mount_fuse.c index f6fab6e..1bcdf77 100644 --- a/fsexttools/mount_fuse.c +++ b/fsexttools/mount_fuse.c @@ -1,7 +1,7 @@ /* * Mount tool fuse functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_fuse.h b/fsexttools/mount_fuse.h index 67ba588..167daf6 100644 --- a/fsexttools/mount_fuse.h +++ b/fsexttools/mount_fuse.h @@ -1,7 +1,7 @@ /* * Mount tool fuse functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_handle.c b/fsexttools/mount_handle.c index c1c50e2..8974b2f 100644 --- a/fsexttools/mount_handle.c +++ b/fsexttools/mount_handle.c @@ -1,7 +1,7 @@ /* * Mount handle * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/fsexttools/mount_handle.h b/fsexttools/mount_handle.h index cd60cad..b3425d6 100644 --- a/fsexttools/mount_handle.h +++ b/fsexttools/mount_handle.h @@ -1,7 +1,7 @@ /* * Mount handle * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext.h.in b/include/libfsext.h.in index d7404db..602ffe0 100644 --- a/include/libfsext.h.in +++ b/include/libfsext.h.in @@ -1,7 +1,7 @@ /* * Library to access the Extended File System (ext) format * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext/codepage.h b/include/libfsext/codepage.h index f3d8aff..6bd8997 100644 --- a/include/libfsext/codepage.h +++ b/include/libfsext/codepage.h @@ -1,7 +1,7 @@ /* * Codepage definitions for libfsext * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext/definitions.h.in b/include/libfsext/definitions.h.in index 2f19e03..e9bef41 100644 --- a/include/libfsext/definitions.h.in +++ b/include/libfsext/definitions.h.in @@ -1,7 +1,7 @@ /* * Definitions for libfsext * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext/error.h b/include/libfsext/error.h index baad1f2..bcce49f 100644 --- a/include/libfsext/error.h +++ b/include/libfsext/error.h @@ -1,7 +1,7 @@ /* * The error code definitions for libfsext * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext/extern.h b/include/libfsext/extern.h index d2e0264..230a2e3 100644 --- a/include/libfsext/extern.h +++ b/include/libfsext/extern.h @@ -4,7 +4,7 @@ * This header should be included in header files that export or import * library functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext/features.h.in b/include/libfsext/features.h.in index 305de8c..756e9d2 100644 --- a/include/libfsext/features.h.in +++ b/include/libfsext/features.h.in @@ -1,7 +1,7 @@ /* * Features of libfsext * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/include/libfsext/types.h.in b/include/libfsext/types.h.in index 87e78a2..3340400 100644 --- a/include/libfsext/types.h.in +++ b/include/libfsext/types.h.in @@ -1,7 +1,7 @@ /* * Type definitions for libfsext * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/fsext_attributes.h b/libfsext/fsext_attributes.h index e00b0ed..a0732b7 100644 --- a/libfsext/fsext_attributes.h +++ b/libfsext/fsext_attributes.h @@ -1,7 +1,7 @@ /* * Extended attributes of an Extended File System * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/fsext_directory_entry.h b/libfsext/fsext_directory_entry.h index 6d002e0..468bbcd 100644 --- a/libfsext/fsext_directory_entry.h +++ b/libfsext/fsext_directory_entry.h @@ -1,7 +1,7 @@ /* * Directory entry of an Extended File System * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/fsext_extents.h b/libfsext/fsext_extents.h index d90011b..f1f7ef6 100644 --- a/libfsext/fsext_extents.h +++ b/libfsext/fsext_extents.h @@ -1,7 +1,7 @@ /* * Extents of an Extended File System * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/fsext_group_descriptor.h b/libfsext/fsext_group_descriptor.h index d996e67..6fd73ce 100644 --- a/libfsext/fsext_group_descriptor.h +++ b/libfsext/fsext_group_descriptor.h @@ -1,7 +1,7 @@ /* * Group descriptor of an Extended File System * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/fsext_inode.h b/libfsext/fsext_inode.h index de31831..945e7ed 100644 --- a/libfsext/fsext_inode.h +++ b/libfsext/fsext_inode.h @@ -1,7 +1,7 @@ /* * Inode of an Extended File System * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/fsext_superblock.h b/libfsext/fsext_superblock.h index b5c4742..74a6dad 100644 --- a/libfsext/fsext_superblock.h +++ b/libfsext/fsext_superblock.h @@ -1,7 +1,7 @@ /* * Superblock of an Extended File System * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext.c b/libfsext/libfsext.c index df82329..0907489 100644 --- a/libfsext/libfsext.c +++ b/libfsext/libfsext.c @@ -1,7 +1,7 @@ /* * Library to support the Extended File System (ext) format * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext.rc.in b/libfsext/libfsext.rc.in index a5f5d32..eebc7c2 100644 --- a/libfsext/libfsext.rc.in +++ b/libfsext/libfsext.rc.in @@ -24,7 +24,7 @@ BEGIN VALUE "FileDescription", "Library to support the Extended File System (ext) format\0" VALUE "FileVersion", "@VERSION@" "\0" VALUE "InternalName", "libfsext.dll\0" - VALUE "LegalCopyright", "(C) 2010-2023, Joachim Metz \0" + VALUE "LegalCopyright", "(C) 2010-2024, Joachim Metz \0" VALUE "OriginalFilename", "libfsext.dll\0" VALUE "ProductName", "libfsext\0" VALUE "ProductVersion", "@VERSION@" "\0" diff --git a/libfsext/libfsext_attribute_values.c b/libfsext/libfsext_attribute_values.c index 48958a3..9d41881 100644 --- a/libfsext/libfsext_attribute_values.c +++ b/libfsext/libfsext_attribute_values.c @@ -1,7 +1,7 @@ /* * Extended attribute values functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_attribute_values.h b/libfsext/libfsext_attribute_values.h index 73ad411..e4cfca6 100644 --- a/libfsext/libfsext_attribute_values.h +++ b/libfsext/libfsext_attribute_values.h @@ -1,7 +1,7 @@ /* * Extended attribute values functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_attributes_block.c b/libfsext/libfsext_attributes_block.c index 6bfbae6..6ff8fbb 100644 --- a/libfsext/libfsext_attributes_block.c +++ b/libfsext/libfsext_attributes_block.c @@ -1,7 +1,7 @@ /* * Extended attributes block functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_attributes_block.h b/libfsext/libfsext_attributes_block.h index a63eea5..83de56e 100644 --- a/libfsext/libfsext_attributes_block.h +++ b/libfsext/libfsext_attributes_block.h @@ -1,7 +1,7 @@ /* * Extended attributes block functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_bitmap.c b/libfsext/libfsext_bitmap.c index 133984b..2a7a8c7 100644 --- a/libfsext/libfsext_bitmap.c +++ b/libfsext/libfsext_bitmap.c @@ -1,7 +1,7 @@ /* * Bitmap functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_bitmap.h b/libfsext/libfsext_bitmap.h index 2e2c5a6..a4715fc 100644 --- a/libfsext/libfsext_bitmap.h +++ b/libfsext/libfsext_bitmap.h @@ -1,7 +1,7 @@ /* * Bitmap functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block.c b/libfsext/libfsext_block.c index f2f803f..48c449d 100644 --- a/libfsext/libfsext_block.c +++ b/libfsext/libfsext_block.c @@ -1,7 +1,7 @@ /* * Block functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block.h b/libfsext/libfsext_block.h index db96469..37da986 100644 --- a/libfsext/libfsext_block.h +++ b/libfsext/libfsext_block.h @@ -1,7 +1,7 @@ /* * Block functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block_data_handle.c b/libfsext/libfsext_block_data_handle.c index e35b855..ab5000f 100644 --- a/libfsext/libfsext_block_data_handle.c +++ b/libfsext/libfsext_block_data_handle.c @@ -1,7 +1,7 @@ /* * Block data handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block_data_handle.h b/libfsext/libfsext_block_data_handle.h index 6121fe3..916db6a 100644 --- a/libfsext/libfsext_block_data_handle.h +++ b/libfsext/libfsext_block_data_handle.h @@ -1,7 +1,7 @@ /* * Block data handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block_stream.c b/libfsext/libfsext_block_stream.c index 612cb0b..3f38b86 100644 --- a/libfsext/libfsext_block_stream.c +++ b/libfsext/libfsext_block_stream.c @@ -1,7 +1,7 @@ /* * Block stream functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block_stream.h b/libfsext/libfsext_block_stream.h index 473376a..98c074f 100644 --- a/libfsext/libfsext_block_stream.h +++ b/libfsext/libfsext_block_stream.h @@ -1,7 +1,7 @@ /* * Block stream functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block_vector.c b/libfsext/libfsext_block_vector.c index d984d66..e76a81d 100644 --- a/libfsext/libfsext_block_vector.c +++ b/libfsext/libfsext_block_vector.c @@ -1,7 +1,7 @@ /* * Block vector functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_block_vector.h b/libfsext/libfsext_block_vector.h index 0e40648..cc2d136 100644 --- a/libfsext/libfsext_block_vector.h +++ b/libfsext/libfsext_block_vector.h @@ -1,7 +1,7 @@ /* * Block vector functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_buffer_data_handle.c b/libfsext/libfsext_buffer_data_handle.c index 95bc54a..3463e87 100644 --- a/libfsext/libfsext_buffer_data_handle.c +++ b/libfsext/libfsext_buffer_data_handle.c @@ -1,7 +1,7 @@ /* * The buffer data handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_buffer_data_handle.h b/libfsext/libfsext_buffer_data_handle.h index 4aa6768..bc8af2f 100644 --- a/libfsext/libfsext_buffer_data_handle.h +++ b/libfsext/libfsext_buffer_data_handle.h @@ -1,7 +1,7 @@ /* * The buffer data handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_data_blocks.c b/libfsext/libfsext_data_blocks.c index 2ef7562..3c49e5c 100644 --- a/libfsext/libfsext_data_blocks.c +++ b/libfsext/libfsext_data_blocks.c @@ -1,7 +1,7 @@ /* * Data blocks functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_data_blocks.h b/libfsext/libfsext_data_blocks.h index df740e1..2c80051 100644 --- a/libfsext/libfsext_data_blocks.h +++ b/libfsext/libfsext_data_blocks.h @@ -1,7 +1,7 @@ /* * Data blocks functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_debug.c b/libfsext/libfsext_debug.c index 9c5ee9f..0888b2a 100644 --- a/libfsext/libfsext_debug.c +++ b/libfsext/libfsext_debug.c @@ -1,7 +1,7 @@ /* * Debug functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_debug.h b/libfsext/libfsext_debug.h index 4336586..50d677b 100644 --- a/libfsext/libfsext_debug.h +++ b/libfsext/libfsext_debug.h @@ -1,7 +1,7 @@ /* * Debug functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_definitions.h.in b/libfsext/libfsext_definitions.h.in index 49e5496..3ab6e74 100644 --- a/libfsext/libfsext_definitions.h.in +++ b/libfsext/libfsext_definitions.h.in @@ -1,7 +1,7 @@ /* * The internal definitions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_directory.c b/libfsext/libfsext_directory.c index 018179e..8f4b7d5 100644 --- a/libfsext/libfsext_directory.c +++ b/libfsext/libfsext_directory.c @@ -1,7 +1,7 @@ /* * Directory functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_directory.h b/libfsext/libfsext_directory.h index b3de1a5..239884f 100644 --- a/libfsext/libfsext_directory.h +++ b/libfsext/libfsext_directory.h @@ -1,7 +1,7 @@ /* * Directory functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_directory_entry.c b/libfsext/libfsext_directory_entry.c index 199da53..f0adfb3 100644 --- a/libfsext/libfsext_directory_entry.c +++ b/libfsext/libfsext_directory_entry.c @@ -1,7 +1,7 @@ /* * Directory entry functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_directory_entry.h b/libfsext/libfsext_directory_entry.h index b1a0dd6..51358ab 100644 --- a/libfsext/libfsext_directory_entry.h +++ b/libfsext/libfsext_directory_entry.h @@ -1,7 +1,7 @@ /* * Directory entry functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_error.c b/libfsext/libfsext_error.c index 15683f5..f96a7f3 100644 --- a/libfsext/libfsext_error.c +++ b/libfsext/libfsext_error.c @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_error.h b/libfsext/libfsext_error.h index 2989e00..8120069 100644 --- a/libfsext/libfsext_error.h +++ b/libfsext/libfsext_error.h @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extended_attribute.c b/libfsext/libfsext_extended_attribute.c index 87d084c..9789cf3 100644 --- a/libfsext/libfsext_extended_attribute.c +++ b/libfsext/libfsext_extended_attribute.c @@ -1,7 +1,7 @@ /* * Extended attribute functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extended_attribute.h b/libfsext/libfsext_extended_attribute.h index 49dd564..e17da09 100644 --- a/libfsext/libfsext_extended_attribute.h +++ b/libfsext/libfsext_extended_attribute.h @@ -1,7 +1,7 @@ /* * Extended attribute functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extent.c b/libfsext/libfsext_extent.c index 1696566..114d641 100644 --- a/libfsext/libfsext_extent.c +++ b/libfsext/libfsext_extent.c @@ -1,7 +1,7 @@ /* * Extent functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extent.h b/libfsext/libfsext_extent.h index 83b8cd1..44008f2 100644 --- a/libfsext/libfsext_extent.h +++ b/libfsext/libfsext_extent.h @@ -1,7 +1,7 @@ /* * Extent functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extent_index.c b/libfsext/libfsext_extent_index.c index eed6ab1..92222df 100644 --- a/libfsext/libfsext_extent_index.c +++ b/libfsext/libfsext_extent_index.c @@ -1,7 +1,7 @@ /* * Extent index functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extent_index.h b/libfsext/libfsext_extent_index.h index 207f0d2..2c1fae8 100644 --- a/libfsext/libfsext_extent_index.h +++ b/libfsext/libfsext_extent_index.h @@ -1,7 +1,7 @@ /* * Extent index functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extents.c b/libfsext/libfsext_extents.c index 82a1f48..f12ebdf 100644 --- a/libfsext/libfsext_extents.c +++ b/libfsext/libfsext_extents.c @@ -1,7 +1,7 @@ /* * Extents functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extents.h b/libfsext/libfsext_extents.h index 91131c8..46b6d66 100644 --- a/libfsext/libfsext_extents.h +++ b/libfsext/libfsext_extents.h @@ -1,7 +1,7 @@ /* * Extents functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extents_footer.c b/libfsext/libfsext_extents_footer.c index 469925a..e21a39a 100644 --- a/libfsext/libfsext_extents_footer.c +++ b/libfsext/libfsext_extents_footer.c @@ -1,7 +1,7 @@ /* * Extents footer functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extents_footer.h b/libfsext/libfsext_extents_footer.h index 7cab2f4..f34e392 100644 --- a/libfsext/libfsext_extents_footer.h +++ b/libfsext/libfsext_extents_footer.h @@ -1,7 +1,7 @@ /* * Extents footer functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extents_header.c b/libfsext/libfsext_extents_header.c index a827b8a..b3b7f79 100644 --- a/libfsext/libfsext_extents_header.c +++ b/libfsext/libfsext_extents_header.c @@ -1,7 +1,7 @@ /* * Extents header functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extents_header.h b/libfsext/libfsext_extents_header.h index ed82993..2ff7145 100644 --- a/libfsext/libfsext_extents_header.h +++ b/libfsext/libfsext_extents_header.h @@ -1,7 +1,7 @@ /* * Extents header functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_extern.h b/libfsext/libfsext_extern.h index 381525f..89c2010 100644 --- a/libfsext/libfsext_extern.h +++ b/libfsext/libfsext_extern.h @@ -1,7 +1,7 @@ /* * The internal extern definition * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_file_entry.c b/libfsext/libfsext_file_entry.c index 1124a76..92ec841 100644 --- a/libfsext/libfsext_file_entry.c +++ b/libfsext/libfsext_file_entry.c @@ -1,7 +1,7 @@ /* * File entry functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_file_entry.h b/libfsext/libfsext_file_entry.h index 5b29cf1..5029ff1 100644 --- a/libfsext/libfsext_file_entry.h +++ b/libfsext/libfsext_file_entry.h @@ -1,7 +1,7 @@ /* * File entry functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_group_descriptor.c b/libfsext/libfsext_group_descriptor.c index 0aadfcb..6e133bb 100644 --- a/libfsext/libfsext_group_descriptor.c +++ b/libfsext/libfsext_group_descriptor.c @@ -1,7 +1,7 @@ /* * Group descriptor functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_group_descriptor.h b/libfsext/libfsext_group_descriptor.h index 36369be..b169d2b 100644 --- a/libfsext/libfsext_group_descriptor.h +++ b/libfsext/libfsext_group_descriptor.h @@ -1,7 +1,7 @@ /* * Group descriptor functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_inode.c b/libfsext/libfsext_inode.c index 1622ea6..289284b 100644 --- a/libfsext/libfsext_inode.c +++ b/libfsext/libfsext_inode.c @@ -1,7 +1,7 @@ /* * Inode functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_inode.h b/libfsext/libfsext_inode.h index 5341cf9..c6f3066 100644 --- a/libfsext/libfsext_inode.h +++ b/libfsext/libfsext_inode.h @@ -1,7 +1,7 @@ /* * Inode functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_inode_table.c b/libfsext/libfsext_inode_table.c index 11e95ac..aa43aae 100644 --- a/libfsext/libfsext_inode_table.c +++ b/libfsext/libfsext_inode_table.c @@ -1,7 +1,7 @@ /* * Inode table functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_inode_table.h b/libfsext/libfsext_inode_table.h index ee10a7c..4846c2a 100644 --- a/libfsext/libfsext_inode_table.h +++ b/libfsext/libfsext_inode_table.h @@ -1,7 +1,7 @@ /* * Inode table functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_io_handle.c b/libfsext/libfsext_io_handle.c index b0c172f..5763935 100644 --- a/libfsext/libfsext_io_handle.c +++ b/libfsext/libfsext_io_handle.c @@ -1,7 +1,7 @@ /* * Input/Output (IO) handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_io_handle.h b/libfsext/libfsext_io_handle.h index 076b4f9..e08c790 100644 --- a/libfsext/libfsext_io_handle.h +++ b/libfsext/libfsext_io_handle.h @@ -1,7 +1,7 @@ /* * Input/Output (IO) handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libbfio.h b/libfsext/libfsext_libbfio.h index c270102..a2c6c89 100644 --- a/libfsext/libfsext_libbfio.h +++ b/libfsext/libfsext_libbfio.h @@ -1,7 +1,7 @@ /* * The libbfio header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libcdata.h b/libfsext/libfsext_libcdata.h index 61f7602..0fd1f6f 100644 --- a/libfsext/libfsext_libcdata.h +++ b/libfsext/libfsext_libcdata.h @@ -1,7 +1,7 @@ /* * The libcdata header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libcerror.h b/libfsext/libfsext_libcerror.h index ecbabec..fca66df 100644 --- a/libfsext/libfsext_libcerror.h +++ b/libfsext/libfsext_libcerror.h @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libclocale.h b/libfsext/libfsext_libclocale.h index 31aa96e..93da484 100644 --- a/libfsext/libfsext_libclocale.h +++ b/libfsext/libfsext_libclocale.h @@ -1,7 +1,7 @@ /* * The libclocale header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libcnotify.h b/libfsext/libfsext_libcnotify.h index cc94f21..6aee3b7 100644 --- a/libfsext/libfsext_libcnotify.h +++ b/libfsext/libfsext_libcnotify.h @@ -1,7 +1,7 @@ /* * The libcnotify header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libcthreads.h b/libfsext/libfsext_libcthreads.h index 75b1c93..46dae94 100644 --- a/libfsext/libfsext_libcthreads.h +++ b/libfsext/libfsext_libcthreads.h @@ -1,7 +1,7 @@ /* * The libcthreads header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libfcache.h b/libfsext/libfsext_libfcache.h index 91a1aed..f778a8b 100644 --- a/libfsext/libfsext_libfcache.h +++ b/libfsext/libfsext_libfcache.h @@ -1,7 +1,7 @@ /* * The libfcache header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libfdata.h b/libfsext/libfsext_libfdata.h index 6606460..ac941a6 100644 --- a/libfsext/libfsext_libfdata.h +++ b/libfsext/libfsext_libfdata.h @@ -1,7 +1,7 @@ /* * The libfdata header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libfdatetime.h b/libfsext/libfsext_libfdatetime.h index 1112657..cbf3bc3 100644 --- a/libfsext/libfsext_libfdatetime.h +++ b/libfsext/libfsext_libfdatetime.h @@ -1,7 +1,7 @@ /* * The libfdatetime header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libfguid.h b/libfsext/libfsext_libfguid.h index 2fed3f1..3324139 100644 --- a/libfsext/libfsext_libfguid.h +++ b/libfsext/libfsext_libfguid.h @@ -1,7 +1,7 @@ /* * The libfguid header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_libuna.h b/libfsext/libfsext_libuna.h index cad694e..c4a08bc 100644 --- a/libfsext/libfsext_libuna.h +++ b/libfsext/libfsext_libuna.h @@ -1,7 +1,7 @@ /* * The libuna header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_notify.c b/libfsext/libfsext_notify.c index 2bbe692..82a9c7d 100644 --- a/libfsext/libfsext_notify.c +++ b/libfsext/libfsext_notify.c @@ -1,7 +1,7 @@ /* * Notification functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_notify.h b/libfsext/libfsext_notify.h index 9f004d4..bab294b 100644 --- a/libfsext/libfsext_notify.h +++ b/libfsext/libfsext_notify.h @@ -1,7 +1,7 @@ /* * Notification functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_superblock.c b/libfsext/libfsext_superblock.c index 4f8aee0..b99d5de 100644 --- a/libfsext/libfsext_superblock.c +++ b/libfsext/libfsext_superblock.c @@ -1,7 +1,7 @@ /* * Superblock functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_superblock.h b/libfsext/libfsext_superblock.h index bf642bd..e7929c3 100644 --- a/libfsext/libfsext_superblock.h +++ b/libfsext/libfsext_superblock.h @@ -1,7 +1,7 @@ /* * Superblock functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_support.c b/libfsext/libfsext_support.c index 71a22cb..8e17e38 100644 --- a/libfsext/libfsext_support.c +++ b/libfsext/libfsext_support.c @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_support.h b/libfsext/libfsext_support.h index cac201b..8339a0c 100644 --- a/libfsext/libfsext_support.h +++ b/libfsext/libfsext_support.h @@ -1,7 +1,7 @@ /* * Support functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_types.h b/libfsext/libfsext_types.h index 4684437..c09ef15 100644 --- a/libfsext/libfsext_types.h +++ b/libfsext/libfsext_types.h @@ -1,7 +1,7 @@ /* * The internal type definitions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_unused.h b/libfsext/libfsext_unused.h index 197edbd..b483d5d 100644 --- a/libfsext/libfsext_unused.h +++ b/libfsext/libfsext_unused.h @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_volume.c b/libfsext/libfsext_volume.c index 46a7b5d..fafdf07 100644 --- a/libfsext/libfsext_volume.c +++ b/libfsext/libfsext_volume.c @@ -1,7 +1,7 @@ /* * Volume functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/libfsext/libfsext_volume.h b/libfsext/libfsext_volume.h index 584fe20..819b69a 100644 --- a/libfsext/libfsext_volume.h +++ b/libfsext/libfsext_volume.h @@ -1,7 +1,7 @@ /* * Volume functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/manuals/fsextmount.1 b/manuals/fsextmount.1 index 8eb45bc..f9f620b 100644 --- a/manuals/fsextmount.1 +++ b/manuals/fsextmount.1 @@ -55,7 +55,7 @@ https://github.com/libyal/libfsext/ .Sh AUTHOR These man pages were written by Joachim Metz. .Sh COPYRIGHT -Copyright (C) 2010-2023, Joachim Metz . +Copyright (C) 2010-2024, Joachim Metz . This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .Sh SEE ALSO .Xr fsextinfo 1 diff --git a/manuals/libfsext.3 b/manuals/libfsext.3 index 65f18ce..a552e27 100644 --- a/manuals/libfsext.3 +++ b/manuals/libfsext.3 @@ -239,7 +239,7 @@ Please report bugs of any kind on the project issue tracker: https://github.com/ .Sh AUTHOR These man pages are generated from "libfsext.h". .Sh COPYRIGHT -Copyright (C) 2010-2023, Joachim Metz . +Copyright (C) 2010-2024, Joachim Metz . .sp This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/ossfuzz/extended_attribute_fuzzer.cc b/ossfuzz/extended_attribute_fuzzer.cc index b0880be..d2040b4 100644 --- a/ossfuzz/extended_attribute_fuzzer.cc +++ b/ossfuzz/extended_attribute_fuzzer.cc @@ -1,7 +1,7 @@ /* * OSS-Fuzz target for libfsext extended_attribute type * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/ossfuzz/file_entry_fuzzer.cc b/ossfuzz/file_entry_fuzzer.cc index 4f18510..ef5e335 100644 --- a/ossfuzz/file_entry_fuzzer.cc +++ b/ossfuzz/file_entry_fuzzer.cc @@ -1,7 +1,7 @@ /* * OSS-Fuzz target for libfsext file_entry type * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/ossfuzz/ossfuzz_libbfio.h b/ossfuzz/ossfuzz_libbfio.h index 0822ef3..659b025 100644 --- a/ossfuzz/ossfuzz_libbfio.h +++ b/ossfuzz/ossfuzz_libbfio.h @@ -1,7 +1,7 @@ /* * The libbfio header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/ossfuzz/ossfuzz_libfsext.h b/ossfuzz/ossfuzz_libfsext.h index c499a63..aad4cbd 100644 --- a/ossfuzz/ossfuzz_libfsext.h +++ b/ossfuzz/ossfuzz_libfsext.h @@ -1,7 +1,7 @@ /* * The libfsext header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/ossfuzz/volume_fuzzer.cc b/ossfuzz/volume_fuzzer.cc index 8b1e56c..ac09425 100644 --- a/ossfuzz/volume_fuzzer.cc +++ b/ossfuzz/volume_fuzzer.cc @@ -1,7 +1,7 @@ /* * OSS-Fuzz target for libfsext volume type * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext.c b/pyfsext/pyfsext.c index cd39946..b95dd1d 100644 --- a/pyfsext/pyfsext.c +++ b/pyfsext/pyfsext.c @@ -1,7 +1,7 @@ /* * Python bindings module for libfsext (pyfsext) * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext.h b/pyfsext/pyfsext.h index 96c2b50..d24d063 100644 --- a/pyfsext/pyfsext.h +++ b/pyfsext/pyfsext.h @@ -1,7 +1,7 @@ /* * Python bindings module for libfsext (pyfsext) * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_datetime.c b/pyfsext/pyfsext_datetime.c index f2f4e2b..5c446ba 100644 --- a/pyfsext/pyfsext_datetime.c +++ b/pyfsext/pyfsext_datetime.c @@ -1,7 +1,7 @@ /* * Date and time functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_datetime.h b/pyfsext/pyfsext_datetime.h index 9e01b66..5f0d1e3 100644 --- a/pyfsext/pyfsext_datetime.h +++ b/pyfsext/pyfsext_datetime.h @@ -1,7 +1,7 @@ /* * Date and time functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_error.c b/pyfsext/pyfsext_error.c index 9a9bdc8..31d2959 100644 --- a/pyfsext/pyfsext_error.c +++ b/pyfsext/pyfsext_error.c @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_error.h b/pyfsext/pyfsext_error.h index 1876443..0144254 100644 --- a/pyfsext/pyfsext_error.h +++ b/pyfsext/pyfsext_error.h @@ -1,7 +1,7 @@ /* * Error functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_extended_attribute.c b/pyfsext/pyfsext_extended_attribute.c index 642f682..c9a65aa 100644 --- a/pyfsext/pyfsext_extended_attribute.c +++ b/pyfsext/pyfsext_extended_attribute.c @@ -1,7 +1,7 @@ /* * Python object wrapper of libfsext_extended_attribute_t * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_extended_attribute.h b/pyfsext/pyfsext_extended_attribute.h index f31ddea..ad3b8b1 100644 --- a/pyfsext/pyfsext_extended_attribute.h +++ b/pyfsext/pyfsext_extended_attribute.h @@ -1,7 +1,7 @@ /* * Python object wrapper of libfsext_extended_attribute_t * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_extended_attributes.c b/pyfsext/pyfsext_extended_attributes.c index 27ea2ef..a276b2b 100644 --- a/pyfsext/pyfsext_extended_attributes.c +++ b/pyfsext/pyfsext_extended_attributes.c @@ -1,7 +1,7 @@ /* * Python object definition of the sequence and iterator object of extended attributes * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_extended_attributes.h b/pyfsext/pyfsext_extended_attributes.h index a6043d1..e6de236 100644 --- a/pyfsext/pyfsext_extended_attributes.h +++ b/pyfsext/pyfsext_extended_attributes.h @@ -1,7 +1,7 @@ /* * Python object definition of the sequence and iterator object of extended attributes * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_file_entries.c b/pyfsext/pyfsext_file_entries.c index a0e1dd0..1a16bbf 100644 --- a/pyfsext/pyfsext_file_entries.c +++ b/pyfsext/pyfsext_file_entries.c @@ -1,7 +1,7 @@ /* * Python object definition of the sequence and iterator object of file entries * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_file_entries.h b/pyfsext/pyfsext_file_entries.h index 7584be1..1428cb4 100644 --- a/pyfsext/pyfsext_file_entries.h +++ b/pyfsext/pyfsext_file_entries.h @@ -1,7 +1,7 @@ /* * Python object definition of the sequence and iterator object of file entries * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_file_entry.c b/pyfsext/pyfsext_file_entry.c index 7b3f76d..039116f 100644 --- a/pyfsext/pyfsext_file_entry.c +++ b/pyfsext/pyfsext_file_entry.c @@ -1,7 +1,7 @@ /* * Python object wrapper of libfsext_file_entry_t * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_file_entry.h b/pyfsext/pyfsext_file_entry.h index b175090..846c022 100644 --- a/pyfsext/pyfsext_file_entry.h +++ b/pyfsext/pyfsext_file_entry.h @@ -1,7 +1,7 @@ /* * Python object wrapper of libfsext_file_entry_t * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_file_object_io_handle.c b/pyfsext/pyfsext_file_object_io_handle.c index aa1695f..a54d8e8 100644 --- a/pyfsext/pyfsext_file_object_io_handle.c +++ b/pyfsext/pyfsext_file_object_io_handle.c @@ -1,7 +1,7 @@ /* * Python file object IO handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_file_object_io_handle.h b/pyfsext/pyfsext_file_object_io_handle.h index 5e98ca3..28ada31 100644 --- a/pyfsext/pyfsext_file_object_io_handle.h +++ b/pyfsext/pyfsext_file_object_io_handle.h @@ -1,7 +1,7 @@ /* * Python file object IO handle functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_integer.c b/pyfsext/pyfsext_integer.c index ff88986..fcdce38 100644 --- a/pyfsext/pyfsext_integer.c +++ b/pyfsext/pyfsext_integer.c @@ -1,7 +1,7 @@ /* * Integer functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_integer.h b/pyfsext/pyfsext_integer.h index aa9e801..72c890e 100644 --- a/pyfsext/pyfsext_integer.h +++ b/pyfsext/pyfsext_integer.h @@ -1,7 +1,7 @@ /* * Integer functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_libbfio.h b/pyfsext/pyfsext_libbfio.h index 6071338..93e430c 100644 --- a/pyfsext/pyfsext_libbfio.h +++ b/pyfsext/pyfsext_libbfio.h @@ -1,7 +1,7 @@ /* * The libbfio header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_libcerror.h b/pyfsext/pyfsext_libcerror.h index 4576012..1039f4d 100644 --- a/pyfsext/pyfsext_libcerror.h +++ b/pyfsext/pyfsext_libcerror.h @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_libfsext.h b/pyfsext/pyfsext_libfsext.h index 7f5397b..98e54ca 100644 --- a/pyfsext/pyfsext_libfsext.h +++ b/pyfsext/pyfsext_libfsext.h @@ -1,7 +1,7 @@ /* * The internal libfsext header * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_python.h b/pyfsext/pyfsext_python.h index 234bbbf..531093c 100644 --- a/pyfsext/pyfsext_python.h +++ b/pyfsext/pyfsext_python.h @@ -1,7 +1,7 @@ /* * The python header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_unused.h b/pyfsext/pyfsext_unused.h index 614588d..cb07744 100644 --- a/pyfsext/pyfsext_unused.h +++ b/pyfsext/pyfsext_unused.h @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_volume.c b/pyfsext/pyfsext_volume.c index 7d30abc..84b3d0b 100644 --- a/pyfsext/pyfsext_volume.c +++ b/pyfsext/pyfsext_volume.c @@ -1,7 +1,7 @@ /* * Python object wrapper of libfsext_volume_t * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/pyfsext/pyfsext_volume.h b/pyfsext/pyfsext_volume.h index ec0ff4b..95c1cf8 100644 --- a/pyfsext/pyfsext_volume.h +++ b/pyfsext/pyfsext_volume.h @@ -1,7 +1,7 @@ /* * Python object wrapper of libfsext_volume_t * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_attribute_values.c b/tests/fsext_test_attribute_values.c index 0042064..3630f6e 100644 --- a/tests/fsext_test_attribute_values.c +++ b/tests/fsext_test_attribute_values.c @@ -1,7 +1,7 @@ /* * Library attribute_values type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_bitmap.c b/tests/fsext_test_bitmap.c index 966fc39..09b5995 100644 --- a/tests/fsext_test_bitmap.c +++ b/tests/fsext_test_bitmap.c @@ -1,7 +1,7 @@ /* * Library bitmap type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_block.c b/tests/fsext_test_block.c index be3735e..83bf97a 100644 --- a/tests/fsext_test_block.c +++ b/tests/fsext_test_block.c @@ -1,7 +1,7 @@ /* * Library block type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_block_data_handle.c b/tests/fsext_test_block_data_handle.c index 990119d..254c2c4 100644 --- a/tests/fsext_test_block_data_handle.c +++ b/tests/fsext_test_block_data_handle.c @@ -1,7 +1,7 @@ /* * Library block_data_handle type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_block_vector.c b/tests/fsext_test_block_vector.c index 5369dce..c8e2d67 100644 --- a/tests/fsext_test_block_vector.c +++ b/tests/fsext_test_block_vector.c @@ -1,7 +1,7 @@ /* * Library block_vector functions test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_buffer_data_handle.c b/tests/fsext_test_buffer_data_handle.c index a98f110..cac1dc1 100644 --- a/tests/fsext_test_buffer_data_handle.c +++ b/tests/fsext_test_buffer_data_handle.c @@ -1,7 +1,7 @@ /* * Library buffer_data_handle type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_directory.c b/tests/fsext_test_directory.c index 6fb0e4e..baa62ca 100644 --- a/tests/fsext_test_directory.c +++ b/tests/fsext_test_directory.c @@ -1,7 +1,7 @@ /* * Library directory type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_directory_entry.c b/tests/fsext_test_directory_entry.c index e1cec25..383618b 100644 --- a/tests/fsext_test_directory_entry.c +++ b/tests/fsext_test_directory_entry.c @@ -1,7 +1,7 @@ /* * Library directory_entry type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_error.c b/tests/fsext_test_error.c index 7bef4f7..3455684 100644 --- a/tests/fsext_test_error.c +++ b/tests/fsext_test_error.c @@ -1,7 +1,7 @@ /* * Library error functions test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_extended_attribute.c b/tests/fsext_test_extended_attribute.c index 0e6a600..6b60362 100644 --- a/tests/fsext_test_extended_attribute.c +++ b/tests/fsext_test_extended_attribute.c @@ -1,7 +1,7 @@ /* * Library extended_attribute type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_extent.c b/tests/fsext_test_extent.c index 66b2b2f..e03c5d6 100644 --- a/tests/fsext_test_extent.c +++ b/tests/fsext_test_extent.c @@ -1,7 +1,7 @@ /* * Library extent type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_extent_index.c b/tests/fsext_test_extent_index.c index 8b54fa1..dd1bbec 100644 --- a/tests/fsext_test_extent_index.c +++ b/tests/fsext_test_extent_index.c @@ -1,7 +1,7 @@ /* * Library extent_index type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_extents_footer.c b/tests/fsext_test_extents_footer.c index c571363..92e62a0 100644 --- a/tests/fsext_test_extents_footer.c +++ b/tests/fsext_test_extents_footer.c @@ -1,7 +1,7 @@ /* * Library extents_footer type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_extents_header.c b/tests/fsext_test_extents_header.c index 4461817..709e4e5 100644 --- a/tests/fsext_test_extents_header.c +++ b/tests/fsext_test_extents_header.c @@ -1,7 +1,7 @@ /* * Library extents_header type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_file_entry.c b/tests/fsext_test_file_entry.c index 7915478..4262592 100644 --- a/tests/fsext_test_file_entry.c +++ b/tests/fsext_test_file_entry.c @@ -1,7 +1,7 @@ /* * Library file_entry type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_functions.c b/tests/fsext_test_functions.c index 622d616..4d241ac 100644 --- a/tests/fsext_test_functions.c +++ b/tests/fsext_test_functions.c @@ -1,7 +1,7 @@ /* * Functions for testing * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_functions.h b/tests/fsext_test_functions.h index f615595..bddf8ef 100644 --- a/tests/fsext_test_functions.h +++ b/tests/fsext_test_functions.h @@ -1,7 +1,7 @@ /* * Functions for testing * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_getopt.c b/tests/fsext_test_getopt.c index 516bee4..327931d 100644 --- a/tests/fsext_test_getopt.c +++ b/tests/fsext_test_getopt.c @@ -1,7 +1,7 @@ /* * GetOpt functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_getopt.h b/tests/fsext_test_getopt.h index 8fdc740..3ffee2a 100644 --- a/tests/fsext_test_getopt.h +++ b/tests/fsext_test_getopt.h @@ -1,7 +1,7 @@ /* * GetOpt functions * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_group_descriptor.c b/tests/fsext_test_group_descriptor.c index e5ce2b0..a1ac879 100644 --- a/tests/fsext_test_group_descriptor.c +++ b/tests/fsext_test_group_descriptor.c @@ -1,7 +1,7 @@ /* * Library group_descriptor type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_inode.c b/tests/fsext_test_inode.c index c58949a..1207cb5 100644 --- a/tests/fsext_test_inode.c +++ b/tests/fsext_test_inode.c @@ -1,7 +1,7 @@ /* * Library inode type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_inode_table.c b/tests/fsext_test_inode_table.c index ad9b7f4..ec5cd1c 100644 --- a/tests/fsext_test_inode_table.c +++ b/tests/fsext_test_inode_table.c @@ -1,7 +1,7 @@ /* * Library inode_table type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_io_handle.c b/tests/fsext_test_io_handle.c index 6ff476b..5e36332 100644 --- a/tests/fsext_test_io_handle.c +++ b/tests/fsext_test_io_handle.c @@ -1,7 +1,7 @@ /* * Library io_handle type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libbfio.h b/tests/fsext_test_libbfio.h index 97fcc43..4b6ed61 100644 --- a/tests/fsext_test_libbfio.h +++ b/tests/fsext_test_libbfio.h @@ -1,7 +1,7 @@ /* * The libbfio header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libcerror.h b/tests/fsext_test_libcerror.h index 0f72549..aa55270 100644 --- a/tests/fsext_test_libcerror.h +++ b/tests/fsext_test_libcerror.h @@ -1,7 +1,7 @@ /* * The libcerror header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libclocale.h b/tests/fsext_test_libclocale.h index bca019b..3fee7dc 100644 --- a/tests/fsext_test_libclocale.h +++ b/tests/fsext_test_libclocale.h @@ -1,7 +1,7 @@ /* * The libclocale header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libcnotify.h b/tests/fsext_test_libcnotify.h index e2945e4..e389b3f 100644 --- a/tests/fsext_test_libcnotify.h +++ b/tests/fsext_test_libcnotify.h @@ -1,7 +1,7 @@ /* * The libcnotify header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libfcache.h b/tests/fsext_test_libfcache.h index 764c2ac..eec9e21 100644 --- a/tests/fsext_test_libfcache.h +++ b/tests/fsext_test_libfcache.h @@ -1,7 +1,7 @@ /* * The libfcache header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libfdata.h b/tests/fsext_test_libfdata.h index 96715c3..f22224a 100644 --- a/tests/fsext_test_libfdata.h +++ b/tests/fsext_test_libfdata.h @@ -1,7 +1,7 @@ /* * The libfdata header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libfsext.h b/tests/fsext_test_libfsext.h index d047982..5b24712 100644 --- a/tests/fsext_test_libfsext.h +++ b/tests/fsext_test_libfsext.h @@ -1,7 +1,7 @@ /* * The libfsext header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_libuna.h b/tests/fsext_test_libuna.h index 9b664b7..cb0db28 100644 --- a/tests/fsext_test_libuna.h +++ b/tests/fsext_test_libuna.h @@ -1,7 +1,7 @@ /* * The libuna header wrapper * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_macros.h b/tests/fsext_test_macros.h index 00ad9d3..9664988 100644 --- a/tests/fsext_test_macros.h +++ b/tests/fsext_test_macros.h @@ -1,7 +1,7 @@ /* * Macros for testing * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_memory.c b/tests/fsext_test_memory.c index 594585a..7596872 100644 --- a/tests/fsext_test_memory.c +++ b/tests/fsext_test_memory.c @@ -1,7 +1,7 @@ /* * Memory allocation functions for testing * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_memory.h b/tests/fsext_test_memory.h index c82efdc..e4e9639 100644 --- a/tests/fsext_test_memory.h +++ b/tests/fsext_test_memory.h @@ -1,7 +1,7 @@ /* * Memory allocation functions for testing * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_notify.c b/tests/fsext_test_notify.c index 30aa9e8..c18b8b7 100644 --- a/tests/fsext_test_notify.c +++ b/tests/fsext_test_notify.c @@ -1,7 +1,7 @@ /* * Library notification functions test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_superblock.c b/tests/fsext_test_superblock.c index 883d414..3c28603 100644 --- a/tests/fsext_test_superblock.c +++ b/tests/fsext_test_superblock.c @@ -1,7 +1,7 @@ /* * Library superblock type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_support.c b/tests/fsext_test_support.c index cfb94fb..e0b77da 100644 --- a/tests/fsext_test_support.c +++ b/tests/fsext_test_support.c @@ -1,7 +1,7 @@ /* * Library support functions test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_tools_info_handle.c b/tests/fsext_test_tools_info_handle.c index 596f638..e0f7630 100644 --- a/tests/fsext_test_tools_info_handle.c +++ b/tests/fsext_test_tools_info_handle.c @@ -1,7 +1,7 @@ /* * Tools info_handle type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_tools_output.c b/tests/fsext_test_tools_output.c index 99e7e44..de3ae75 100644 --- a/tests/fsext_test_tools_output.c +++ b/tests/fsext_test_tools_output.c @@ -1,7 +1,7 @@ /* * Tools output functions test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_tools_signal.c b/tests/fsext_test_tools_signal.c index 4c2d786..c150b11 100644 --- a/tests/fsext_test_tools_signal.c +++ b/tests/fsext_test_tools_signal.c @@ -1,7 +1,7 @@ /* * Tools signal functions test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_unused.h b/tests/fsext_test_unused.h index f84b1cf..c9f9ba5 100644 --- a/tests/fsext_test_unused.h +++ b/tests/fsext_test_unused.h @@ -1,7 +1,7 @@ /* * Definitions to silence compiler warnings about unused function attributes/parameters. * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/fsext_test_volume.c b/tests/fsext_test_volume.c index 8890dcd..4f39a7d 100644 --- a/tests/fsext_test_volume.c +++ b/tests/fsext_test_volume.c @@ -1,7 +1,7 @@ /* * Library volume type test program * - * Copyright (C) 2010-2023, Joachim Metz + * Copyright (C) 2010-2024, Joachim Metz * * Refer to AUTHORS for acknowledgements. * diff --git a/tests/pyfsext_test_support.py b/tests/pyfsext_test_support.py index 27f3029..adf9596 100644 --- a/tests/pyfsext_test_support.py +++ b/tests/pyfsext_test_support.py @@ -2,7 +2,7 @@ # # Python-bindings support functions test script # -# Copyright (C) 2010-2023, Joachim Metz +# Copyright (C) 2010-2024, Joachim Metz # # Refer to AUTHORS for acknowledgements. # diff --git a/tests/pyfsext_test_volume.py b/tests/pyfsext_test_volume.py index c439b40..5773a97 100644 --- a/tests/pyfsext_test_volume.py +++ b/tests/pyfsext_test_volume.py @@ -2,7 +2,7 @@ # # Python-bindings volume type test script # -# Copyright (C) 2010-2023, Joachim Metz +# Copyright (C) 2010-2024, Joachim Metz # # Refer to AUTHORS for acknowledgements. # diff --git a/tests/test_python_module.sh b/tests/test_python_module.sh index 59441c8..cf4e655 100755 --- a/tests/test_python_module.sh +++ b/tests/test_python_module.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash # Tests Python module functions and types. # -# Version: 20231005 +# Version: 20240120 EXIT_SUCCESS=0; EXIT_FAILURE=1; +EXIT_NO_TESTS_RAN=5; EXIT_IGNORE=77; TEST_FUNCTIONS="support"; @@ -147,7 +148,11 @@ do test_python_function "${TEST_FUNCTION}"; RESULT=$?; - if test ${RESULT} -ne ${EXIT_SUCCESS}; + if test ${RESULT} -eq ${EXIT_NO_TESTS_RAN}; + then + RESULT=${EXIT_IGNORE}; + fi + if test ${RESULT} -ne ${EXIT_SUCCESS} && test ${RESULT} -ne ${EXIT_IGNORE}; then break; fi @@ -168,8 +173,11 @@ do test_python_function "${TEST_FUNCTION}"; RESULT=$?; fi - - if test ${RESULT} -ne ${EXIT_SUCCESS}; + if test ${RESULT} -eq ${EXIT_NO_TESTS_RAN}; + then + RESULT=${EXIT_IGNORE}; + fi + if test ${RESULT} -ne ${EXIT_SUCCESS} && test ${RESULT} -ne ${EXIT_IGNORE}; then break; fi diff --git a/tox.ini b/tox.ini index 7ced36d..9861963 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3{7,8,9,10,11,12} +envlist = auditwheel,py3{7,8,9,10,11,12} [testenv] usedevelop = True @@ -12,9 +12,18 @@ passenv = LIB deps = build - setuptools + setuptools >= 65 wheel commands = python -m build --no-isolation --outdir=dist --wheel python -m pip install --no-index --find-links=dist libfsext-python python tests/runtests.py + +[testenv:auditwheel] +usedevelop = True +pip_pre = True +deps = + auditwheel + setuptools >= 65 +commands = + python -m auditwheel repair {posargs}