diff --git a/LICENSE b/LICENSE index 9cd3888e4..4baf05ee8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 Orama Interactive and contributors +Copyright (c) 2019-present Orama Interactive and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Translations/Translations.pot b/Translations/Translations.pot index 407824806..6da963d66 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -536,10 +536,7 @@ msgstr "" msgid "Developed by Orama Interactive" msgstr "" -msgid "Copyright 2019-2020 Orama Interactive and contributors" -msgstr "" - -msgid "©2019-2020 by Orama Interactive and contributors" +msgid "©2019-present by Orama Interactive and contributors" msgstr "" msgid "Website" diff --git a/installer/LICENSE b/installer/LICENSE index 9cd3888e4..4baf05ee8 100644 --- a/installer/LICENSE +++ b/installer/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 Orama Interactive and contributors +Copyright (c) 2019-present Orama Interactive and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/UI/Dialogs/AboutDialog.tscn b/src/UI/Dialogs/AboutDialog.tscn index 098ed9853..367e15f7b 100644 --- a/src/UI/Dialogs/AboutDialog.tscn +++ b/src/UI/Dialogs/AboutDialog.tscn @@ -199,7 +199,7 @@ margin_top = 375.0 margin_right = 576.0 margin_bottom = 388.0 custom_fonts/font = ExtResource( 5 ) -text = "Copyright 2019-2020 Orama Interactive and contributors" +text = "©2019-present by Orama Interactive and contributors" align = 1 [connection signal="about_to_show" from="." to="." method="_on_AboutDialog_about_to_show"] [connection signal="popup_hide" from="." to="." method="_on_AboutDialog_popup_hide"] diff --git a/src/UI/Dialogs/SplashDialog.tscn b/src/UI/Dialogs/SplashDialog.tscn index 227403516..4781c0ecc 100644 --- a/src/UI/Dialogs/SplashDialog.tscn +++ b/src/UI/Dialogs/SplashDialog.tscn @@ -193,7 +193,7 @@ margin_right = 640.0 margin_bottom = 567.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 7 ) -text = "©2019-2020 by Orama Interactive and contributors" +text = "©2019-present by Orama Interactive and contributors" align = 1 [node name="HBoxContainer" type="HBoxContainer" parent="Contents/CopyrightLabel"]