diff options
author | Harald Hoyer <harald@redhat.com> | 2013-08-16 11:00:21 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-08-16 11:00:21 +0200 |
commit | 8f53670cc5fc37678d06116b0b0dd979421d5495 (patch) | |
tree | c6363ed3f6f761ad2cd1e6d892d0bce335eaab32 | |
parent | f071d5574cfbb897e901573412cba730229cc3c8 (diff) | |
download | dracut-8f53670cc5fc37678d06116b0b0dd979421d5495.tar.gz dracut-8f53670cc5fc37678d06116b0b0dd979421d5495.tar.bz2 dracut-8f53670cc5fc37678d06116b0b0dd979421d5495.zip |
dracut.spec: correct License string
-rw-r--r-- | dracut.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dracut.spec b/dracut.spec index 6e3e3567..87340d7a 100644 --- a/dracut.spec +++ b/dracut.spec @@ -21,8 +21,8 @@ Group: System/Base %endif # The entire source code is GPLv2+ -# except install/* which is LGPLv2.1+ -License: GPLv2+ and LGPLv2.1+ +# except install/* which is LGPLv2+ +License: GPLv2+ and LGPLv2+ URL: https://dracut.wiki.kernel.org/ |