Home
last modified time | relevance | path

Searched +full:license -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 226 – 250 of 494) sorted by relevance

12345678910>>...20

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dvhdl.php35 * it under the terms of the GNU General Public License as published by
36 * the Free Software Foundation; either version 2 of the License, or
42 * GNU General Public License for more details.
44 * You should have received a copy of the GNU General Public License
H A Dwhois.php25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
H A Dyaml.php51 * under the terms of the GNU General Public License as published by
52 * the Free Software Foundation; either version 2 of the License, or
58 * GNU General Public License for more details.
60 * You should have received a copy of the GNU General Public License
H A Dboo.php26 * it under the terms of the GNU General Public License as published by
27 * the Free Software Foundation; either version 2 of the License, or
33 * GNU General Public License for more details.
35 * You should have received a copy of the GNU General Public License
H A Dj.php42 * it under the terms of the GNU General Public License as published by
43 * the Free Software Foundation; either version 2 of the License, or
49 * GNU General Public License for more details.
51 * You should have received a copy of the GNU General Public License
H A Dmirc.php24 * it under the terms of the GNU General Public License as published by
25 * the Free Software Foundation; either version 2 of the License, or
31 * GNU General Public License for more details.
33 * You should have received a copy of the GNU General Public License
H A Decmascript.php33 * it under the terms of the GNU General Public License as published by
34 * the Free Software Foundation; either version 2 of the License, or
40 * GNU General Public License for more details.
42 * You should have received a copy of the GNU General Public License
H A Dicon.php29 * it under the terms of the GNU General Public License as published by
30 * the Free Software Foundation; either version 2 of the License, or
36 * GNU General Public License for more details.
38 * You should have received a copy of the GNU General Public License
H A Dreg.php47 * it under the terms of the GNU General Public License as published by
48 * the Free Software Foundation; either version 2 of the License, or
54 * GNU General Public License for more details.
56 * You should have received a copy of the GNU General Public License
H A Drust.php28 * it under the terms of the GNU General Public License as published by
29 * the Free Software Foundation; either version 2 of the License, or
35 * GNU General Public License for more details.
37 * You should have received a copy of the GNU General Public License
H A Doracle8.php25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
H A Dhaskell.php19 * it under the terms of the GNU General Public License as published by
20 * the Free Software Foundation; either version 2 of the License, or
26 * GNU General Public License for more details.
28 * You should have received a copy of the GNU General Public License
H A Dunicon.php29 * it under the terms of the GNU General Public License as published by
30 * the Free Software Foundation; either version 2 of the License, or
36 * GNU General Public License for more details.
38 * You should have received a copy of the GNU General Public License
H A Durbi.php21 * it under the terms of the GNU General Public License as published by
22 * the Free Software Foundation; either version 2 of the License, or
28 * GNU General Public License for more details.
30 * You should have received a copy of the GNU General Public License
H A Dvbnet.php25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
H A Dautoconf.php17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
24 * GNU General Public License for more details.
26 * You should have received a copy of the GNU General Public License
H A Dfalcon.php22 * it under the terms of the GNU General Public License as published by
23 * the Free Software Foundation; either version 2 of the License, or
29 * GNU General Public License for more details.
31 * You should have received a copy of the GNU General Public License
H A D6502acme.php25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
H A Dmmix.php27 * it under the terms of the GNU General Public License as published by
28 * the Free Software Foundation; either version 2 of the License, or
34 * GNU General Public License for more details.
36 * You should have received a copy of the GNU General Public License
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE1 BSD 3-Clause License
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php12 * @license http://www.opensource.org/licenses/mit-license.html MIT License
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php43 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less312 /* license note under edit window */
313 .dokuwiki div.license {
342 div.license {
361 [dir=rtl] #dokuwiki__footer .license img {
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php19 * License as published by the Free Software Foundation; either
20 * version 2.1 of the License.
25 * Lesser General Public License for more details.
32 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
/dokuwiki/
H A Dinstall.php185 include(DOKU_CONF . 'license.php');
246 $license[] = ['name' => $lang['i_license_none'], 'url' => ''];
247 if (empty($d['license'])) $d['license'] = 'cc-by-sa';
248 foreach ($license as $key => $lic) {
250 echo '<input type="radio" name="d[license]" value="' . hsc($key) . '" id="lic_' . $key . '"' .
251 (($d['license'] === $key) ? ' checked="checked"' : '') . '>';
311 'license' => 'cc-by-sa'
403 $output .= '$conf[\'license\'] = \'' . addslashes($d['license'])
[all...]

12345678910>>...20