diff --git a/Makefile b/Makefile index 020636840bd1a..88e12a3deeeb2 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 93d05b901b355..bae9113e1ebd0 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/blackparrot b/generators/blackparrot index e28a059e1b2e8..615254a97a658 100755 --- a/generators/blackparrot +++ b/generators/blackparrot @@ -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/earlgrey b/generators/earlgrey index 11cc623151a30..5ab8e19a55475 100755 --- a/generators/earlgrey +++ b/generators/earlgrey @@ -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/fx68k b/generators/fx68k index 3d16a2701ff4f..8ec1fd5039d3c 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/ibex b/generators/ibex index 74788ee81c4c6..06ce59fdfe045 100755 --- a/generators/ibex +++ b/generators/ibex @@ -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/ivtest b/generators/ivtest index ec416f638c8a7..b0e79643ec817 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 247532ccf040b..102a8e974349e 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..ee6fc14593cac 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..e735ec467ba80 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 2b71ab75a0e96..bcad13774a3d3 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..0e35ad90c0d23 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 17c6a28381fc6..3a8263178c80f 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/uvm b/generators/uvm index 0660069a03b63..aeb9e50b6a4c9 100755 --- a/generators/uvm +++ b/generators/uvm @@ -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/yosys_hana b/generators/yosys_hana index 8ee915118ccc5..9808e93c2da5c 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 73cb85940f02c..51680c585b614 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 1bc1453d81574..6e2ea6ee0391a 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 argparse import logging diff --git a/tools/feature-analyzer b/tools/feature-analyzer index db879bf44dcfc..183945de28c4d 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..1038f21387267 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 b53ddac6cd32b..1c56934ca72b0 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 219e0bfa82859..ef27decb16fa5 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 := third_party/tools diff --git a/tools/runners/Icarus.py b/tools/runners/Icarus.py index 87e0ac958a418..64668c274ac38 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..b49ebeb070ac5 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 88d604cdf630d..2c3dfdc24caff 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..9aaccdbd67ecf 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..811882f899cc4 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 7f6e3f368c67d..5125f2822bf56 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 78b7bc0551480..908b0b2dbf0e6 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 b0cc3c16b158b..f3ce2bb127622 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..2aa87a4f40b7e 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 185e822fbdba6..d20a1fc5e0f16 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..69b049ee49764 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..e8e6efd59fc96 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 d6e07f6026239..1a7dea611c523 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