mv copyright to top in swig files

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2024-07-24 09:04:08 -07:00
parent bd42dc5596
commit 5e855dd989
10 changed files with 43 additions and 37 deletions
+3 -4
View File
@@ -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;