Skip to content

Commit d74fdc3

Browse files
committed
Change license headers to shorter version and add spdx identifier
Signed-off-by: Daniel Lim Wee Soong <[email protected]>
1 parent a832339 commit d74fdc3

File tree

3 files changed

+12
-32
lines changed

3 files changed

+12
-32
lines changed

v2x/lib/argparse_extra.py

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22

33
# Copyright (C) 2020 The SymbiFlow Authors.
44
#
5-
# Permission to use, copy, modify, and/or distribute this software for any
6-
# purpose with or without fee is hereby granted, provided that the above
7-
# copyright notice and this permission notice appear in all copies.
5+
# Use of this source code is governed by a ISC-style
6+
# license that can be found in the LICENSE file or at
7+
# https://opensource.org/licenses/ISC
88
#
9-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9+
# SPDX-License-Identifier: ISC
1610

1711
import argparse
1812

v2x/lib/asserts.py

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,11 @@
22

33
# Copyright (C) 2020 The SymbiFlow Authors.
44
#
5-
# Permission to use, copy, modify, and/or distribute this software for any
6-
# purpose with or without fee is hereby granted, provided that the above
7-
# copyright notice and this permission notice appear in all copies.
5+
# Use of this source code is governed by a ISC-style
6+
# license that can be found in the LICENSE file or at
7+
# https://opensource.org/licenses/ISC
88
#
9-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16-
#
17-
# SPDX-License-Identifier: ISC
9+
# SPDX-License-Identifier: ISC
1810

1911

2012
def __safe_call(f, a):

v2x/lib/mux.py

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22

33
# Copyright (C) 2020 The SymbiFlow Authors.
44
#
5-
# Permission to use, copy, modify, and/or distribute this software for any
6-
# purpose with or without fee is hereby granted, provided that the above
7-
# copyright notice and this permission notice appear in all copies.
5+
# Use of this source code is governed by a ISC-style
6+
# license that can be found in the LICENSE file or at
7+
# https://opensource.org/licenses/ISC
88
#
9-
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10-
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11-
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12-
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13-
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14-
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15-
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9+
# SPDX-License-Identifier: ISC
1610

1711
import lxml.etree as ET
1812
from enum import Enum

0 commit comments

Comments
 (0)