add AUTHORS #77
| @@ -1,5 +1,5 @@ | |||||||
| # ALR - Any Linux Repository | # 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 | # This program is free software: you can redistribute it and/or modify | ||||||
| # it under the terms of the GNU General Public License as published by | # it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
							
								
								
									
										118
									
								
								.goreleaser.yaml
									
									
									
									
									
								
							
							
						
						
									
										118
									
								
								.goreleaser.yaml
									
									
									
									
									
								
							| @@ -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 <http://www.gnu.org/licenses/>. |  | ||||||
|  |  | ||||||
| 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: 'Евгений Храмов <xpamych@yandex.ru>' |  | ||||||
|     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: |  | ||||||
|       - 'Евгений Храмов <xpamych@yandex.ru>' |  | ||||||
|     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 |  | ||||||
| @@ -1,5 +1,5 @@ | |||||||
| # ALR - Any Linux Repository | # 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 | # This program is free software: you can redistribute it and/or modify | ||||||
| # it under the terms of the GNU General Public License as published by | # it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -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 <http://www.gnu.org/licenses/>. |  | ||||||
|  |  | ||||||
| platform: linux/amd64 |  | ||||||
| pipeline: |  | ||||||
|   release: |  | ||||||
|     image: goreleaser/goreleaser |  | ||||||
|     commands: |  | ||||||
|       - goreleaser release |  | ||||||
|     secrets: [ gitea_token, aur_key ] |  | ||||||
|     when: |  | ||||||
|       event: tag |  | ||||||
							
								
								
									
										4
									
								
								build.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build.go
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								fix.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								fix.go
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								gen.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								gen.go
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								info.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								info.go
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | 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 | 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 | This program is free software: you can redistribute it and/or modify | ||||||
| it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								list.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								list.go
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								main.go
									
									
									
									
									
								
							| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| # This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | # 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 | # 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 | # This program is free software: you can redistribute it and/or modify | ||||||
| # it under the terms of the GNU General Public License as published by | # it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,8 +1,8 @@ | |||||||
| // This file was originally part of the project "LURE - Linux User REpository", created by Elara Musayelyan. | // 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 | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| // ALR - Any Linux Repository | // 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 | // This program is free software: you can redistribute it and/or modify | ||||||
| // it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user