licenses.blade.php 656 B

1234567891011121314151617
  1. @extends('site.help.partial.template', ['breadcrumb'=>'Licenses'])
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Licenses</h3>
  5. </div>
  6. <hr>
  7. <p class="lead">
  8. A Creative Commons license is one of several public copyright licenses that enable the free distribution of an otherwise copyrighted "work".
  9. </p>
  10. <p class="lead">
  11. A CC license is used when an author wants to give other people the right to share, use, and build upon a work that the author has created.
  12. </p>
  13. <p>For more information, please visit <a href="https://creativecommons.org/licenses/" rel="nofollow">creativecommons.org</a></p>
  14. @endsection