Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Sep 2, 2024
1 parent 9cdd9c7 commit 9bdae67
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.Android.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -54,4 +54,4 @@
<file src="pdfium-android-x64/lib/libpdfium.so" target="runtimes/android-x64/native/libpdfium.so" />
<file src="pdfium-android-x86/lib/libpdfium.so" target="runtimes/android-x86/native/libpdfium.so" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.Linux.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -50,4 +50,4 @@
<file src="pdfium-linux-musl-x64/lib/libpdfium.so" target="runtimes/linux-musl-x64/native/libpdfium.so" />
<file src="pdfium-linux-musl-x86/lib/libpdfium.so" target="runtimes/linux-musl-x86/native/libpdfium.so" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.WebAssembly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium wasm webassembly</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand All @@ -37,4 +37,4 @@
<!-- https://docs.microsoft.com/en-us/dotnet/core/rid-catalog -->
<file src="pdfium-wasm/lib/pdfium.wasm" target="runtimes/browser-wasm/native/pdfium.wasm" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.Win32.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -53,4 +53,4 @@
<file src="pdfium-win-x64/bin/pdfium.dll" target="runtimes/win-x64/native/pdfium.dll" />
<file src="pdfium-win-x86/bin/pdfium.dll" target="runtimes/win-x86/native/pdfium.dll" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -40,4 +40,4 @@
<file src="pdfium-ios-arm64/lib/libpdfium.dylib" target="runtimes/ios-arm64/native/libpdfium.dylib" />
<file src="pdfium-ios-x64/lib/libpdfium.dylib" target="runtimes/ios-x64/native/libpdfium.dylib" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.macOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -45,4 +45,4 @@
<file src="pdfium-mac-arm64/lib/libpdfium.dylib" target="runtimes/osx-arm64/native/libpdfium.dylib" />
<file src="pdfium-mac-x64/lib/libpdfium.dylib" target="runtimes/osx-x64/native/libpdfium.dylib" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand All @@ -33,4 +33,4 @@
<file src="bblanchon.PDFium.png" target="icon.png" />
<file src="../README.md" target="README.md" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.Android.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -54,4 +54,4 @@
<file src="pdfium-v8-android-x64/lib/libpdfium.so" target="runtimes/android-x64/native/libpdfium.so" />
<file src="pdfium-v8-android-x86/lib/libpdfium.so" target="runtimes/android-x86/native/libpdfium.so" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.Linux.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -50,4 +50,4 @@
<file src="pdfium-v8-linux-musl-x64/lib/libpdfium.so" target="runtimes/linux-musl-x64/native/libpdfium.so" />
<file src="pdfium-v8-linux-musl-x86/lib/libpdfium.so" target="runtimes/linux-musl-x86/native/libpdfium.so" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.Win32.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -53,4 +53,4 @@
<file src="pdfium-v8-win-x64/bin/pdfium.dll" target="runtimes/win-x64/native/pdfium.dll" />
<file src="pdfium-v8-win-x86/bin/pdfium.dll" target="runtimes/win-x86/native/pdfium.dll" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -40,4 +40,4 @@
<file src="pdfium-v8-ios-arm64/lib/libpdfium.dylib" target="runtimes/ios-arm64/native/libpdfium.dylib" />
<file src="pdfium-v8-ios-x64/lib/libpdfium.dylib" target="runtimes/ios-x64/native/libpdfium.dylib" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.macOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand Down Expand Up @@ -45,4 +45,4 @@
<file src="pdfium-v8-mac-arm64/lib/libpdfium.dylib" target="runtimes/osx-arm64/native/libpdfium.dylib" />
<file src="pdfium-v8-mac-x64/lib/libpdfium.dylib" target="runtimes/osx-x64/native/libpdfium.dylib" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuget/bblanchon.PDFiumV8.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/bblanchon/pdfium-binaries</projectUrl>
<description>This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © Benoit Blanchon 2017-2023</copyright>
<copyright>Copyright © Benoit Blanchon 2017-2024</copyright>
<tags>PDFium PDF binaries library native Chromium</tags>
<repository type="git" url="https://github.com/bblanchon/pdfium-binaries.git" branch="$branch$" commit="$commit$" />
<icon>icon.png</icon>
Expand All @@ -32,4 +32,4 @@
<file src="bblanchon.PDFiumV8.png" target="icon.png" />
<file src="../README.md" target="README.md" />
</files>
</package>
</package>

0 comments on commit 9bdae67

Please sign in to comment.