copyright

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-06-04 08:16:36 -07:00
parent 977641d4b6
commit 15b1084e96
5 changed files with 70 additions and 30 deletions

View File

@ -1,10 +1,18 @@
// Parallax Static Timing Analyzer // OpenSTA, Static Timing Analyzer
// Copyright (c) 2019, Parallax Software, Inc. // Copyright (c) 2022, Parallax Software, Inc.
// All rights reserved.
// //
// No part of this document may be copied, transmitted or // This program is free software: you can redistribute it and/or modify
// disclosed in any form or fashion without the express // it under the terms of the GNU General Public License as published by
// written consent of Parallax Software, Inc. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@ -1,10 +1,18 @@
// Parallax Static Timing Analyzer // OpenSTA, Static Timing Analyzer
// Copyright (c) 2019, Parallax Software, Inc. // Copyright (c) 2022, Parallax Software, Inc.
// All rights reserved.
// //
// No part of this document may be copied, transmitted or // This program is free software: you can redistribute it and/or modify
// disclosed in any form or fashion without the express // it under the terms of the GNU General Public License as published by
// written consent of Parallax Software, Inc. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@ -1,10 +1,18 @@
// Parallax Static Timing Analyzer // OpenSTA, Static Timing Analyzer
// Copyright (c) 2019, Parallax Software, Inc. // Copyright (c) 2022, Parallax Software, Inc.
// All rights reserved.
// //
// No part of this document may be copied, transmitted or // This program is free software: you can redistribute it and/or modify
// disclosed in any form or fashion without the express // it under the terms of the GNU General Public License as published by
// written consent of Parallax Software, Inc. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@ -1,10 +1,18 @@
// Parallax Static Timing Analyzer // OpenSTA, Static Timing Analyzer
// Copyright (c) 2019, Parallax Software, Inc. // Copyright (c) 2022, Parallax Software, Inc.
// All rights reserved.
// //
// No part of this document may be copied, transmitted or // This program is free software: you can redistribute it and/or modify
// disclosed in any form or fashion without the express // it under the terms of the GNU General Public License as published by
// written consent of Parallax Software, Inc. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once #pragma once

View File

@ -1,10 +1,18 @@
// Parallax Static Timing Analyzer // OpenSTA, Static Timing Analyzer
// Copyright (c) 2021, Parallax Software, Inc. // Copyright (c) 2022, Parallax Software, Inc.
// All rights reserved.
// //
// No part of this document may be copied, transmitted or // This program is free software: you can redistribute it and/or modify
// disclosed in any form or fashion without the express // it under the terms of the GNU General Public License as published by
// written consent of Parallax Software, Inc. // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "Machine.hh" #include "Machine.hh"