Skip to content

Commit

Permalink
Update Copyright for 2025.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Jan 19, 2025
1 parent 90a5096 commit 481dbc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog/ChangeLog.2024
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ChangeLog for smooth
6 changes: 5 additions & 1 deletion packaging/haiku/smooth-version.recipe.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Features provided by smooth include:
- completely transparent Unicode and software internationalization support
- a libxml2 based XML parser"
HOMEPAGE="http://www.smooth-project.org/"
COPYRIGHT="1998-2024 Robert Kausch"
COPYRIGHT="1998-2025 Robert Kausch"
LICENSE="Artistic v2.0"
REVISION="1"
SOURCE_URI="https://github.com/enzo1982/smooth/releases/download/v${portVersion/\~/-}/smooth-${portVersion/\~/-}.tar.gz"
Expand Down Expand Up @@ -43,11 +43,13 @@ fi
REQUIRES="
haiku$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libcpuid$secondaryArchSuffix
lib:libcurl$secondaryArchSuffix
lib:libfribidi$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libwebp$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
Expand All @@ -63,11 +65,13 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbz2$secondaryArchSuffix
devel:libcpuid$secondaryArchSuffix
devel:libcurl$secondaryArchSuffix
devel:libfribidi$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
Expand Down
2 changes: 1 addition & 1 deletion resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BEGIN
VALUE "OriginalFilename", "smooth.dll"
VALUE "ProductName", "smooth Class Library"
VALUE "ProductVersion", SMOOTH_PRODUCT
VALUE "LegalCopyright", "Copyright � 1998-2024 Robert Kausch"
VALUE "LegalCopyright", "Copyright � 1998-2025 Robert Kausch"
VALUE "Official website", "http://www.smooth-project.org/"
VALUE "eMail contact", "info@smooth-project.org"
END
Expand Down

0 comments on commit 481dbc9

Please sign in to comment.