IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Add a SPDX header with the correct license to every file and use
year-less copyright, which is covered by the Berne Convention [0] and
other projects use this simpler approach nowadays too, e.g. curl [1].
For the contributors use a more general statement, as it's hard to
get a 100% complete list for each file, and that should be fine
w.r.t. CLA signed too. If somebody complains we can still check on
this more closely and maybe play Sherlock, but lets hope we can
invest our time better - for a more complete view see the git log.
[0]: https://en.wikipedia.org/wiki/Berne_Convention
[1]: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Run `make do_update` to normalize the PO file, mostly re-ordering
stuff by their occurrences in the POT files.
The effective content should be untouched, as the diffstat confirms:
> 7248 insertions(+), 7248 deletions(-)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>