著作権
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2025 テクニカル諏訪子
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
Permission is hereby granted to any person obtaining a copy of the software
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
|||||||
36
autoload.php
36
autoload.php
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
spl_autoload_register(function ($class): void {
|
spl_autoload_register(function ($class): void {
|
||||||
$prefixes = ['Site\\', 'Std\\'];
|
$prefixes = ['Site\\', 'Std\\'];
|
||||||
$base = realpath(__DIR__.'/src');
|
$base = realpath(__DIR__.'/src');
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
define('REPO_ROOT', '/repos/');
|
define('REPO_ROOT', '/repos/');
|
||||||
define('TWITTER_HANDLE', '@techsuwako');
|
define('TWITTER_HANDLE', '@techsuwako');
|
||||||
define('SITEINFO', [
|
define('SITEINFO', [
|
||||||
|
|||||||
36
newpost.php
36
newpost.php
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
if (!isset($argv[1])) die('usage: php newpost.php [slug]');
|
if (!isset($argv[1])) die('usage: php newpost.php [slug]');
|
||||||
if (file_exists("blog/{$argv[1]}.md")) die("エラー: ファイル「blog/{$argv[1]}.md」は既に存在します。\n");
|
if (file_exists("blog/{$argv[1]}.md")) die("エラー: ファイル「blog/{$argv[1]}.md」は既に存在します。\n");
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,38 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once('../route.php');
|
/*************************************************************
|
||||||
?>
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
require_once('../route.php');
|
||||||
36
route.php
36
route.php
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
|
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\BlogPost;
|
use Site\Controller\BlogPost;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
class BlogPost {
|
class BlogPost {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\BlogPost;
|
use Site\Controller\BlogPost;
|
||||||
@@ -148,4 +184,4 @@ class Fediverse extends BlogPost {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\BlogPost;
|
use Site\Controller\BlogPost;
|
||||||
@@ -287,4 +323,4 @@ denyaccess:
|
|||||||
|
|
||||||
return $highlightedText;
|
return $highlightedText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
trait Mods {
|
trait Mods {
|
||||||
@@ -55,5 +91,4 @@ trait Mods {
|
|||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\Mods;
|
use Site\Controller\Mods;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\Mods;
|
use Site\Controller\Mods;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\Mods;
|
use Site\Controller\Mods;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Site\Controller;
|
namespace Site\Controller;
|
||||||
|
|
||||||
use Site\Controller\Mods;
|
use Site\Controller\Mods;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
namespace Site\Test;
|
namespace Site\Test;
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
use Std\Lib\Curl;
|
use Std\Lib\Curl;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
class Auth {
|
class Auth {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
class DiffViewer {
|
class DiffViewer {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
use Std\Lib\Image\ImageInterface;
|
use Std\Lib\Image\ImageInterface;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib\Image;
|
namespace Std\Lib\Image;
|
||||||
|
|
||||||
use Std\Lib\Image\ImageInterface;
|
use Std\Lib\Image\ImageInterface;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib\Image;
|
namespace Std\Lib\Image;
|
||||||
|
|
||||||
interface ImageInterface {
|
interface ImageInterface {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib\Image;
|
namespace Std\Lib\Image;
|
||||||
|
|
||||||
use Std\Lib\Image\ImageInterface;
|
use Std\Lib\Image\ImageInterface;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib\Image;
|
namespace Std\Lib\Image;
|
||||||
|
|
||||||
use Std\Lib\Image\ImageInterface;
|
use Std\Lib\Image\ImageInterface;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib\Image;
|
namespace Std\Lib\Image;
|
||||||
|
|
||||||
use Std\Lib\Image\ImageInterface;
|
use Std\Lib\Image\ImageInterface;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
class Mailer {
|
class Mailer {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
class Markdown {
|
class Markdown {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
use Std\Lib\Curl;
|
use Std\Lib\Curl;
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
class Route {
|
class Route {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
class Template {
|
class Template {
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Lib;
|
namespace Std\Lib;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Test;
|
namespace Std\Test;
|
||||||
|
|
||||||
require_once __DIR__.'/../../../autoload.php';
|
require_once __DIR__.'/../../../autoload.php';
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Test;
|
namespace Std\Test;
|
||||||
|
|
||||||
require_once __DIR__.'/../../../autoload.php';
|
require_once __DIR__.'/../../../autoload.php';
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Test;
|
namespace Std\Test;
|
||||||
|
|
||||||
require_once __DIR__.'/../../../autoload.php';
|
require_once __DIR__.'/../../../autoload.php';
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Test;
|
namespace Std\Test;
|
||||||
|
|
||||||
require_once __DIR__.'/../../../autoload.php';
|
require_once __DIR__.'/../../../autoload.php';
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Test;
|
namespace Std\Test;
|
||||||
|
|
||||||
require_once __DIR__.'/../../../autoload.php';
|
require_once __DIR__.'/../../../autoload.php';
|
||||||
|
|||||||
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
namespace Std\Test;
|
namespace Std\Test;
|
||||||
|
|
||||||
require_once __DIR__.'/../../../autoload.php';
|
require_once __DIR__.'/../../../autoload.php';
|
||||||
|
|||||||
36
tester.php
36
tester.php
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
|
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
|
||||||
define('ROOT', realpath(__DIR__));
|
define('ROOT', realpath(__DIR__));
|
||||||
require_once ROOT.'/config/config.php';
|
require_once ROOT.'/config/config.php';
|
||||||
|
|||||||
36
util.php
36
util.php
@@ -1,4 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*************************************************************
|
||||||
|
# 076 License
|
||||||
|
|
||||||
|
Copyright (c) テクニカル諏訪子
|
||||||
|
|
||||||
|
Permission is hereby granted to any person obtaining a copy of the software
|
||||||
|
Little Beast (the "Software") to use, modify, merge, copy, publish, distribute,
|
||||||
|
sublicense, and/or sell copies of the Software, subject to the following conditions:
|
||||||
|
|
||||||
|
1. **Origin Attribution**:
|
||||||
|
- You must not misrepresent the origin of the Software; you must not claim
|
||||||
|
you created the original Software.
|
||||||
|
- If the Software is used in a product, you must either:
|
||||||
|
a. Provide clear attribution in the product's documentation, user interface,
|
||||||
|
or other visible areas, **OR**
|
||||||
|
b. Pay the original developers a fee they specify in writing.
|
||||||
|
2. **Usage Restriction**:
|
||||||
|
- The Software, or any derivative works, dependencies, or libraries
|
||||||
|
incorporating it, must not be used for censorship or to suppress freedom of
|
||||||
|
speech, expression, or creativity. Prohibited uses include, but are not
|
||||||
|
limited to:
|
||||||
|
- Censorship of so-called "hate speech", visuals, non-mainstream opinions,
|
||||||
|
ideas, or objective reality.
|
||||||
|
- Tools or systems designed to restrict access to information or
|
||||||
|
artistic works.
|
||||||
|
3. **Notice Preservation**:
|
||||||
|
- This license and the above copyright notice must remain intact in all copies
|
||||||
|
of the source code.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||||
|
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||||
|
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||||
|
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
if (!CURL_ENABLED) define('ACTIVITYPUB_ENABLED', false);
|
if (!CURL_ENABLED) define('ACTIVITYPUB_ENABLED', false);
|
||||||
|
|
||||||
enum LogType {
|
enum LogType {
|
||||||
|
|||||||
Reference in New Issue
Block a user