Browse Source

Fix License: field

The LICENSE text apears to be "3-clause BSD", and this BSD variant is
under `BSD`:

    https://fedoraproject.org/wiki/Licensing:BSD?rd=Licensing/BSD#3ClauseBSD
Alois Mahdal 5 years ago
parent
commit
6357c2da70
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ydiff.spec.in

+ 1
- 1
ydiff.spec.in View File

@@ -3,7 +3,7 @@ Version:    __APP_VERSION__
3 3
 Release:    __APP_RELEASE__%{?dist}
4 4
 Summary:    View colored, incremental diff
5 5
 URL:        https://github.com/ymattw/ydiff
6
-License:    BSD-3
6
+License:    BSD
7 7
 Source0:    __APP_URLBASE__/archive/%{version}/%{name}-%{version}.tar.gz
8 8
 BuildRequires: python2-devel
9 9
 BuildArch: noarch