Skip to content

Commit

Permalink
Add license headers to files
Browse files Browse the repository at this point in the history
Add a license header to all files, similar to what we did in FuseSoC.
  • Loading branch information
imphil authored and olofk committed Mar 27, 2021
1 parent 446736e commit b11b6db
Show file tree
Hide file tree
Showing 30 changed files with 117 additions and 0 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BSD 2-Clause License

Copyright edalize contributors
Copyright (c) 2018, Olof Kindgren
All rights reserved.

Expand Down
4 changes: 4 additions & 0 deletions edalize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

from importlib import import_module
from os.path import dirname
from pkgutil import walk_packages
Expand Down
4 changes: 4 additions & 0 deletions edalize/ascentlint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import re
import os
Expand Down
4 changes: 4 additions & 0 deletions edalize/diamond.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path
import sys
Expand Down
4 changes: 4 additions & 0 deletions edalize/edatool.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import argparse
from collections import OrderedDict
import os
Expand Down
4 changes: 4 additions & 0 deletions edalize/ghdl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path
from edalize.edatool import Edatool
Expand Down
4 changes: 4 additions & 0 deletions edalize/icarus.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/icestorm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os.path

from edalize.edatool import Edatool
Expand Down
4 changes: 4 additions & 0 deletions edalize/ise.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os.path

from edalize.edatool import Edatool
Expand Down
4 changes: 4 additions & 0 deletions edalize/isim.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/modelsim.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/morty.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/quartus.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path
import os
Expand Down
4 changes: 4 additions & 0 deletions edalize/radiant.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path

Expand Down
4 changes: 4 additions & 0 deletions edalize/rivierapro.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging
import sys
Expand Down
4 changes: 4 additions & 0 deletions edalize/spyglass.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import re
from collections import OrderedDict
Expand Down
4 changes: 4 additions & 0 deletions edalize/symbiflow.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path
import platform
Expand Down
4 changes: 4 additions & 0 deletions edalize/symbiyosys.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import re
import jinja2
Expand Down
4 changes: 4 additions & 0 deletions edalize/trellis.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os.path

from edalize.edatool import Edatool
Expand Down
4 changes: 4 additions & 0 deletions edalize/vcs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/veribleformat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import re
import os
Expand Down
4 changes: 4 additions & 0 deletions edalize/veriblelint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import re
import os
Expand Down
4 changes: 4 additions & 0 deletions edalize/verilator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import multiprocessing
import os
Expand Down
4 changes: 4 additions & 0 deletions edalize/vivado.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path
import platform
Expand Down
4 changes: 4 additions & 0 deletions edalize/vunit.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import sys
import logging
Expand Down
4 changes: 4 additions & 0 deletions edalize/vunit_hooks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

"""This module exports :class:`VUnitHooks` which can be used to implement advanced VUnit test cases."""

from vunit.ui import Library
Expand Down
4 changes: 4 additions & 0 deletions edalize/xcelium.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/xsim.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
import logging

Expand Down
4 changes: 4 additions & 0 deletions edalize/yosys.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import logging
import os.path

Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright edalize contributors
# Licensed under the 2-Clause BSD License, see LICENSE for details.
# SPDX-License-Identifier: BSD-2-Clause

import os
from setuptools import setup

Expand Down

0 comments on commit b11b6db

Please sign in to comment.