Skip to content

Commit

Permalink
Merge pull request #59 from daniellimws/license-headers
Browse files Browse the repository at this point in the history
Add license headers to setup.py and docs/conf.py
  • Loading branch information
mithro authored Apr 20, 2020
2 parents b54280a + 1460094 commit 6cca89c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# 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
#
# SPDX-License-Identifier: ISC
#
# SymbiFlow V2X documentation build configuration file, created by
# sphinx-quickstart on Mon Feb 5 11:04:37 2018.
#
Expand Down
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# 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
#
# SPDX-License-Identifier: ISC

import setuptools

with open("README.rst", "r") as fh:
Expand Down

0 comments on commit 6cca89c

Please sign in to comment.