Skip to content

Commit

Permalink
Update Copyright notice for 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Jan 3, 2024
1 parent 0c2e9ae commit 9d0130d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion metadata/org.freac.freac.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 Robert Kausch -->
<!-- Copyright 2024 Robert Kausch -->
<component type="desktop-application">
<id>org.freac.freac</id>
<launchable type="desktop-id">org.freac.freac.desktop</launchable>
Expand Down
2 changes: 1 addition & 1 deletion packaging/haiku/freac-version.recipe.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features include:
- User interface available in 40+ languages
- Optional command line interface"
HOMEPAGE="https://freac.org/"
COPYRIGHT="2001-2023 Robert Kausch"
COPYRIGHT="2001-2024 Robert Kausch"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion}/freac-${portVersion}.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions packaging/macosx/freac.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>f:ac</string>
<key>CFBundleVersion</key>
<string>1.1.7.5891</string>
<string>1.1.7.5916</string>
<key>CFBundleShortVersionString</key>
<string>1.1.7</string>
<key>LSBackgroundOnly</key>
Expand All @@ -40,7 +40,7 @@
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2001-2023 Robert Kausch</string>
<string>Copyright © 2001-2024 Robert Kausch</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down
8 changes: 4 additions & 4 deletions resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,7,5891
PRODUCTVERSION 1,1,7,5891
FILEVERSION 1,1,7,5916
PRODUCTVERSION 1,1,7,5916
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,12 +12,12 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free audio converter\0"
VALUE "FileVersion", "1.1.7.5891\0"
VALUE "FileVersion", "1.1.7.5916\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
VALUE "ProductVersion", "1.1.7\0"
VALUE "LegalCopyright", "Copyright � 2001-2023 Robert Kausch\0"
VALUE "LegalCopyright", "Copyright � 2001-2024 Robert Kausch\0"
VALUE "Official website", "https://www.freac.org/\0"
END
END
Expand Down
8 changes: 4 additions & 4 deletions resources/resources_vd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "../include/resources.h"

IDR_VERSION VERSIONINFO
FILEVERSION 1,1,7,5891
PRODUCTVERSION 1,1,7,5891
FILEVERSION 1,1,7,5916
PRODUCTVERSION 1,1,7,5916
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
BEGIN
Expand All @@ -12,12 +12,12 @@ BEGIN
BLOCK "000004B0" // Block: language ID = Multilingual, char set = Unicode
BEGIN
VALUE "FileDescription", "fre:ac - free video downloader\0"
VALUE "FileVersion", "1.1.7.5891\0"
VALUE "FileVersion", "1.1.7.5916\0"
VALUE "InternalName", "FREAC\0"
VALUE "OriginalFilename", "freac.exe\0"
VALUE "ProductName", "fre:ac\0"
VALUE "ProductVersion", "1.1.7\0"
VALUE "LegalCopyright", "Copyright � 2001-2023 Robert Kausch\0"
VALUE "LegalCopyright", "Copyright � 2001-2024 Robert Kausch\0"
VALUE "Official website", "https://www.freac.org/\0"
END
END
Expand Down
4 changes: 2 additions & 2 deletions src/freac.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* fre:ac - free audio converter
* Copyright (C) 2001-2023 Robert Kausch <robert.kausch@freac.org>
* Copyright (C) 2001-2024 Robert Kausch <robert.kausch@freac.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -70,7 +70,7 @@ String freac::freac::shortVersion = "v1.1.7";
String freac::freac::cddbVersion = "v1.1.7"; // CDDB version may not contain spaces
String freac::freac::cddbMode = "submit";

String freac::freac::copyright = "Copyright (C) 2001-2023 Robert Kausch";
String freac::freac::copyright = "Copyright (C) 2001-2024 Robert Kausch";

String freac::freac::website = "https://www.freac.org/";

Expand Down

0 comments on commit 9d0130d

Please sign in to comment.