Skip to content

Commit

Permalink
Pushing License (#528)
Browse files Browse the repository at this point in the history
* adding License file

* Incremented patch version

---------

Co-authored-by: nadeemyaseen-rs <[email protected]>
  • Loading branch information
nadeemyaseen-rs and nadeemyaseen-rs authored Jan 16, 2024
1 parent a64db97 commit ada6d71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)


set(VERSION_PATCH 271)
set(VERSION_PATCH 272)


project(yosys_verific_rs)
Expand Down
15 changes: 15 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Copyright (c) 2023 Rapid Silicon Inc.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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 <http://www.gnu.org/licenses/>.

0 comments on commit ada6d71

Please sign in to comment.