mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-26 20:03:10 +00:00
10 lines
153 B
Text
10 lines
153 B
Text
![]() |
{% load kdev_filters %}
|
||
|
{% block license_header %}
|
||
|
{% if license %}
|
||
|
/*
|
||
|
|
||
|
{{ license|lines_prepend:" * " }}
|
||
|
*/
|
||
|
{% endif %}
|
||
|
{% endblock license_header %}
|