mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 17:28:57 +02:00
mv copyright to top in swig files
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
%module parasitics
|
||||
|
||||
%{
|
||||
|
||||
// OpenSTA, Static Timing Analyzer
|
||||
// Copyright (c) 2024, Parallax Software, Inc.
|
||||
//
|
||||
@@ -18,6 +14,9 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
%module parasitics
|
||||
|
||||
%{
|
||||
#include "Sta.hh"
|
||||
|
||||
using sta::Sta;
|
||||
|
||||
Reference in New Issue
Block a user