0001-docs-add-ISC-licence.patch 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. From a9e4662d26b10789b28282d7e77ab189ef34cf5c Mon Sep 17 00:00:00 2001
  2. From: Carlos Santos <casantos@datacom.ind.br>
  3. Date: Sun, 14 Jan 2018 16:39:31 -0200
  4. Subject: [PATCH] docs: add ISC licence
  5. Save the top 21 lines of sys-utils/rfkill.c as COPYING.ISC. This is
  6. useful for Linux distributions an integration tools like Buildroot,
  7. to collect detailed legal information for each package.
  8. [kzak@redhat.com: - remove C-comments and rfkill header]
  9. Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
  10. Signed-off-by: Karel Zak <kzak@redhat.com>
  11. ---
  12. Documentation/licenses/COPYING.ISC | 11 +++++++++++
  13. 1 file changed, 11 insertions(+)
  14. create mode 100644 Documentation/licenses/COPYING.ISC
  15. diff --git a/Documentation/licenses/COPYING.ISC b/Documentation/licenses/COPYING.ISC
  16. new file mode 100644
  17. index 000000000..8351a30e3
  18. --- /dev/null
  19. +++ b/Documentation/licenses/COPYING.ISC
  20. @@ -0,0 +1,11 @@
  21. +Permission to use, copy, modify, and/or distribute this software for any
  22. +purpose with or without fee is hereby granted, provided that the above
  23. +copyright notice and this permission notice appear in all copies.
  24. +
  25. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  26. +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  27. +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  28. +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  29. +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  30. +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  31. +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  32. --
  33. 2.14.3