bigsys-gnu / mvcc-os

KhronOS, a scalable operating systems based on sv6 (MIT) with MV-RLU (multi-version concurrency control mechanism)
Other
1 stars 0 forks source link

add LICENSE for sv6, mvrlu and our files #94

Closed bigsys-gnu closed 2 years ago

bigsys-gnu commented 2 years ago
MadPlayer commented 2 years ago

이 부분은 제가 웹상에 구현된 것을 가져온 부분입니다.

Mutex Implementation https://github.com/bigsys-gnu/mvcc-os/blob/b17d6ebe15408be51ad8d250b242bc86c3210d60/os/sv6/scalefs/lib/threads.cc#L201-L205

Condition Implementation https://github.com/bigsys-gnu/mvcc-os/blob/b17d6ebe15408be51ad8d250b242bc86c3210d60/os/sv6/scalefs/lib/threads.cc#L272-L277

bigsys-gnu commented 2 years ago

이 부분은 제가 웹상에 구현된 것을 가져온 부분입니다.

Mutex Implementation

https://github.com/bigsys-gnu/mvcc-os/blob/b17d6ebe15408be51ad8d250b242bc86c3210d60/os/sv6/scalefs/lib/threads.cc#L201-L205

Condition Implementation

https://github.com/bigsys-gnu/mvcc-os/blob/b17d6ebe15408be51ad8d250b242bc86c3210d60/os/sv6/scalefs/lib/threads.cc#L272-L277

해당 구현을 사용하면서 copyright 문구를 그대로 추가한거죠? 혹시 특정 license(GPL이나 MIT) 이런 특정 라이선스를 사용한다는 문구는 없죠?

MadPlayer commented 2 years ago

해당 구현을 사용하면서 copyright 문구를 그대로 추가한거죠? 혹시 특정 license(GPL이나 MIT) 이런 특정 라이선스를 사용한다는 문구는 없죠?

각 사이트 들어가서 확인해 보겠습니다

MadPlayer commented 2 years ago

Condition Variable License Copyright © 2004-2021 Rémi Denis-Courmont. Page last updated on 17/02/2020. Apache/2.4.38 (Debian) Server at www.remlab.net Port 443

futex는 특별한 License는 기재되어 있지 않았습니다.