Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rules of Delta Shell related to use of external code in the library form (.dll) or in a source code form (.cs ...):

  • DON'T include any pice of source code which is not properly licensed into the Delta Shell codebase.
  • Double check if code that is added to the repository is licensed properly, if you're not sure about the license - check with me and I will figure it out. Even when you see that library is free - it does not mean that we can use it, not all open-source licenses are compatible with each other!
  • Isolate use of ANY commercial component in DelftTools.Controls.Swf and use them in the application ONLY via interfaces. In this case we get both functionality and possibility to isolate the whole codebase from use of closed-source components.

...