mirror of
https://codeberg.org/librecell/lctime
synced 2026-05-31 00:15:16 +08:00
towards REUSE compliance, upgrade to REUSE.toml
This commit is contained in:
17
.reuse/dep5
17
.reuse/dep5
@@ -1,17 +0,0 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: lctime
|
||||
Upstream-Contact: Thomas Kramer <code@tkramer.ch>
|
||||
Source: https://codeberg.org/librecell/lctime
|
||||
|
||||
# FreePDK45
|
||||
Files: test_data/freepdk45/*
|
||||
Copyright: 2007 W. Rhett Davis, Paul Franzon, Michael Bucher, and Sunil Basavarajaiah, North Carolina State University
|
||||
Copyright: 2008 W. Rhett Davis, Michael Bucher, and Sunil Basavarajaiah, North Carolina State University (ncsu_basekit subtree), James Stine, and Ivan Castellanos, and Oklahoma State University (osu_soc subtree)
|
||||
Copyright: 2011 W. Rhett Davis, and Harun Demircioglu, North Carolina State University
|
||||
License: Apache-2.0
|
||||
|
||||
# Sample paragraph, commented out:
|
||||
#
|
||||
# Files: src/*
|
||||
# Copyright: $YEAR $NAME <$CONTACT>
|
||||
# License: ...
|
||||
10
REUSE.toml
Normal file
10
REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
SPDX-PackageName = "lctime"
|
||||
SPDX-PackageSupplier = "Thomas Kramer <code@tkramer.ch>"
|
||||
SPDX-PackageDownloadLocation = "https://codeberg.org/librecell/lctime"
|
||||
|
||||
[[annotations]]
|
||||
path = "test_data/freepdk45/**"
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "2007 W. Rhett Davis, Paul Franzon, Michael Bucher, and Sunil Basavarajaiah, North Carolina State University, 2008 W. Rhett Davis, Michael Bucher, and Sunil Basavarajaiah, North Carolina State University (ncsu_basekit subtree), James Stine, and Ivan Castellanos, and Oklahoma State University (osu_soc subtree), 2011 W. Rhett Davis, and Harun Demircioglu, North Carolina State University"
|
||||
SPDX-License-Identifier = "Apache-2.0"
|
||||
@@ -1,3 +1,8 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2025 Tholin
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
# Skywater Foundries 130nm OpenPDK Examples
|
||||
|
||||
Source: [sky130_as_sc_hs](https://github.com/AvalonSemiconductors/sky130_as_sc_hs)
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2025 Thomas Kramer <code@tkramer.ch>
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
from .util import CellConfig, CharacterizationConfig
|
||||
from .ngspice_subprocess import run_simulation
|
||||
from ..lccommon.net_util import get_subcircuit_ports
|
||||
|
||||
Reference in New Issue
Block a user