Home
last modified time | relevance | path

Searched refs:license (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/conf/
H A Dlicense.php10 $license['cc-zero'] = array(
18 $license['cc-by'] = array(
26 $license['gnufdl'] = array(
34 $license['cc-by-nc-sa'] = array(
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingLicense.php15 global $license;
17 foreach ($license as $key => $data) {
/dokuwiki/
H A DREADME9 See COPYING and file headers for license info
H A Dcomposer.lock33 "license": [
80 "license": [
130 "license": [
183 "license": [
236 "license": [
301 "license": [
358 "license": [
413 "license": [
526 "license": [
593 "license": [
[all …]
H A Dinstall.php246 $license[] = ['name' => $lang['i_license_none'], 'url' => ''];
248 foreach ($license as $key => $lic) {
H A D.gitignore22 !/conf/license.php
H A DCOPYING7 of this license document, but changing it is not allowed.
40 (2) offer you this license which gives you legal permission to copy,
190 Program), the recipient automatically receives a license from the
205 license would not permit royalty-free redistribution of the Program by
219 implemented by public license practices. Many people have made
/dokuwiki/inc/Ui/
H A DEditor.php39 global $license;
139 'href' => $license[$conf['license']]['url'],
146 … . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
/dokuwiki/_test/
H A Dcomposer.lock45 "license": [
97 "license": [
171 "license": [
251 "license": [
324 "license": [
386 "license": [
439 "license": [
496 "license": [
554 "license": [
629 "license": [
[all …]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock44 "license": [
116 "license": [
172 "license": [
223 "license": [
294 "license": [
355 "license": [
407 "license": [
460 "license": [
520 "license": [
607 "license": [
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock43 "license": [
114 "license": [
170 "license": [
221 "license": [
277 "license": [
337 "license": [
390 "license": [
443 "license": [
517 "license": [
578 "license": [
[all …]
/dokuwiki/_test/core/
H A DDokuWikiTest.php82 global $license;
83 $license = array();
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less313 /* license note under edit window */
314 .dokuwiki div.license {
343 div.license {
362 [dir=rtl] #dokuwiki__footer .license img {
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE1 For ease of distribution, lesserphp is under a dual license.
47 of this license document, but changing it is not allowed.
51 The GNU General Public License is a free, copyleft license for
206 convey, without conditions so long as your license otherwise remains
263 c) You must license the entire work, as a whole, under this
268 permission to license the work in any other way, but it does not
433 restriction, you may remove that term. If a license document contains
436 of that license document, provided that the further restriction does
445 form of a separately written license, or stated as exceptions;
457 license from a particular copyright holder is reinstated (a)
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE7 of this license document, but changing it is not allowed.
20 This license, the Lesser General Public License, applies to some
24 this license or the ordinary General Public License is the better
49 library, and (2) we offer you this license, which gives you legal
62 restrictive license from a patent holder. Therefore, we insist that
63 any patent license obtained for a version of the library must be
64 consistent with the full freedom of use specified in this license.
67 ordinary GNU General Public License. This license, the GNU Lesser
70 this license for certain libraries in order to permit linking those
81 We call this license the "Lesser" General Public License because it
[all …]
H A DREADME.md85 license changed to LGPL
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE7 of this license document, but changing it is not allowed.
20 This license, the Lesser General Public License, applies to some
24 this license or the ordinary General Public License is the better
49 library, and (2) we offer you this license, which gives you legal
62 restrictive license from a patent holder. Therefore, we insist that
63 any patent license obtained for a version of the library must be
64 consistent with the full freedom of use specified in this license.
67 ordinary GNU General Public License. This license, the GNU Lesser
70 this license for certain libraries in order to permit linking those
81 We call this license the "Lesser" General Public License because it
[all …]
/dokuwiki/inc/
H A Dinit.php96 global $license;
97 $license = []; variable
H A Dtemplate.php1627 global $license;
1631 if (!is_array($license[$conf['license']])) return '';
1632 $lic = $license[$conf['license']];
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown43 4. `LICENSE.txt` - A copy of the BSD license.
139 [New BSD license](http://www.opensource.org/licenses/BSD-3-Clause)
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt62 Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]].
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md6 [![License](https://poser.pugx.org/paragonie/constant_time_encoding/license)](https://packagist.org…
/dokuwiki/_test/data/pages/wiki/
H A Ddokuwiki.txt64 Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]].
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md2 [![GitHub license](https://img.shields.io/github/license/alphp/strftime)](https://github.com/alphp/…
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE7 of this license document, but changing it is not allowed.
40 (2) offer you this license which gives you legal permission to copy,
190 Program), the recipient automatically receives a license from the
205 license would not permit royalty-free redistribution of the Program by
219 implemented by public license practices. Many people have made

12