Update copyright years from 2021 to 2022 to reflect the new year (#2015)

This commit is contained in:
httpjamesm 2022-01-10 04:01:07 -05:00 committed by GitHub
parent bf382d928f
commit f1fdd7960c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 16 deletions

View File

@ -184,7 +184,7 @@ jobs:
--dest appdir --dest appdir
--name Cryptomator --name Cryptomator
--vendor "Skymatic GmbH" --vendor "Skymatic GmbH"
--copyright "(C) 2016 - 2021 Skymatic GmbH" --copyright "(C) 2016 - 2022 Skymatic GmbH"
--java-options "-Xss5m" --java-options "-Xss5m"
--java-options "-Xmx256m" --java-options "-Xmx256m"
--java-options "-Dcryptomator.appVersion=\"${{ needs.metadata.outputs.semVerStr }}\"" --java-options "-Dcryptomator.appVersion=\"${{ needs.metadata.outputs.semVerStr }}\""
@ -529,7 +529,7 @@ jobs:
--dest installer --dest installer
--name Cryptomator --name Cryptomator
--vendor "Skymatic GmbH" --vendor "Skymatic GmbH"
--copyright "(C) 2016 - 2021 Skymatic GmbH" --copyright "(C) 2016 - 2022 Skymatic GmbH"
--app-version "${{ needs.metadata.outputs.semVerNum }}" --app-version "${{ needs.metadata.outputs.semVerNum }}"
--win-menu --win-menu
--win-dir-chooser --win-dir-chooser

View File

@ -35,7 +35,7 @@ ${JAVA_HOME}/bin/jpackage \
--dest . \ --dest . \
--name Cryptomator \ --name Cryptomator \
--vendor "Skymatic GmbH" \ --vendor "Skymatic GmbH" \
--copyright "(C) 2016 - 2021 Skymatic GmbH" \ --copyright "(C) 2016 - 2022 Skymatic GmbH" \
--java-options "-Xss5m" \ --java-options "-Xss5m" \
--java-options "-Xmx256m" \ --java-options "-Xmx256m" \
--app-version "${VERSION}.${REVISION_NO}" \ --app-version "${VERSION}.${REVISION_NO}" \

View File

@ -4,11 +4,11 @@ Upstream-Contact: Cryptomator <info@cryptomator.org>
Source: https://cryptomator.org Source: https://cryptomator.org
Files: * Files: *
Copyright: 2016-2021 Skymatic GmbH Copyright: 2016-2022 Skymatic GmbH
License: GPL-3+ License: GPL-3+
Files: debian/org.cryptomator.Cryptomator.appdata.xml Files: debian/org.cryptomator.Cryptomator.appdata.xml
Copyright: 2016-2021 Skymatic GmbH Copyright: 2016-2022 Skymatic GmbH
License: FSFAP License: FSFAP
License: GPL-3+ License: GPL-3+
@ -36,4 +36,4 @@ License: FSFAP
Copying and distribution of this file, with or without modification, are Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and permitted in any medium without royalty provided the copyright notice and
this notice are preserved. This file is offered as-is, without any this notice are preserved. This file is offered as-is, without any
warranty. warranty.

View File

@ -29,7 +29,7 @@ override_dh_auto_build:
--dest . \ --dest . \
--name cryptomator \ --name cryptomator \
--vendor "Skymatic GmbH" \ --vendor "Skymatic GmbH" \
--copyright "(C) 2016 - 2021 Skymatic GmbH" \ --copyright "(C) 2016 - 2022 Skymatic GmbH" \
--java-options "-Xss5m" \ --java-options "-Xss5m" \
--java-options "-Xmx256m" \ --java-options "-Xmx256m" \
--java-options "-Dfile.encoding=\"utf-8\"" \ --java-options "-Dfile.encoding=\"utf-8\"" \

View File

@ -54,7 +54,7 @@ ${JAVA_HOME}/bin/jpackage \
--dest . \ --dest . \
--name Cryptomator \ --name Cryptomator \
--vendor "Skymatic GmbH" \ --vendor "Skymatic GmbH" \
--copyright "(C) 2016 - 2021 Skymatic GmbH" \ --copyright "(C) 2016 - 2022 Skymatic GmbH" \
--java-options "-Xss5m" \ --java-options "-Xss5m" \
--java-options "-Xmx256m" \ --java-options "-Xmx256m" \
--java-options "-Dcryptomator.appVersion=\"${VERSION_NO}\"" \ --java-options "-Dcryptomator.appVersion=\"${VERSION_NO}\"" \

View File

@ -10,7 +10,7 @@
\f1\b0 \ \f1\b0 \
\ \
\f0\b \'a9 2016 \'96 2021 Skymatic GmbH \f0\b \'a9 2016 \'96 2022 Skymatic GmbH
\f1\b0 \ \f1\b0 \
\ \
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\
@ -97,4 +97,4 @@ You should have received a copy of the GNU General Public License along with thi
SIL OFL 1.1 License:\ SIL OFL 1.1 License:\
- Font Awesome 5.12.0 ({\field{\*\fldinst{HYPERLINK "https://fontawesome.com/"}}{\fldrslt https://fontawesome.com/}})\ - Font Awesome 5.12.0 ({\field{\*\fldinst{HYPERLINK "https://fontawesome.com/"}}{\fldrslt https://fontawesome.com/}})\
\ \
} }

6
dist/win/build.ps1 vendored
View File

@ -47,7 +47,7 @@ Copy-Item "$buildDir\..\..\target\cryptomator-*.jar" -Destination "$buildDir\..\
--dest . ` --dest . `
--name Cryptomator ` --name Cryptomator `
--vendor "Skymatic GmbH" ` --vendor "Skymatic GmbH" `
--copyright "(C) 2016 - 2021 Skymatic GmbH" ` --copyright "(C) 2016 - 2022 Skymatic GmbH" `
--java-options "-Xss5m" ` --java-options "-Xss5m" `
--java-options "-Xmx256m" ` --java-options "-Xmx256m" `
--java-options "-Dcryptomator.appVersion=`"$semVerNo`"" ` --java-options "-Dcryptomator.appVersion=`"$semVerNo`"" `
@ -78,7 +78,7 @@ $Env:JP_WIXWIZARD_RESOURCES = "$buildDir\resources"
--dest installer ` --dest installer `
--name Cryptomator ` --name Cryptomator `
--vendor "Skymatic GmbH" ` --vendor "Skymatic GmbH" `
--copyright "(C) 2016 - 2021 Skymatic GmbH" ` --copyright "(C) 2016 - 2022 Skymatic GmbH" `
--app-version "$semVerNo" ` --app-version "$semVerNo" `
--win-menu ` --win-menu `
--win-dir-chooser ` --win-dir-chooser `
@ -87,4 +87,4 @@ $Env:JP_WIXWIZARD_RESOURCES = "$buildDir\resources"
--win-menu-group Cryptomator ` --win-menu-group Cryptomator `
--resource-dir resources ` --resource-dir resources `
--license-file resources/license.rtf ` --license-file resources/license.rtf `
--file-associations resources/FAvaultFile.properties --file-associations resources/FAvaultFile.properties

View File

@ -3,7 +3,7 @@
{\*\generator Riched20 10.0.17134}\viewkind4\uc1 {\*\generator Riched20 10.0.17134}\viewkind4\uc1
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\b\fs16\lang7 Cryptomator is distributed under the GPLv3 License, found below. Please see the bottom of this document for any other license applicable to code used within Cryptomator.\b0\par \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\b\fs16\lang7 Cryptomator is distributed under the GPLv3 License, found below. Please see the bottom of this document for any other license applicable to code used within Cryptomator.\b0\par
\par \par
\b\'a9 2016 \endash 2021 Skymatic GmbH\b0\par \b\'a9 2016 \endash 2022 Skymatic GmbH\b0\par
\par \par
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\par This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\par
\par \par
@ -82,4 +82,3 @@ You should have received a copy of the GNU General Public License along with thi
\tab SIL OFL 1.1 License:\par \tab SIL OFL 1.1 License:\par
\tab\tab - Font Awesome 5.12.0 ({{\field{\*\fldinst{HYPERLINK https://fontawesome.com/ }}{\fldrslt{https://fontawesome.com/\ul0\cf0}}}}\f0\fs16 )\b\par \tab\tab - Font Awesome 5.12.0 ({{\field{\*\fldinst{HYPERLINK https://fontawesome.com/ }}{\fldrslt{https://fontawesome.com/\ul0\cf0}}}}\f0\fs16 )\b\par
} }

View File

@ -22,7 +22,7 @@
</ImageView> </ImageView>
<VBox spacing="3" HBox.hgrow="ALWAYS" alignment="CENTER_LEFT"> <VBox spacing="3" HBox.hgrow="ALWAYS" alignment="CENTER_LEFT">
<FormattedLabel styleClass="label-large" format="Cryptomator %s" arg1="${controller.applicationVersion}"/> <FormattedLabel styleClass="label-large" format="Cryptomator %s" arg1="${controller.applicationVersion}"/>
<Label text="© 2016 2021 Skymatic GmbH"/> <Label text="© 2016 2022 Skymatic GmbH"/>
</VBox> </VBox>
</HBox> </HBox>