diff options
Diffstat (limited to 'scripts/crosstap')
-rwxr-xr-x | scripts/crosstap | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/crosstap b/scripts/crosstap index e33fa4ad46..40856bc208 100755 --- a/scripts/crosstap +++ b/scripts/crosstap | |||
@@ -17,20 +17,9 @@ | |||
17 | # related to kernel. | 17 | # related to kernel. |
18 | # | 18 | # |
19 | # Copyright (c) 2018, Cisco Systems. | 19 | # Copyright (c) 2018, Cisco Systems. |
20 | # All rights reserved. | ||
21 | # | 20 | # |
22 | # This program is free software; you can redistribute it and/or modify | 21 | # SPDX-License-Identifier: GPL-2.0-only |
23 | # it under the terms of the GNU General Public License version 2 as | ||
24 | # published by the Free Software Foundation. | ||
25 | # | 22 | # |
26 | # This program is distributed in the hope that it will be useful, | ||
27 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
28 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
29 | # See the GNU General Public License for more details. | ||
30 | # | ||
31 | # You should have received a copy of the GNU General Public License | ||
32 | # along with this program; if not, write to the Free Software | ||
33 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
34 | 23 | ||
35 | import sys | 24 | import sys |
36 | import re | 25 | import re |