Skip to content

Commit 1ab0c7e

Browse files
committed
license: fix license tags
Bug-Url: svinota#347
1 parent f142ddc commit 1ab0c7e

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

Makefile

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
# Copyright (c) 2013-2016 Peter V. Saveliev
2-
#
3-
# This file is part of pyroute2 project.
1+
##
42
#
5-
# Pyroute2 is free software; you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation; either version 2 of the License, or
8-
# (at your option) any later version.
3+
# The pyroute2 project is dual licensed, see README.license.md for details
94
#
10-
# Pyroute2 is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
145
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with Pyroute2; if not, write to the Free Software
17-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
186

197
##
208
# Pyroute version and release

packages/RedHat/python-pyroute2.spec

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name: python-%{srcname}
77
Version: 0.4.13
88
Release: 1%{?dist}
99
Summary: %{sum}
10-
License: GPLv2+
10+
License: GPLv2+ or Apache-2.0
1111
Group: Development/Languages
1212
URL: https://github.com/svinota/%{srcname}
1313

@@ -69,11 +69,6 @@ IPQ.
6969
- ipdb: #322 -- IPv6 updates on interfaces in DOWN state
7070
- rtnl: #284 -- support vlan_flags
7171
- ipdb: #307 -- fix IPv6 routes management
72-
<<<<<<< Updated upstream
73-
= ipdb: #311 -- vlan interfaces address loading
74-
- iprsocket: #305 -- support NETLINK_LISTEN_ALL_NSID
75-
76-
=======
7772
- ipdb: #311 -- vlan interfaces address loading
7873
- iprsocket: #305 -- support NETLINK_LISTEN_ALL_NSID
7974

@@ -83,7 +78,6 @@ IPQ.
8378
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.10-2
8479
- Rebuild for Python 3.6
8580

86-
>>>>>>> Stashed changes
8781
* Fri Oct 14 2016 Peter V. Saveliev <peter@svinota.eu> 0.4.10-1
8882
- devlink fd leak fix
8983

0 commit comments

Comments
 (0)