amaneureka / AtomOS

A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment.
http://www.atomixos.com
BSD 3-Clause "New" or "Revised" License
1.26k stars 85 forks source link

Licensing #39

Closed hadi77ir closed 7 years ago

hadi77ir commented 7 years ago

Is the whole project licensed under BSD 3-clause, or some parts are just shared-source? (like Atomix.Core, Atomix.Shell, etc.)

Please make this clear. Thanks.

amaneureka commented 7 years ago

whole project is licensed under "BSD 3-clause" You can find "complete project license" here

meineerde commented 7 years ago

@amaneureka In that case, it is probably advisable to change the license headers in your source files. Currently each source file I checked contains the following comment on top:

LICENSE: Copyright (C) Atomix Development, Inc - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential.

This implies strong copyright instead the quite liberal BSD-license. In a strict sense, the header implies much stricter rules and would probably supersede the license file in the repository root.

amaneureka commented 7 years ago

Fixed d5db4314e7b4e097b5c46fb95e5904e2e9e4b063 Closing issue!

Thanks

meineerde commented 7 years ago

Thanks!