diff --git a/.github/workflows/linux_cli_eyra.yml b/.github/workflows/linux_cli_eyra.yml index beda1f9..35657f9 100644 --- a/.github/workflows/linux_cli_eyra.yml +++ b/.github/workflows/linux_cli_eyra.yml @@ -23,7 +23,7 @@ jobs: # New versions of nightly rust may call new unimplemented in eyra functions, so use const version - name: Setup rust version - run: rustup default nightly-2023-12-14 + run: rustup default nightly-2024-02-06 - name: Add eyra run: | diff --git a/czkawka_cli/LICENSE b/czkawka_cli/LICENSE index 8836e46..298d0d4 100644 --- a/czkawka_cli/LICENSE +++ b/czkawka_cli/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Rafał Mikrut +Copyright (c) 2020-2024 Rafał Mikrut 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/czkawka_cli/README.md b/czkawka_cli/README.md index fb808d8..aa9a47c 100644 --- a/czkawka_cli/README.md +++ b/czkawka_cli/README.md @@ -25,7 +25,7 @@ cargo run --release --bin czkawka_cli --features "heif,libraw" ``` on linux to build fully static binary with eyra you need to use (this is only for crazy people, so just use command above if you don't know what you are doing) ```shell -rustup default nightly-2023-11-16 # or any newer nightly that works fine with eyra +rustup default nightly-2024-02-06 # or any newer nightly that works fine with eyra cd czkawka_cli cargo add eyra --rename=std echo 'fn main() { println!("cargo:rustc-link-arg=-nostartfiles"); }' > build.rs diff --git a/czkawka_core/LICENSE b/czkawka_core/LICENSE index 8836e46..298d0d4 100644 --- a/czkawka_core/LICENSE +++ b/czkawka_core/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Rafał Mikrut +Copyright (c) 2020-2024 Rafał Mikrut 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/czkawka_gui/LICENSE b/czkawka_gui/LICENSE index fe356f6..c3996b3 100644 --- a/czkawka_gui/LICENSE +++ b/czkawka_gui/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Rafał Mikrut +Copyright (c) 2020-2024 Rafał Mikrut 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/czkawka_gui/src/gui_structs/gui_about.rs b/czkawka_gui/src/gui_structs/gui_about.rs index f356533..bd3b6f2 100644 --- a/czkawka_gui/src/gui_structs/gui_about.rs +++ b/czkawka_gui/src/gui_structs/gui_about.rs @@ -108,7 +108,7 @@ impl GuiAbout { } pub fn update_language(&self) { - let mut comment_text: String = "2020 - 2023 Rafał Mikrut(qarmin)\n\n".to_string(); + let mut comment_text: String = "2020 - 2024 Rafał Mikrut(qarmin)\n\n".to_string(); comment_text += &flg!("about_window_motto"); self.about_dialog.set_comments(Some(&comment_text)); diff --git a/czkawka_gui/ui/about_dialog.ui b/czkawka_gui/ui/about_dialog.ui index c61d5af..beba11e 100644 --- a/czkawka_gui/ui/about_dialog.ui +++ b/czkawka_gui/ui/about_dialog.ui @@ -4,7 +4,7 @@ - 2020 - 2023 Rafał Mikrut(qarmin) + 2020 - 2024 Rafał Mikrut(qarmin) This program is free to use and will always be. diff --git a/czkawka_gui/ui/czkawka.cmb b/czkawka_gui/ui/czkawka.cmb index 3944e79..111df58 100755 --- a/czkawka_gui/ui/czkawka.cmb +++ b/czkawka_gui/ui/czkawka.cmb @@ -342,7 +342,7 @@ (10,7,"GtkButton","buttons_popover_sort_selection",2,None,None,None,4,None) - (3,1,"GtkAboutDialog","comments","2020 - 2023 Rafał Mikrut(qarmin) + (3,1,"GtkAboutDialog","comments","2020 - 2024 Rafał Mikrut(qarmin) This program is free to use and will always be. ",1,None,None,None,None,None,None,None,None), diff --git a/krokiet/LICENSE b/krokiet/LICENSE index 0ae9b64..bc95413 100644 --- a/krokiet/LICENSE +++ b/krokiet/LICENSE @@ -221,7 +221,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Czkawka Slint Gui Copyright (C) 2023 Rafał Mikrut + Czkawka Slint Gui Copyright (C) 2024 Rafał Mikrut This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/krokiet/LICENSE_MIT_CODE b/krokiet/LICENSE_MIT_CODE index 8836e46..298d0d4 100644 --- a/krokiet/LICENSE_MIT_CODE +++ b/krokiet/LICENSE_MIT_CODE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 Rafał Mikrut +Copyright (c) 2020-2024 Rafał Mikrut Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal