README.licensing 555 B

1234567891011121314151617181920
  1. The project util-linux doesn't use the same license for all of the code.
  2. There is code under:
  3. * GPLv2+ (GNU General Public License version 2, or any later version)
  4. * GPLv2 (GNU General Public License version 2)
  5. * LGPLv2+ (GNU Lesser General Public License v2 (or 2.1) or any later version)
  6. * BSD with advertising
  7. * Public Domain
  8. Please, check the source code for more details. A license is usually at the start
  9. of each source file.
  10. The ./COPYING file (GPLv2+) is the default license for code without an explicitly
  11. defined license.