forked from mirror/pixelfed
18 lines
656 B
PHP
18 lines
656 B
PHP
@extends('site.help.partial.template', ['breadcrumb'=>'Licenses'])
|
|
|
|
@section('section')
|
|
<div class="title">
|
|
<h3 class="font-weight-bold">Licenses</h3>
|
|
</div>
|
|
<hr>
|
|
|
|
<p class="lead">
|
|
A Creative Commons license is one of several public copyright licenses that enable the free distribution of an otherwise copyrighted "work".
|
|
</p>
|
|
<p class="lead">
|
|
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.
|
|
</p>
|
|
|
|
<p>For more information, please visit <a href="https://creativecommons.org/licenses/" rel="nofollow">creativecommons.org</a></p>
|
|
@endsection
|