diff --git a/Makefile b/Makefile index 64cd0b4b4488c..6660264c4144e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + all: report OUT_DIR ?= ./out/ diff --git a/generators/ariane b/generators/ariane index 2dfe5269096cc..fd57aca6cc5cd 100755 --- a/generators/ariane +++ b/generators/ariane @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import sys import os diff --git a/generators/black-parrot b/generators/black-parrot index dea2390e3e8f9..996cd07573285 100755 --- a/generators/black-parrot +++ b/generators/black-parrot @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import re import sys diff --git a/generators/easyUVM b/generators/easyUVM index 22c24edaf9f94..5dd21c596b77f 100755 --- a/generators/easyUVM +++ b/generators/easyUVM @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import yaml diff --git a/generators/fx68k b/generators/fx68k index 3d16a2701ff4f..ec3883021850e 100755 --- a/generators/fx68k +++ b/generators/fx68k @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys diff --git a/generators/ivtest b/generators/ivtest index 86427ae98045c..8c3eba5ab6655 100755 --- a/generators/ivtest +++ b/generators/ivtest @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import re import os import sys diff --git a/generators/path_generator b/generators/path_generator index 35f1f99ff1a87..4df50c6c86892 100755 --- a/generators/path_generator +++ b/generators/path_generator @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import json diff --git a/generators/rsd b/generators/rsd index 9313e6bd3010b..ebc3c4aad18f7 100755 --- a/generators/rsd +++ b/generators/rsd @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import glob diff --git a/generators/scr1 b/generators/scr1 index 5185a0398eda5..3412d09c87efe 100755 --- a/generators/scr1 +++ b/generators/scr1 @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys diff --git a/generators/swerv b/generators/swerv index 8687f6bebf794..18be144defbaf 100755 --- a/generators/swerv +++ b/generators/swerv @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys diff --git a/generators/taiga b/generators/taiga index 2321b5844cc0f..25eb472c8079b 100755 --- a/generators/taiga +++ b/generators/taiga @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import glob diff --git a/generators/template_generator b/generators/template_generator index d07f2e84a0046..ce22fed15f038 100755 --- a/generators/template_generator +++ b/generators/template_generator @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import json diff --git a/generators/yosys_hana b/generators/yosys_hana index 8ee915118ccc5..542cb62ae38a4 100755 --- a/generators/yosys_hana +++ b/generators/yosys_hana @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import glob diff --git a/tools/BaseRunner.py b/tools/BaseRunner.py index e32e18d4b0fa1..49409ce1ade5d 100644 --- a/tools/BaseRunner.py +++ b/tools/BaseRunner.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import psutil import resource import shutil diff --git a/tools/check-runners b/tools/check-runners index 976b84b35fc9b..2af6e6180a5a2 100755 --- a/tools/check-runners +++ b/tools/check-runners @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import argparse diff --git a/tools/feature-analyzer b/tools/feature-analyzer index db879bf44dcfc..ac0c0ad8a43a6 100755 --- a/tools/feature-analyzer +++ b/tools/feature-analyzer @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import re import os import yaml diff --git a/tools/logparser.py b/tools/logparser.py index fce8d8bfe9f36..6dba42c8b384e 100644 --- a/tools/logparser.py +++ b/tools/logparser.py @@ -1,3 +1,11 @@ +#!/usr/bin/env python3 + +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import re diff --git a/tools/runner b/tools/runner index e9cb100863aeb..bbb8a6799eeef 100755 --- a/tools/runner +++ b/tools/runner @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import re import sys diff --git a/tools/runners.mk b/tools/runners.mk index 3ca402871a873..f3e3d6c38eb12 100644 --- a/tools/runners.mk +++ b/tools/runners.mk @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + INSTALL_DIR := $(abspath $(OUT_DIR)/runners/) RDIR := $(abspath third_party/tools) diff --git a/tools/runners/Icarus.py b/tools/runners/Icarus.py index 1885da74bd98b..1fc43f884a5a0 100644 --- a/tools/runners/Icarus.py +++ b/tools/runners/Icarus.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner import os diff --git a/tools/runners/Odin.py b/tools/runners/Odin.py index d369604b43835..57ae068d3d039 100644 --- a/tools/runners/Odin.py +++ b/tools/runners/Odin.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner diff --git a/tools/runners/Slang.py b/tools/runners/Slang.py index 1c5121177af58..1ecd98ad5fcc5 100644 --- a/tools/runners/Slang.py +++ b/tools/runners/Slang.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner diff --git a/tools/runners/Surelog.py b/tools/runners/Surelog.py index d7eafea49a9c3..eee32b9d8a80c 100644 --- a/tools/runners/Surelog.py +++ b/tools/runners/Surelog.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner diff --git a/tools/runners/Sv2v_zachjs.py b/tools/runners/Sv2v_zachjs.py index 3c2a1541cf7bc..2285aed3aff33 100644 --- a/tools/runners/Sv2v_zachjs.py +++ b/tools/runners/Sv2v_zachjs.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner diff --git a/tools/runners/Verible.py b/tools/runners/Verible.py index d92bfda37fd06..0c948f38c0ab1 100644 --- a/tools/runners/Verible.py +++ b/tools/runners/Verible.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner diff --git a/tools/runners/Verilator.py b/tools/runners/Verilator.py index 7f1efb260eaf5..6f822cf40755e 100644 --- a/tools/runners/Verilator.py +++ b/tools/runners/Verilator.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import shutil diff --git a/tools/runners/Yosys.py b/tools/runners/Yosys.py index 214f60d57e8f0..f4fff9b41830a 100644 --- a/tools/runners/Yosys.py +++ b/tools/runners/Yosys.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os from BaseRunner import BaseRunner diff --git a/tools/runners/moore.py b/tools/runners/moore.py index 491193fbc948b..cdc701b0cb815 100644 --- a/tools/runners/moore.py +++ b/tools/runners/moore.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import re from BaseRunner import BaseRunner diff --git a/tools/runners/moore_parse.py b/tools/runners/moore_parse.py index 5f7f1033e94b5..ddac6e406c276 100644 --- a/tools/runners/moore_parse.py +++ b/tools/runners/moore_parse.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from runners.moore import moore diff --git a/tools/runners/sv_parser.py b/tools/runners/sv_parser.py index 41434e6939049..d3c8831e34e83 100644 --- a/tools/runners/sv_parser.py +++ b/tools/runners/sv_parser.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from BaseRunner import BaseRunner diff --git a/tools/runners/tree_sitter_verilog.py b/tools/runners/tree_sitter_verilog.py index 0e97802cd875a..73846c48dab56 100644 --- a/tools/runners/tree_sitter_verilog.py +++ b/tools/runners/tree_sitter_verilog.py @@ -1,3 +1,9 @@ +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + import os import sys import resource diff --git a/tools/sv-report b/tools/sv-report index 222dd85c8b8b7..17fa300ef5cec 100755 --- a/tools/sv-report +++ b/tools/sv-report @@ -1,5 +1,11 @@ #!/usr/bin/env python3 +# Copyright (C) 2020 The SymbiFlow Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC + from pygments.formatters import HtmlFormatter from pygments import lexers, highlight import multiprocessing