diff --git a/.golangci.yml b/.golangci.yml
index 5682194..7691d09 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 4d2763e..0000000
--- 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 8514cf3..87b4e81 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 556b330..0000000
--- 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 0000000..e11401e
--- /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 e4a7032..783edb9 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 5e68ae3..d0404e2 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 f4f0887..e5159e8 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 cb65bd6..9ccb1cc 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 7066688..b3ea9e8 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 a2563f2..6247566 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 2f12fb5..e5b1913 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 1c846af..7185bdd 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 695bf3c..293e3ac 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 8a270bd..80d5553 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 d00f973..a94ede5 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 6239b4d..f984c59 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 366282a..698c900 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 4d3be5f..9f4fc6b 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 37ffae6..701838f 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 f87cc88..89b8fe8 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 d316efe..75069a0 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 792e1fe..9df3010 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 3510cc2..ab010b1 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 2989bee..9d4d275 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 19855c6..af04fa0 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 da8bb2e..131fb29 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 3828830..24c1760 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 9fc7b46..6eccc91 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 c7ad896..b5a11bd 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 2491a3d..98a32e3 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 f113d59..d16d2b9 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 ef98c7a..e2e6021 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 eba0f64..8c2b8b2 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 4a80fa3..2761cd8 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 58c7645..d17a137 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 2b3ebc0..2e8fcbd 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 4a91fcb..a1c0fff 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 baeec6e..07dc817 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 96ce294..e0eda04 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 37fda24..c1ea822 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 e059848..fa0f64a 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 d3d5984..31a2a62 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 388be7b..ccd654f 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 08d76a8..d189a0e 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 12a6206..700ad21 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 508e8dd..d991ab8 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 0073a89..10567c8 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 41c348b..bb12fb4 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 5490c76..a98bbb6 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 8058f60..42d985c 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 588b996..e845d24 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 55a7bad..359c926 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 b6f7d05..55f8744 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 1fcb4ec..54a2b38 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 74c1d2a..b4b9156 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 5cc9e32..a81302d 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 bc0090b..236a427 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 dfd4045..f43d7c5 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 722fc35..1ab883c 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 557c5fe..f98f67d 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 24cf993..7a4bd36 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 3698856..d6599a3 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 bb541a9..71c06a7 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 5fc2eff..350a1f0 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 8edd2df..f2004e8 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 7986419..43ef92d 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 f5b33e8..1822b8b 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 9c0b8f7..8ccb66b 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 5c734a5..2a76e4e 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 1012db7..117a7bc 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 7505f30..53c63bc 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 ad7c5b1..3721ff8 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 55df7c4..998603e 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 6de0b7c..bd205cd 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 827d274..134a588 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 58038d8..ec29456 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 cc003af..11954b4 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 05b3a7a..4bf30f1 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 c649aae..feabfe0 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 4e9b52e..fd8068f 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 1522e73..b0fd994 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 aecd866..0cd439b 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 7f1ec0b..33cb66f 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 feec190..6fda8bc 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 e3c7186..daf3442 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 7797b9f..e63c69f 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 363bbba..06edcfb 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 9347ba2..2da9250 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 715557a..ef287fd 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 2d73ee0..9296447 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 a12ca64..00e7e39 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 fc94a39..c8d4c85 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 7554344..f225eeb 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 b2d644b..85530cd 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 bd2d9a8..039a0d1 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 136b76c..a562c5c 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 2a55926..d8cbb72 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 ffba855..3461222 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 c71135d..362f0e0 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 a5b1a9c..f2ec654 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 3bbe29e..05e9b34 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 a38c355..39bc691 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 1fe96df..3bdc72d 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 2dc50fd..a3867dd 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 7c2ab30..a7de9e3 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 a139204..5c1856e 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 28e23da..bdd8980 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 aabfbbd..881b87f 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 8492cae..7836e93 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 2944f82..9e1e785 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 475f776..d89bea7 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 5fbdf16..7df2b08 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 2bee506..64e5c5f 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 c823ebf..66ed58f 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 3f5542e..f564ae2 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 1720181..0410833 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 b6c575d..d8ddd2d 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 7e452a4..f3309b0 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 742e19a..d92b19d 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 8c0e59e..45cd8fe 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 25bfb82..b6129b2 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 2e12a05..a08d443 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