asyncvlsi / AMC

AMC: Asynchronous Memory Compiler
http://avlsi.csl.yale.edu/act/doku.php?id=amc:start
GNU General Public License v2.0
45 stars 11 forks source link

Fixing the LICENSE detection #4

Closed mithro closed 5 years ago

mithro commented 5 years ago

There was a small modification to the LICENSE file,

diff --git a/LICENSE b/LICENSE
index 15f75cf..d159169 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
                        Version 2, June 1991

  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,

Run wget https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt -O LICENSE to fix it.

mguthaus commented 5 years ago

Since there is more than one license file (one under gdsMill too), the detection will fail. There are also parts of the code that are BSD and others that are GPL, so it isn't clear what the license is overall.

On Thu, Jul 18, 2019 at 7:02 AM Tim Ansell notifications@github.com wrote:

There was a small modification to the LICENSE file,

diff --git a/LICENSE b/LICENSE index 15f75cf..d159169 100644--- a/LICENSE+++ b/LICENSE@@ -1,4 +1,4 @@-GNU GENERAL PUBLIC LICENSE+ GNU GENERAL PUBLIC LICENSE Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc.,

Run wget https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt -O LICENSE to fix it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/asyncvlsi/AMC/issues/4?email_source=notifications&email_token=AC67SL7D6RNZXCL5EW7D7ILQABZXHA5CNFSM4IE3PRB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAAMXSQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AC67SL4QZICFFGR4C2CO3UDQABZXHANCNFSM4IE3PRBQ .

-- Matthew Guthaus Professor, Computer Science & Engineering University of California Santa Cruz https://www.soe.ucsc.edu/people/mrg

sataei commented 5 years ago

@mguthaus is right. I leave the LICENSE as is: GPLv2 + BSD