summaryrefslogtreecommitdiffstats
path: root/catalog/systemd.ru.catalog.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
| | | | | | | | | | | | | | | | This part of the copyright blurb stems from the GPL use recommendations: https://www.gnu.org/licenses/gpl-howto.en.html The concept appears to originate in times where version control was per file, instead of per tree, and was a way to glue the files together. Ultimately, we nowadays don't live in that world anymore, and this information is entirely useless anyway, as people are very welcome to copy these files into any projects they like, and they shouldn't have to change bits that are part of our copyright header for that. hence, let's just get rid of this old cruft, and shorten our codebase a bit.
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* catalog: update Russian translation (#7678)Sergey Ptashnick2017-12-181-0/+21
| | | | | | Translated taint message. Also added a blank line before "Current system is tagged" for better visual separation between current system state and tags description.
* Add SPDX license identifiers to catalog and po filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* catalog,po: update Russian translation (#7041)Sergey Ptashnick2017-10-101-0/+17
|
* catalog: use https:// in URLsAsciiWolf2017-02-211-5/+5
|
* catalog: update Russian translation (#5232)Sergey Ptashnick2017-02-051-1/+26
|
* catalog: make support URL to show in shipped catalog entries configurable ↵Lennart Poettering2016-06-261-0/+354
(#3597) Let's allow distros to change the support URL to expose in catalog entries by default. It doesn't make sense to direct end-users to the upstream project for common errors. This adds a --with-support-url= switch to configure, which allows overriding the default at build-time. Fixes: #2516