diff options
Diffstat (limited to 'management/Kconfig')
| -rw-r--r-- | management/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/management/Kconfig b/management/Kconfig new file mode 100644 index 0000000..c571129 --- /dev/null +++ b/management/Kconfig @@ -0,0 +1,19 @@ +menuconfig MANAGEMENT + bool "Management related topics" + +if MANAGEMENT +config FOSS_BASICS + bool "History and basics about FOSS" + default y + help + Basic introduction to Free Software and Open-Source. + Including history and commercial aspects. + +config LICENSE_COMPLIANCE + bool "License compliance, Copyright, Compliance process" + default y + help + Introduction to Copyright, License Compliance and related + tools and processes +endif + |
