diff --git a/.golangci.yml b/.golangci.yml
index 5682194..41424f0 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,5 +1,5 @@
# ALR - Any Linux Repository
-# Copyright (C) 2025 Евгений Храмов
+# Copyright (C) 2025 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..14f4d24 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 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..4ad3f6b 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..fc94099 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 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..119c48e 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 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..9f188ce 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 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..70fa9e2 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 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..c67a9c9 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 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..55c87cb 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 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..6f72fb0 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 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..95d2a6b 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 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..86ab6e8 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 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..c0d8fa3 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 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..044adea 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 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..ed06345 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 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..56964d7 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..3f9b58f 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..913f99e 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..0d79c64 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..f7adbb2 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..3e5d314 100644
--- a/internal.go
+++ b/internal.go
@@ -1,5 +1,5 @@
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..5bff627 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 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..cc05d37 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..cafa178 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 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..96d7e32 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 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..c3f5d12 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..21d5b42 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..ee6767d 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..46c9d4f 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 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..9787214 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..42fb5a8 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..65933cb 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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
@@ -59,7 +59,7 @@ var testPkg = db.Package{
}),
Maintainer: db.NewJSON(map[string]string{
"en": "Evgeniy Khramov ",
- "ru": "Евгений Храмов ",
+ "ru": "ALR Authors ",
}),
Architectures: db.NewJSON([]string{"arm64", "amd64"}),
Licenses: db.NewJSON([]string{"GPL-3.0-or-later"}),
diff --git a/internal/db/json.go b/internal/db/json.go
index 58c7645..f4576b7 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 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..40fff10 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 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..c0b1b1a 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..c099f4b 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 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..ef898a2 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..0937488 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..7503353 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 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..d930e30 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..e2441ae 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..8761a6d 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..6d6989c 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 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..cb9ab2a 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 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..fa576c6 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 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..08bd61e 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..7d2d1d0 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..4daf9ca 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..a02a8e8 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..7764270 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..306d059 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..569f48b 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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
@@ -59,7 +59,7 @@ const testScript = `
epoch=2
desc="Test package"
homepage='https://gitea.plemya-x.ru/xpamych/ALR'
- maintainer='Евгений Храмов '
+ maintainer='ALR Authors '
architectures=('arm64' 'amd64')
license=('GPL-3.0-or-later')
provides=('test')
@@ -119,7 +119,7 @@ func TestDecodeVars(t *testing.T) {
Epoch: 2,
Description: "Test package",
Homepage: "https://gitea.plemya-x.ru/xpamych/ALR",
- Maintainer: "Евгений Храмов ",
+ Maintainer: "ALR Authors ",
Architectures: []string{"arm64", "amd64"},
Licenses: []string{"GPL-3.0-or-later"},
Provides: []string{"test"},
@@ -142,7 +142,7 @@ func TestDecodeVarsMissing(t *testing.T) {
epoch=2
desc="Test package"
homepage='https://gitea.plemya-x.ru/xpamych/ALR'
- maintainer='Евгений Храмов '
+ maintainer='ALR Authors '
architectures=('arm64' 'amd64')
license=('GPL-3.0-or-later')
provides=('test')
diff --git a/internal/shutils/handlers/exec.go b/internal/shutils/handlers/exec.go
index 74c1d2a..4d5f5dc 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..17d9ed8 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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
@@ -39,7 +39,7 @@ const testScript = `
epoch=2
desc="Test package"
homepage='https://gitea.plemya-x.ru/xpamych/ALR'
- maintainer='Евгений Храмов '
+ maintainer='ALR Authors '
architectures=('arm64' 'amd64')
license=('GPL-3.0-or-later')
provides=('test')
diff --git a/internal/shutils/handlers/fakeroot.go b/internal/shutils/handlers/fakeroot.go
index bc0090b..0d7fd2e 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..11a2729 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..fe455a9 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..8379648 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..a4cceb2 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..11a9685 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 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..984f757 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..f8b4f12 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..c089e49 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..0a342cc 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..511971b 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 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..7f80cfd 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 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..d3fc334 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 ALR Authors.
ALR - Any Linux Repository
-Copyright (C) {{ .Year }} Евгений Храмов
+Copyright (C) {{ .Year }} 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.tmpl b/license-header.tmpl
index 367a718..8deab58 100644
--- a/license-header.tmpl
+++ b/license-header.tmpl
@@ -1,5 +1,5 @@
ALR - Any Linux Repository
-Copyright (C) {{ .Year }} Евгений Храмов
+Copyright (C) {{ .Year }} 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..d775f5b 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..e925148 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..801a061 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..4a14717 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 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..c9d0fb7 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 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..0aa30e9 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 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..68f94f6 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 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..cbc942e 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 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..d391a3b 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 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..31dac0c 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 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..d8d376c 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 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..30a53dc 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 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..c080c89 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 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..0a3e368 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 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..7f9c583 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 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..38fad37 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 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..a3c9884 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 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..828e66b 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 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..d684622 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 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..01a9b43 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 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..a7f4e5f 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 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..313448d 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 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..79f24a4 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..275c070 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..8c32378 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..45ee1a9 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 ALR Authors.
#
# ALR - Any Linux Repository
-# Copyright (C) 2025 Евгений Храмов
+# Copyright (C) 2025 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..85098a6 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..f23db3a 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..517f0ed 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 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..17c26ad 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 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..7d3c8a7 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 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..8f1333b 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..ebf22a3 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..a6b0dfe 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..4a30c4a 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..6bcde86 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..a5edbd9 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..e69db67 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..167ebca 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..da8f652 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 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..9bd5a40 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..7fe7fee 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 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..e2b7f63 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 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..4309aac 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..8243609 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 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..cfaf8bb 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 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..79e7a99 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..feda025 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 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..2307a02 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 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..ffd2012 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 ALR Authors.
#
# ALR - Any Linux Repository
-# Copyright (C) 2025 Евгений Храмов
+# Copyright (C) 2025 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..2c19a28 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 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..eb78f0d 100644
--- a/search.go
+++ b/search.go
@@ -1,5 +1,5 @@
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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..3d9cb6c 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 ALR Authors.
//
// ALR - Any Linux Repository
-// Copyright (C) 2025 Евгений Храмов
+// Copyright (C) 2025 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