From 33aa5394218919202dd456498211c714b5226329 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 2 Feb 2023 14:43:54 -0700 Subject: [PATCH] doc original file Signed-off-by: James Cherry --- cmake/FindTCL.cmake | 1 + src/Exception.i | 1 + test/regression | 1 + test/regression.tcl | 1 + test/regression_vars.tcl | 1 + test/save_ok | 1 + 6 files changed, 6 insertions(+) diff --git a/cmake/FindTCL.cmake b/cmake/FindTCL.cmake index 2d385a41a07..a76cf37a462 100644 --- a/cmake/FindTCL.cmake +++ b/cmake/FindTCL.cmake @@ -1,3 +1,4 @@ +# Copied from OpenSTA/cmake/FindTCL.cmake # Copyright (c) 2021, Parallax Software, Inc. # # This program is free software: you can redistribute it and/or modify diff --git a/src/Exception.i b/src/Exception.i index ba646af22a4..9af385463d5 100644 --- a/src/Exception.i +++ b/src/Exception.i @@ -1,3 +1,4 @@ +// Copied from OpenSTA/tcl/Exception.i // Copyright (c) 2021, Parallax Software, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/test/regression b/test/regression index 462180a95df..9ec98ab0087 100755 --- a/test/regression +++ b/test/regression @@ -2,6 +2,7 @@ # The next line is executed by /bin/sh, but not Tcl \ exec tclsh $0 ${1+"$@"} +# Copied from OpenSTA/test/regression # Copyright (c) 2021, Parallax Software, Inc. # # This program is free software: you can redistribute it and/or modify diff --git a/test/regression.tcl b/test/regression.tcl index b8943e0fa7b..888574f42e3 100755 --- a/test/regression.tcl +++ b/test/regression.tcl @@ -1,3 +1,4 @@ +# Copied from OpenSTA/test/regression.tcl # Copyright (c) 2021, Parallax Software, Inc. # # This program is free software: you can redistribute it and/or modify diff --git a/test/regression_vars.tcl b/test/regression_vars.tcl index b3e3f5298a1..9317e9bc621 100644 --- a/test/regression_vars.tcl +++ b/test/regression_vars.tcl @@ -1,3 +1,4 @@ +# Copied from OpenSTA/test/regression_vars.tcl # Copyright (c) 2021, Parallax Software, Inc. # # This program is free software: you can redistribute it and/or modify diff --git a/test/save_ok b/test/save_ok index f42b66d4014..67b4b9ddc5b 100755 --- a/test/save_ok +++ b/test/save_ok @@ -2,6 +2,7 @@ # The next line is executed by /bin/sh, but not Tcl \ exec tclsh $0 ${1+"$@"} +# Copied from OpenSTA/test/save_ok # Copyright (c) 2021, Parallax Software, Inc. # # This program is free software: you can redistribute it and/or modify