From 952dd26f5f8656f13f0d014b1a30df39c121889d Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 7 May 2025 21:08:12 +0300 Subject: [PATCH] add AUTHORS --- .golangci.yml | 2 +- .goreleaser.yaml | 118 ------------------ .pre-commit-config.yaml | 2 +- .woodpecker.yml | 28 ----- AUTHORS | 2 + build.go | 4 +- e2e-tests/addrepo_test.go | 2 +- e2e-tests/bash_completion_test.go | 2 +- e2e-tests/common_test.go | 2 +- e2e-tests/fix_test.go | 2 +- e2e-tests/group_and_summary_field_test.go | 2 +- e2e-tests/issue_32_interactive_test.go | 2 +- e2e-tests/issue_41_autoreq_skiplist_test.go | 2 +- e2e-tests/issue_50_install_multiple_test.go | 2 +- e2e-tests/issue_53_lc_all_c_info_test.go | 2 +- e2e-tests/issue_59_rm_completion_test.go | 2 +- e2e-tests/issue_72_install_with_deps_test.go | 2 +- e2e-tests/version_test.go | 2 +- fix.go | 4 +- gen.go | 4 +- helper.go | 4 +- info.go | 4 +- install.go | 4 +- internal.go | 2 +- internal/cliutils/app_builder/builder.go | 2 +- internal/cliutils/prompt.go | 4 +- internal/cliutils/template.go | 2 +- internal/cliutils/utils.go | 2 +- internal/config/config.go | 4 +- internal/config/paths.go | 4 +- internal/config/version.go | 4 +- internal/constants/constants.go | 2 +- internal/cpu/cpu.go | 4 +- internal/db/db.go | 4 +- internal/db/db_test.go | 4 +- internal/db/json.go | 2 +- internal/db/utils.go | 2 +- internal/dl/dl.go | 4 +- internal/dl/dl_test.go | 2 +- internal/dl/file.go | 4 +- internal/dl/git.go | 4 +- internal/dl/progress_tui.go | 2 +- internal/dl/torrent.go | 4 +- internal/dlcache/dlcache.go | 4 +- internal/dlcache/dlcache_test.go | 4 +- internal/dlcache/utils.go | 2 +- internal/logger/hclog.go | 2 +- internal/logger/log.go | 2 +- internal/osutils/move.go | 4 +- internal/overrides/overrides.go | 4 +- internal/overrides/overrides_test.go | 4 +- internal/pager/highlighting.go | 4 +- internal/pager/pager.go | 4 +- internal/shutils/decoder/decoder.go | 4 +- internal/shutils/decoder/decoder_test.go | 4 +- internal/shutils/handlers/exec.go | 4 +- internal/shutils/handlers/exec_test.go | 4 +- internal/shutils/handlers/fakeroot.go | 4 +- internal/shutils/handlers/nop.go | 4 +- internal/shutils/handlers/nop_test.go | 4 +- internal/shutils/handlers/restricted.go | 4 +- internal/shutils/helpers/helpers.go | 4 +- .../shutils/helpers/helpers_internal_test.go | 2 +- internal/translations/translations.go | 4 +- internal/types/build.go | 4 +- internal/types/config.go | 4 +- internal/types/repo.go | 4 +- internal/utils/cmd.go | 2 +- internal/utils/utils.go | 2 +- license-header-old-files.tmpl | 4 +- list.go | 4 +- main.go | 4 +- pkg/build/build.go | 4 +- pkg/build/build_internal_test.need-to-update | 2 +- pkg/build/cache.go | 2 +- pkg/build/checker.go | 2 +- pkg/build/dirs.go | 2 +- pkg/build/find_deps/alt_linux.go | 2 +- pkg/build/find_deps/empty.go | 2 +- pkg/build/find_deps/fedora.go | 2 +- pkg/build/find_deps/find_deps.go | 2 +- pkg/build/installer.go | 2 +- pkg/build/main_build.go | 2 +- pkg/build/safe_common.go | 2 +- pkg/build/safe_installer.go | 2 +- pkg/build/safe_script_executor.go | 2 +- pkg/build/script_executor.go | 2 +- pkg/build/script_resolver.go | 2 +- pkg/build/script_view.go | 2 +- pkg/build/source_downloader.go | 2 +- pkg/build/utils.go | 2 +- pkg/build/utils_internal_test.go | 2 +- pkg/distro/osrelease.go | 4 +- pkg/gen/funcs.go | 4 +- pkg/gen/pip.go | 4 +- pkg/gen/tmpls/pip.tmpl.sh | 4 +- pkg/manager/apk.go | 4 +- pkg/manager/apt.go | 4 +- pkg/manager/apt_rpm.go | 2 +- pkg/manager/common.go | 2 +- pkg/manager/common_rpm.go | 2 +- pkg/manager/dnf.go | 4 +- pkg/manager/managers.go | 4 +- pkg/manager/pacman.go | 4 +- pkg/manager/yum.go | 4 +- pkg/manager/zypper.go | 4 +- pkg/repos/find.go | 4 +- pkg/repos/find_test.go | 4 +- pkg/repos/pull.go | 4 +- pkg/repos/pull_internal_test.go | 2 +- pkg/repos/pull_test.go | 4 +- pkg/repos/repos.go | 2 +- pkg/repos/utils.go | 2 +- pkg/search/search.go | 4 +- pkg/search/search_options_builder.go | 2 +- pkg/search/search_test.go | 2 +- repo.go | 4 +- scripts/coverage-badge.sh | 2 +- scripts/i18n-badge.sh | 2 +- scripts/install.sh | 4 +- scripts/update-deps-cve.sh | 2 +- search.go | 2 +- upgrade.go | 4 +- 123 files changed, 182 insertions(+), 326 deletions(-) delete mode 100644 .goreleaser.yaml delete mode 100644 .woodpecker.yml create mode 100644 AUTHORS diff --git a/.golangci.yml b/.golangci.yml index 5682194c..7691d093 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,5 @@ # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/.goreleaser.yaml b/.goreleaser.yaml deleted file mode 100644 index 4d2763e8..00000000 --- a/.goreleaser.yaml +++ /dev/null @@ -1,118 +0,0 @@ -# This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -# It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. -# -# ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов -# -# 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 distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -before: - hooks: - - go mod tidy -builds: - - id: alr - env: - - CGO_ENABLED=0 - binary: alr - ldflags: - - -X gitea.plemya-x.ru/xpamych/ALR/src/branch/master/internal/config.Version={{.Version}} - goos: - - linux - goarch: - - amd64 - - 386 - - arm64 - - arm - - riscv64 -archives: - - name_template: >- - {{- .ProjectName}}- - {{- .Version}}- - {{- .Os}}- - {{- if .Arch | eq "amd64"}}x86_64 - {{- else if .Arch | eq "386"}}i386 - {{- else if .Arch | eq "arm64"}}aarch64 - {{- else }}{{ .Arch }}{{ end -}} - files: - - scripts/completion/* -nfpms: - - id: alr - package_name: linux-user-repository - file_name_template: >- - {{- .PackageName}}- - {{- .Version}}- - {{- .Os}}- - {{- if .Arch | eq "amd64"}}x86_64 - {{- else if .Arch | eq "386"}}i386 - {{- else if .Arch | eq "arm64"}}aarch64 - {{- else }}{{ .Arch }}{{ end -}} - description: "Any Linux Repository" - homepage: 'https://gitea.plemya-x.ru/xpamych/ALR' - maintainer: 'Евгений Храмов ' - license: GPLv3 - formats: - - apk - - deb - - rpm - - archlinux - provides: - - linux-user-repository - conflicts: - - linux-user-repository - recommends: - - aria2 - contents: - - src: scripts/completion/bash - dst: /usr/share/bash-completion/completions/alr - - src: scripts/completion/zsh - dst: /usr/share/zsh/site-functions/_alr -aurs: - - name: linux-user-repository-bin - homepage: 'https://gitea.plemya-x.ru/xpamych/ALR' - description: "Any Linux Repository" - maintainers: - - 'Евгений Храмов ' - license: GPLv3 - private_key: '{{ .Env.AUR_KEY }}' - git_url: 'ssh://aur@aur.archlinux.org/linux-user-repository-bin.git' - provides: - - alr - conflicts: - - alr - depends: - - sudo - - pacman - optdepends: - - 'aria2: for downloading torrent sources' - package: |- - # binaries - install -Dm755 ./alr "${pkgdir}/usr/bin/alr" - - # completions - install -Dm755 ./scripts/completion/bash ${pkgdir}/usr/share/bash-completion/completions/alr - install -Dm755 ./scripts/completion/zsh ${pkgdir}/usr/share/zsh/site-functions/_alr -release: - gitea: - owner: alr - name: alr -gitea_urls: - api: 'https://gitea.elara.ws/api/v1/' - download: 'https://gitea.elara.ws' - skip_tls_verify: false -checksum: - name_template: 'checksums.txt' -snapshot: - name_template: "{{ incpatch .Version }}-next" -changelog: - sort: asc \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8514cf35..87b4e811 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 556b3300..00000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,28 +0,0 @@ -# This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -# It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. -# -# ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов -# -# 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 distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -platform: linux/amd64 -pipeline: - release: - image: goreleaser/goreleaser - commands: - - goreleaser release - secrets: [ gitea_token, aur_key ] - when: - event: tag \ No newline at end of file diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..e11401e2 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Евгений Храмов +Maxim Slipenko \ No newline at end of file diff --git a/build.go b/build.go index e4a70322..783edb98 100644 --- a/build.go +++ b/build.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/addrepo_test.go b/e2e-tests/addrepo_test.go index 5e68ae32..d0404e20 100644 --- a/e2e-tests/addrepo_test.go +++ b/e2e-tests/addrepo_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/bash_completion_test.go b/e2e-tests/bash_completion_test.go index f4f08878..e5159e83 100644 --- a/e2e-tests/bash_completion_test.go +++ b/e2e-tests/bash_completion_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/common_test.go b/e2e-tests/common_test.go index cb65bd65..9ccb1cc6 100644 --- a/e2e-tests/common_test.go +++ b/e2e-tests/common_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/fix_test.go b/e2e-tests/fix_test.go index 7066688c..b3ea9e8e 100644 --- a/e2e-tests/fix_test.go +++ b/e2e-tests/fix_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/group_and_summary_field_test.go b/e2e-tests/group_and_summary_field_test.go index a2563f24..62475661 100644 --- a/e2e-tests/group_and_summary_field_test.go +++ b/e2e-tests/group_and_summary_field_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/issue_32_interactive_test.go b/e2e-tests/issue_32_interactive_test.go index 2f12fb55..e5b1913f 100644 --- a/e2e-tests/issue_32_interactive_test.go +++ b/e2e-tests/issue_32_interactive_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/issue_41_autoreq_skiplist_test.go b/e2e-tests/issue_41_autoreq_skiplist_test.go index 1c846af5..7185bddc 100644 --- a/e2e-tests/issue_41_autoreq_skiplist_test.go +++ b/e2e-tests/issue_41_autoreq_skiplist_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/issue_50_install_multiple_test.go b/e2e-tests/issue_50_install_multiple_test.go index 695bf3ca..293e3acb 100644 --- a/e2e-tests/issue_50_install_multiple_test.go +++ b/e2e-tests/issue_50_install_multiple_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/issue_53_lc_all_c_info_test.go b/e2e-tests/issue_53_lc_all_c_info_test.go index 8a270bdd..80d5553c 100644 --- a/e2e-tests/issue_53_lc_all_c_info_test.go +++ b/e2e-tests/issue_53_lc_all_c_info_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/issue_59_rm_completion_test.go b/e2e-tests/issue_59_rm_completion_test.go index d00f9738..a94ede57 100644 --- a/e2e-tests/issue_59_rm_completion_test.go +++ b/e2e-tests/issue_59_rm_completion_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/issue_72_install_with_deps_test.go b/e2e-tests/issue_72_install_with_deps_test.go index 6239b4d4..f984c59d 100644 --- a/e2e-tests/issue_72_install_with_deps_test.go +++ b/e2e-tests/issue_72_install_with_deps_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/e2e-tests/version_test.go b/e2e-tests/version_test.go index 366282a2..698c9005 100644 --- a/e2e-tests/version_test.go +++ b/e2e-tests/version_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/fix.go b/fix.go index 4d3be5f0..9f4fc6b9 100644 --- a/fix.go +++ b/fix.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/gen.go b/gen.go index 37ffae64..701838f5 100644 --- a/gen.go +++ b/gen.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/helper.go b/helper.go index f87cc88d..89b8fe87 100644 --- a/helper.go +++ b/helper.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/info.go b/info.go index d316efe6..75069a0c 100644 --- a/info.go +++ b/info.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/install.go b/install.go index 792e1fe8..9df3010b 100644 --- a/install.go +++ b/install.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal.go b/internal.go index 3510cc2d..ab010b13 100644 --- a/internal.go +++ b/internal.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/cliutils/app_builder/builder.go b/internal/cliutils/app_builder/builder.go index 2989beef..9d4d275e 100644 --- a/internal/cliutils/app_builder/builder.go +++ b/internal/cliutils/app_builder/builder.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/cliutils/prompt.go b/internal/cliutils/prompt.go index 19855c64..af04fa00 100644 --- a/internal/cliutils/prompt.go +++ b/internal/cliutils/prompt.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/cliutils/template.go b/internal/cliutils/template.go index da8bb2e1..131fb298 100644 --- a/internal/cliutils/template.go +++ b/internal/cliutils/template.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/cliutils/utils.go b/internal/cliutils/utils.go index 38288307..24c1760a 100644 --- a/internal/cliutils/utils.go +++ b/internal/cliutils/utils.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/config/config.go b/internal/config/config.go index 9fc7b462..6eccc914 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/config/paths.go b/internal/config/paths.go index c7ad8964..b5a11bd0 100644 --- a/internal/config/paths.go +++ b/internal/config/paths.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/config/version.go b/internal/config/version.go index 2491a3df..98a32e35 100644 --- a/internal/config/version.go +++ b/internal/config/version.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/constants/constants.go b/internal/constants/constants.go index f113d59f..d16d2b9a 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/cpu/cpu.go b/internal/cpu/cpu.go index ef98c7a5..e2e60213 100644 --- a/internal/cpu/cpu.go +++ b/internal/cpu/cpu.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/db/db.go b/internal/db/db.go index eba0f642..8c2b8b2d 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/db/db_test.go b/internal/db/db_test.go index 4a80fa3b..2761cd89 100644 --- a/internal/db/db_test.go +++ b/internal/db/db_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/db/json.go b/internal/db/json.go index 58c7645d..d17a1377 100644 --- a/internal/db/json.go +++ b/internal/db/json.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/db/utils.go b/internal/db/utils.go index 2b3ebc07..2e8fcbdd 100644 --- a/internal/db/utils.go +++ b/internal/db/utils.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dl/dl.go b/internal/dl/dl.go index 4a91fcb6..a1c0fffa 100644 --- a/internal/dl/dl.go +++ b/internal/dl/dl.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dl/dl_test.go b/internal/dl/dl_test.go index baeec6ee..07dc817d 100644 --- a/internal/dl/dl_test.go +++ b/internal/dl/dl_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dl/file.go b/internal/dl/file.go index 96ce2949..e0eda044 100644 --- a/internal/dl/file.go +++ b/internal/dl/file.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dl/git.go b/internal/dl/git.go index 37fda241..c1ea8222 100644 --- a/internal/dl/git.go +++ b/internal/dl/git.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dl/progress_tui.go b/internal/dl/progress_tui.go index e0598488..fa0f64a7 100644 --- a/internal/dl/progress_tui.go +++ b/internal/dl/progress_tui.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dl/torrent.go b/internal/dl/torrent.go index d3d5984e..31a2a62f 100644 --- a/internal/dl/torrent.go +++ b/internal/dl/torrent.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dlcache/dlcache.go b/internal/dlcache/dlcache.go index 388be7ba..ccd654f4 100644 --- a/internal/dlcache/dlcache.go +++ b/internal/dlcache/dlcache.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dlcache/dlcache_test.go b/internal/dlcache/dlcache_test.go index 08d76a8d..d189a0ed 100644 --- a/internal/dlcache/dlcache_test.go +++ b/internal/dlcache/dlcache_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/dlcache/utils.go b/internal/dlcache/utils.go index 12a6206f..700ad215 100644 --- a/internal/dlcache/utils.go +++ b/internal/dlcache/utils.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/logger/hclog.go b/internal/logger/hclog.go index 508e8ddc..d991ab82 100644 --- a/internal/logger/hclog.go +++ b/internal/logger/hclog.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/logger/log.go b/internal/logger/log.go index 0073a89d..10567c88 100644 --- a/internal/logger/log.go +++ b/internal/logger/log.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/osutils/move.go b/internal/osutils/move.go index 41c348bd..bb12fb48 100644 --- a/internal/osutils/move.go +++ b/internal/osutils/move.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/overrides/overrides.go b/internal/overrides/overrides.go index 5490c76c..a98bbb62 100644 --- a/internal/overrides/overrides.go +++ b/internal/overrides/overrides.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/overrides/overrides_test.go b/internal/overrides/overrides_test.go index 8058f60a..42d985cf 100644 --- a/internal/overrides/overrides_test.go +++ b/internal/overrides/overrides_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/pager/highlighting.go b/internal/pager/highlighting.go index 588b9968..e845d24c 100644 --- a/internal/pager/highlighting.go +++ b/internal/pager/highlighting.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/pager/pager.go b/internal/pager/pager.go index 55a7bade..359c9261 100644 --- a/internal/pager/pager.go +++ b/internal/pager/pager.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/decoder/decoder.go b/internal/shutils/decoder/decoder.go index b6f7d05f..55f87443 100644 --- a/internal/shutils/decoder/decoder.go +++ b/internal/shutils/decoder/decoder.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/decoder/decoder_test.go b/internal/shutils/decoder/decoder_test.go index 1fcb4ec2..54a2b38a 100644 --- a/internal/shutils/decoder/decoder_test.go +++ b/internal/shutils/decoder/decoder_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/handlers/exec.go b/internal/shutils/handlers/exec.go index 74c1d2a9..b4b9156d 100644 --- a/internal/shutils/handlers/exec.go +++ b/internal/shutils/handlers/exec.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/handlers/exec_test.go b/internal/shutils/handlers/exec_test.go index 5cc9e325..a81302d8 100644 --- a/internal/shutils/handlers/exec_test.go +++ b/internal/shutils/handlers/exec_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/handlers/fakeroot.go b/internal/shutils/handlers/fakeroot.go index bc0090b0..236a4278 100644 --- a/internal/shutils/handlers/fakeroot.go +++ b/internal/shutils/handlers/fakeroot.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/handlers/nop.go b/internal/shutils/handlers/nop.go index dfd40451..f43d7c55 100644 --- a/internal/shutils/handlers/nop.go +++ b/internal/shutils/handlers/nop.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/handlers/nop_test.go b/internal/shutils/handlers/nop_test.go index 722fc35f..1ab883ca 100644 --- a/internal/shutils/handlers/nop_test.go +++ b/internal/shutils/handlers/nop_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/handlers/restricted.go b/internal/shutils/handlers/restricted.go index 557c5feb..f98f67d6 100644 --- a/internal/shutils/handlers/restricted.go +++ b/internal/shutils/handlers/restricted.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/helpers/helpers.go b/internal/shutils/helpers/helpers.go index 24cf993e..7a4bd365 100644 --- a/internal/shutils/helpers/helpers.go +++ b/internal/shutils/helpers/helpers.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/shutils/helpers/helpers_internal_test.go b/internal/shutils/helpers/helpers_internal_test.go index 3698856c..d6599a33 100644 --- a/internal/shutils/helpers/helpers_internal_test.go +++ b/internal/shutils/helpers/helpers_internal_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/translations/translations.go b/internal/translations/translations.go index bb541a99..71c06a76 100644 --- a/internal/translations/translations.go +++ b/internal/translations/translations.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/types/build.go b/internal/types/build.go index 5fc2eff8..350a1f0e 100644 --- a/internal/types/build.go +++ b/internal/types/build.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/types/config.go b/internal/types/config.go index 8edd2df0..f2004e88 100644 --- a/internal/types/config.go +++ b/internal/types/config.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/types/repo.go b/internal/types/repo.go index 7986419a..43ef92da 100644 --- a/internal/types/repo.go +++ b/internal/types/repo.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/utils/cmd.go b/internal/utils/cmd.go index f5b33e81..1822b8ba 100644 --- a/internal/utils/cmd.go +++ b/internal/utils/cmd.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/internal/utils/utils.go b/internal/utils/utils.go index 9c0b8f7c..8ccb66b7 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/license-header-old-files.tmpl b/license-header-old-files.tmpl index 5c734a5e..2a76e4e3 100644 --- a/license-header-old-files.tmpl +++ b/license-header-old-files.tmpl @@ -1,8 +1,8 @@ This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. ALR - Any Linux Repository -Copyright (C) {{ .Year }} Евгений Храмов +Copyright (C) {{ .Year }} The ALR Authors 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 diff --git a/list.go b/list.go index 1012db76..117a7bce 100644 --- a/list.go +++ b/list.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/main.go b/main.go index 7505f304..53c63bc4 100644 --- a/main.go +++ b/main.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/build.go b/pkg/build/build.go index ad7c5b12..3721ff89 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/build_internal_test.need-to-update b/pkg/build/build_internal_test.need-to-update index 55df7c47..998603ec 100644 --- a/pkg/build/build_internal_test.need-to-update +++ b/pkg/build/build_internal_test.need-to-update @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/cache.go b/pkg/build/cache.go index 6de0b7cd..bd205cda 100644 --- a/pkg/build/cache.go +++ b/pkg/build/cache.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/checker.go b/pkg/build/checker.go index 827d2741..134a588c 100644 --- a/pkg/build/checker.go +++ b/pkg/build/checker.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/dirs.go b/pkg/build/dirs.go index 58038d82..ec294566 100644 --- a/pkg/build/dirs.go +++ b/pkg/build/dirs.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/find_deps/alt_linux.go b/pkg/build/find_deps/alt_linux.go index cc003afa..11954b4f 100644 --- a/pkg/build/find_deps/alt_linux.go +++ b/pkg/build/find_deps/alt_linux.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/find_deps/empty.go b/pkg/build/find_deps/empty.go index 05b3a7ae..4bf30f16 100644 --- a/pkg/build/find_deps/empty.go +++ b/pkg/build/find_deps/empty.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/find_deps/fedora.go b/pkg/build/find_deps/fedora.go index c649aaed..feabfe06 100644 --- a/pkg/build/find_deps/fedora.go +++ b/pkg/build/find_deps/fedora.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/find_deps/find_deps.go b/pkg/build/find_deps/find_deps.go index 4e9b52e4..fd8068fd 100644 --- a/pkg/build/find_deps/find_deps.go +++ b/pkg/build/find_deps/find_deps.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/installer.go b/pkg/build/installer.go index 1522e733..b0fd994e 100644 --- a/pkg/build/installer.go +++ b/pkg/build/installer.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/main_build.go b/pkg/build/main_build.go index aecd8668..0cd439bf 100644 --- a/pkg/build/main_build.go +++ b/pkg/build/main_build.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/safe_common.go b/pkg/build/safe_common.go index 7f1ec0b6..33cb66f0 100644 --- a/pkg/build/safe_common.go +++ b/pkg/build/safe_common.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/safe_installer.go b/pkg/build/safe_installer.go index feec190b..6fda8bc9 100644 --- a/pkg/build/safe_installer.go +++ b/pkg/build/safe_installer.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/safe_script_executor.go b/pkg/build/safe_script_executor.go index e3c71860..daf3442b 100644 --- a/pkg/build/safe_script_executor.go +++ b/pkg/build/safe_script_executor.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/script_executor.go b/pkg/build/script_executor.go index 7797b9f5..e63c69ff 100644 --- a/pkg/build/script_executor.go +++ b/pkg/build/script_executor.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/script_resolver.go b/pkg/build/script_resolver.go index 363bbba0..06edcfb1 100644 --- a/pkg/build/script_resolver.go +++ b/pkg/build/script_resolver.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/script_view.go b/pkg/build/script_view.go index 9347ba2a..2da92506 100644 --- a/pkg/build/script_view.go +++ b/pkg/build/script_view.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/source_downloader.go b/pkg/build/source_downloader.go index 715557a4..ef287fdf 100644 --- a/pkg/build/source_downloader.go +++ b/pkg/build/source_downloader.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/utils.go b/pkg/build/utils.go index 2d73ee08..92964473 100644 --- a/pkg/build/utils.go +++ b/pkg/build/utils.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/build/utils_internal_test.go b/pkg/build/utils_internal_test.go index a12ca645..00e7e399 100644 --- a/pkg/build/utils_internal_test.go +++ b/pkg/build/utils_internal_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/distro/osrelease.go b/pkg/distro/osrelease.go index fc94a39f..c8d4c854 100644 --- a/pkg/distro/osrelease.go +++ b/pkg/distro/osrelease.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/gen/funcs.go b/pkg/gen/funcs.go index 75543444..f225eebd 100644 --- a/pkg/gen/funcs.go +++ b/pkg/gen/funcs.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/gen/pip.go b/pkg/gen/pip.go index b2d644bf..85530cd9 100644 --- a/pkg/gen/pip.go +++ b/pkg/gen/pip.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/gen/tmpls/pip.tmpl.sh b/pkg/gen/tmpls/pip.tmpl.sh index bd2d9a8a..039a0d17 100644 --- a/pkg/gen/tmpls/pip.tmpl.sh +++ b/pkg/gen/tmpls/pip.tmpl.sh @@ -1,8 +1,8 @@ # This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -# It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +# It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. # # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/pkg/manager/apk.go b/pkg/manager/apk.go index 136b76c3..a562c5c7 100644 --- a/pkg/manager/apk.go +++ b/pkg/manager/apk.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/apt.go b/pkg/manager/apt.go index 2a559269..d8cbb72f 100644 --- a/pkg/manager/apt.go +++ b/pkg/manager/apt.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/apt_rpm.go b/pkg/manager/apt_rpm.go index ffba8555..34612221 100644 --- a/pkg/manager/apt_rpm.go +++ b/pkg/manager/apt_rpm.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/common.go b/pkg/manager/common.go index c71135d8..362f0e07 100644 --- a/pkg/manager/common.go +++ b/pkg/manager/common.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/common_rpm.go b/pkg/manager/common_rpm.go index a5b1a9c8..f2ec6545 100644 --- a/pkg/manager/common_rpm.go +++ b/pkg/manager/common_rpm.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/dnf.go b/pkg/manager/dnf.go index 3bbe29ec..05e9b349 100644 --- a/pkg/manager/dnf.go +++ b/pkg/manager/dnf.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/managers.go b/pkg/manager/managers.go index a38c3555..39bc691f 100644 --- a/pkg/manager/managers.go +++ b/pkg/manager/managers.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/pacman.go b/pkg/manager/pacman.go index 1fe96df8..3bdc72d2 100644 --- a/pkg/manager/pacman.go +++ b/pkg/manager/pacman.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/yum.go b/pkg/manager/yum.go index 2dc50fde..a3867dd3 100644 --- a/pkg/manager/yum.go +++ b/pkg/manager/yum.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/manager/zypper.go b/pkg/manager/zypper.go index 7c2ab303..a7de9e3b 100644 --- a/pkg/manager/zypper.go +++ b/pkg/manager/zypper.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/find.go b/pkg/repos/find.go index a1392045..5c1856e4 100644 --- a/pkg/repos/find.go +++ b/pkg/repos/find.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/find_test.go b/pkg/repos/find_test.go index 28e23dad..bdd89801 100644 --- a/pkg/repos/find_test.go +++ b/pkg/repos/find_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/pull.go b/pkg/repos/pull.go index aabfbbd7..881b87f4 100644 --- a/pkg/repos/pull.go +++ b/pkg/repos/pull.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/pull_internal_test.go b/pkg/repos/pull_internal_test.go index 8492cae0..7836e93e 100644 --- a/pkg/repos/pull_internal_test.go +++ b/pkg/repos/pull_internal_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/pull_test.go b/pkg/repos/pull_test.go index 2944f828..9e1e7853 100644 --- a/pkg/repos/pull_test.go +++ b/pkg/repos/pull_test.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/repos.go b/pkg/repos/repos.go index 475f776f..d89bea76 100644 --- a/pkg/repos/repos.go +++ b/pkg/repos/repos.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/repos/utils.go b/pkg/repos/utils.go index 5fbdf165..7df2b089 100644 --- a/pkg/repos/utils.go +++ b/pkg/repos/utils.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/search/search.go b/pkg/search/search.go index 2bee506f..64e5c5fb 100644 --- a/pkg/search/search.go +++ b/pkg/search/search.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/search/search_options_builder.go b/pkg/search/search_options_builder.go index c823ebfe..66ed58f0 100644 --- a/pkg/search/search_options_builder.go +++ b/pkg/search/search_options_builder.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/pkg/search/search_test.go b/pkg/search/search_test.go index 3f5542e3..f564ae2c 100644 --- a/pkg/search/search_test.go +++ b/pkg/search/search_test.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/repo.go b/repo.go index 17201813..04108330 100644 --- a/repo.go +++ b/repo.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/scripts/coverage-badge.sh b/scripts/coverage-badge.sh index b6c575de..d8ddd2d2 100755 --- a/scripts/coverage-badge.sh +++ b/scripts/coverage-badge.sh @@ -1,5 +1,5 @@ # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/scripts/i18n-badge.sh b/scripts/i18n-badge.sh index 7e452a43..f3309b07 100755 --- a/scripts/i18n-badge.sh +++ b/scripts/i18n-badge.sh @@ -1,6 +1,6 @@ #!/bin/bash # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/scripts/install.sh b/scripts/install.sh index 742e19a2..d92b19dc 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,8 +1,8 @@ # This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -# It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +# It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. # # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/scripts/update-deps-cve.sh b/scripts/update-deps-cve.sh index 8c0e59ee..45cd8fe6 100644 --- a/scripts/update-deps-cve.sh +++ b/scripts/update-deps-cve.sh @@ -1,6 +1,6 @@ #!/bin/bash # ALR - Any Linux Repository -# Copyright (C) 2025 Евгений Храмов +# Copyright (C) 2025 The ALR Authors # # 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 diff --git a/search.go b/search.go index 25bfb82e..b6129b2c 100644 --- a/search.go +++ b/search.go @@ -1,5 +1,5 @@ // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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 diff --git a/upgrade.go b/upgrade.go index 2e12a05f..a08d4431 100644 --- a/upgrade.go +++ b/upgrade.go @@ -1,8 +1,8 @@ // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. -// It has been modified as part of "ALR - Any Linux Repository" by Евгений Храмов. +// It has been modified as part of "ALR - Any Linux Repository" by the ALR Authors. // // ALR - Any Linux Repository -// Copyright (C) 2025 Евгений Храмов +// Copyright (C) 2025 The ALR Authors // // 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