diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2015-01-20 22:00:24 -0500 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2015-01-21 07:34:36 +0000 |
commit | 46fabdcdf318f70442ff01d919355ca76bcb686d (patch) | |
tree | 4dd6c45757ad247277bf124ff0dd3ef948f9be2e /packaging/rpm/SPECS/wireshark.spec.in | |
parent | bc862577509b5b14e5fc2413425b7b0b09f17828 (diff) | |
download | wireshark-46fabdcdf318f70442ff01d919355ca76bcb686d.tar.gz wireshark-46fabdcdf318f70442ff01d919355ca76bcb686d.tar.bz2 wireshark-46fabdcdf318f70442ff01d919355ca76bcb686d.zip |
Make the license tag in the RPM more specific: Wireshark is GPLv2+.
Change-Id: I82de1bc4ffcb1e962b1a35dc58aaa87aca04ed5e
Reviewed-on: https://code.wireshark.org/review/6701
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/rpm/SPECS/wireshark.spec.in')
-rw-r--r-- | packaging/rpm/SPECS/wireshark.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index e67ea9bad7..f3ff7b360d 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -27,7 +27,7 @@ Summary: Wireshark is the world's foremost protocol analyzer Name: wireshark Version: @VERSION@ Release: 1 -License: GPL+ +License: GPLv2+ Group: Applications/Internet Source: https://wireshark.org/download/src/%{name}-%{version}.tar.bz2 # Or this URL for automated builds: |