Browse Source

Add GPLv3 license banner to Makefiles.

Jonathan Almeida 7 years ago
parent
commit
4c142b06f2
100 changed files with 603 additions and 103 deletions
  1. 6 1
      .mgproj
  2. 6 1
      Makefile
  3. 6 1
      apps/Makefile
  4. 6 1
      apps/ck/Makefile
  5. 6 1
      apps/ck/app/Makefile
  6. 6 1
      apps/ck/app/build/Makefile
  7. 6 1
      apps/ck/app/sources
  8. 6 1
      apps/ck/lib/Makefile
  9. 6 1
      apps/ck/lib/build/Makefile
  10. 6 1
      apps/ck/lib/build/dynamic/Makefile
  11. 6 1
      apps/ck/lib/dynamic/Makefile
  12. 6 1
      apps/ck/lib/gram/Makefile
  13. 6 1
      apps/ck/lib/sources
  14. 6 1
      apps/ck/modules/Makefile
  15. 6 1
      apps/ck/modules/app/Makefile
  16. 6 1
      apps/ck/modules/app/build/Makefile
  17. 6 1
      apps/ck/modules/app/sources
  18. 6 1
      apps/ck/modules/bundle/Makefile
  19. 6 1
      apps/ck/modules/bundle/build/Makefile
  20. 6 1
      apps/ck/modules/bundle/sources
  21. 6 1
      apps/ck/modules/os/Makefile
  22. 6 1
      apps/ck/modules/os/build/Makefile
  23. 6 1
      apps/ck/modules/os/build/dynamic/Makefile
  24. 6 1
      apps/ck/modules/os/dynamic/Makefile
  25. 6 1
      apps/ck/modules/os/sources
  26. 6 1
      apps/debug/Makefile
  27. 6 1
      apps/debug/client/Makefile
  28. 6 1
      apps/debug/client/minoca/Makefile
  29. 6 1
      apps/debug/client/sources
  30. 6 1
      apps/debug/client/tdwarf/Makefile
  31. 6 1
      apps/debug/client/testdisa/Makefile
  32. 6 1
      apps/debug/client/teststab/Makefile
  33. 6 1
      apps/debug/client/win32/Makefile
  34. 6 1
      apps/debug/client/win32/cmdln/Makefile
  35. 6 1
      apps/debug/client/win32/ui/Makefile
  36. 6 1
      apps/debug/dbgext/Makefile
  37. 6 1
      apps/debug/dbgext/win32/Makefile
  38. 6 1
      apps/debug/kexts/Makefile
  39. 6 1
      apps/debug/kexts/win32/Makefile
  40. 6 1
      apps/efiboot/Makefile
  41. 6 1
      apps/lib/Makefile
  42. 6 1
      apps/lib/chalk/Makefile
  43. 6 1
      apps/lib/chalk/build/Makefile
  44. 6 1
      apps/lib/chalk/sources
  45. 6 1
      apps/libc/Makefile
  46. 6 1
      apps/libc/crypt/Makefile
  47. 6 1
      apps/libc/dynamic/Makefile
  48. 6 1
      apps/libc/dynamic/pthread/Makefile
  49. 6 1
      apps/libc/dynamic/pthread/static/Makefile
  50. 6 1
      apps/libc/dynamic/testc/Makefile
  51. 6 1
      apps/libc/dynamic/wincsup/Makefile
  52. 6 1
      apps/libc/static/Makefile
  53. 6 1
      apps/mingen/Makefile
  54. 6 1
      apps/mingen/build/Makefile
  55. 6 1
      apps/mingen/sources
  56. 6 1
      apps/mount/Makefile
  57. 6 1
      apps/netcon/Makefile
  58. 6 1
      apps/netlink/Makefile
  59. 6 1
      apps/osbase/Makefile
  60. 6 1
      apps/osbase/urtl/Makefile
  61. 6 1
      apps/posix/Makefile
  62. 7 2
      apps/posix/init.d/init-functions
  63. 6 1
      apps/posix/init.d/rc
  64. 8 3
      apps/posix/update-rc.d
  65. 6 1
      apps/profile/Makefile
  66. 6 1
      apps/setup/Makefile
  67. 6 1
      apps/setup/sources
  68. 6 1
      apps/setup/uos/Makefile
  69. 6 1
      apps/setup/win32/Makefile
  70. 6 1
      apps/swiss/Makefile
  71. 6 1
      apps/swiss/cposs.sh
  72. 6 1
      apps/swiss/sources
  73. 6 1
      apps/swiss/uos/Makefile
  74. 6 1
      apps/swiss/win32/Makefile
  75. 6 1
      apps/testapps/Makefile
  76. 6 1
      apps/testapps/aiotest/Makefile
  77. 6 1
      apps/testapps/dbgtest/Makefile
  78. 6 1
      apps/testapps/filetest/Makefile
  79. 6 1
      apps/testapps/ktest/Makefile
  80. 6 1
      apps/testapps/ktest/driver/Makefile
  81. 6 1
      apps/testapps/mmaptest/Makefile
  82. 6 1
      apps/testapps/mnttest/Makefile
  83. 6 1
      apps/testapps/pathtest/Makefile
  84. 6 1
      apps/testapps/perftest/Makefile
  85. 6 1
      apps/testapps/perftest/perflib/Makefile
  86. 6 1
      apps/testapps/sigtest/Makefile
  87. 6 1
      apps/testapps/socktest/Makefile
  88. 6 1
      apps/testapps/utmrtest/Makefile
  89. 6 1
      apps/tzcomp/Makefile
  90. 6 1
      apps/unmount/Makefile
  91. 6 1
      apps/vmstat/Makefile
  92. 6 1
      boot/Makefile
  93. 6 1
      boot/bootman/Makefile
  94. 6 1
      boot/bootman/efi/Makefile
  95. 6 1
      boot/bootman/pcat/Makefile
  96. 6 1
      boot/bootman/sources
  97. 6 1
      boot/fatboot/Makefile
  98. 6 1
      boot/lib/Makefile
  99. 6 1
      boot/lib/efi/Makefile
  100. 6 1
      boot/lib/pcat/Makefile

+ 6 - 1
.mgproj

@@ -1,6 +1,11 @@
 /*++
 
-Copyright (c) 2016 Minoca Corp. All Rights Reserved
+Copyright (c) 2016 Minoca Corp.
+
+    This file is licensed under the terms of the GNU General Public License
+    version 3. Alternative licensing terms are available. Contact
+    info@minocacorp.com for details. See the LICENSE file at the root of this
+    project for complete licensing information.
 
 Module Name:
 

+ 6 - 1
Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/ck/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/ck/app/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/ck/app/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/ck/app/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/lib/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/lib/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/lib/build/dynamic/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/lib/dynamic/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/lib/gram/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/ck/lib/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/ck/modules/app/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/app/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/app/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/bundle/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/bundle/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/bundle/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/os/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/os/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/os/build/dynamic/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/os/dynamic/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/ck/modules/os/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/client/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/debug/client/minoca/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/client/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   File Name:
 #

+ 6 - 1
apps/debug/client/tdwarf/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/client/testdisa/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/client/teststab/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/client/win32/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/debug/client/win32/cmdln/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/client/win32/ui/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/dbgext/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/dbgext/win32/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/kexts/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/debug/kexts/win32/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/efiboot/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/lib/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/lib/chalk/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/lib/chalk/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/lib/chalk/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/libc/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/crypt/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/dynamic/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/dynamic/pthread/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/dynamic/pthread/static/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/dynamic/testc/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/dynamic/wincsup/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved.
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information..
 #
 #   Module Name:
 #

+ 6 - 1
apps/libc/static/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/mingen/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/mingen/build/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/mingen/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   File Name:
 #

+ 6 - 1
apps/mount/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/netcon/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/netlink/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/osbase/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/osbase/urtl/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/posix/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 7 - 2
apps/posix/init.d/init-functions

@@ -1,5 +1,10 @@
 #! /bin/sh
-## Copyright (c) 2015 Minoca Corp. All Rights Reserved.
+## Copyright (c) 2015 Minoca Corp.
+##
+##    This file is licensed under the terms of the GNU General Public License
+##    version 3. Alternative licensing terms are available. Contact
+##    info@minocacorp.com for details. See the LICENSE file at the root of this
+##    project for complete licensing information..
 ##
 ## Script Name:
 ##
@@ -150,4 +155,4 @@ log_action_end_msg () {
             echo "failed${end}" || true
         fi
     fi
-}
+}

+ 6 - 1
apps/posix/init.d/rc

@@ -1,5 +1,10 @@
 #! /bin/sh
-## Copyright (c) 2015 Minoca Corp. All Rights Reserved.
+## Copyright (c) 2015 Minoca Corp.
+##
+##    This file is licensed under the terms of the GNU General Public License
+##    version 3. Alternative licensing terms are available. Contact
+##    info@minocacorp.com for details. See the LICENSE file at the root of this
+##    project for complete licensing information..
 ##
 ## Script Name:
 ##

+ 8 - 3
apps/posix/update-rc.d

@@ -1,5 +1,10 @@
 #! /bin/sh
-## Copyright (c) 2015 Minoca Corp. All Rights Reserved.
+## Copyright (c) 2015 Minoca Corp.
+##
+##    This file is licensed under the terms of the GNU General Public License
+##    version 3. Alternative licensing terms are available. Contact
+##    info@minocacorp.com for details. See the LICENSE file at the root of this
+##    project for complete licensing information..
 ##
 ## Script Name:
 ##
@@ -308,12 +313,12 @@ while [ -n "$1" ] ; do
             rename_links "S" "K" "$name" "$runlevels"
         fi
         ;;
-        
+
     *)
         echo "$me: Error: Unexpected argument $action."
         exit 1
         ;;
-        
+
     esac
 done
 

+ 6 - 1
apps/profile/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/setup/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/setup/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   File Name:
 #

+ 6 - 1
apps/setup/uos/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/setup/win32/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/swiss/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/swiss/cposs.sh

@@ -1,5 +1,10 @@
 #!/bin/sh
-## Copyright (c) 2016 Minoca Corp. All Rights Reserved.
+## Copyright (c) 2016 Minoca Corp.
+##
+##    This file is licensed under the terms of the GNU General Public License
+##    version 3. Alternative licensing terms are available. Contact
+##    info@minocacorp.com for details. See the LICENSE file at the root of this
+##    project for complete licensing information..
 ##
 ## Script Name:
 ##

+ 6 - 1
apps/swiss/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   File Name:
 #

+ 6 - 1
apps/swiss/uos/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/swiss/win32/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/testapps/aiotest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2016 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2016 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/dbgtest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/filetest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/ktest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/ktest/driver/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Module Name:
 #

+ 6 - 1
apps/testapps/mmaptest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/mnttest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/pathtest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/perftest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/perftest/perflib/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/sigtest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/socktest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/testapps/utmrtest/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/tzcomp/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/unmount/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
apps/vmstat/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2015 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2015 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2012 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2012 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/bootman/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/bootman/efi/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/bootman/pcat/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/bootman/sources

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/fatboot/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2013 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2013 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/lib/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/lib/efi/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

+ 6 - 1
boot/lib/pcat/Makefile

@@ -1,6 +1,11 @@
 ################################################################################
 #
-#   Copyright (c) 2014 Minoca Corp. All Rights Reserved
+#   Copyright (c) 2014 Minoca Corp.
+#
+#    This file is licensed under the terms of the GNU General Public License
+#    version 3. Alternative licensing terms are available. Contact
+#    info@minocacorp.com for details. See the LICENSE file at the root of this
+#    project for complete licensing information.
 #
 #   Binary Name:
 #

Some files were not shown because too many files changed in this diff