TASK: Adding licence
This commit is contained in:
parent
f7af3e1024
commit
0f3b19ba49
3 changed files with 36 additions and 5 deletions
|
@ -49,7 +49,7 @@ class SettingsService implements ServiceInterface
|
|||
{
|
||||
if ($forMenu) {
|
||||
$items = &$this->menuConfiguration[$forMenu];
|
||||
}else {
|
||||
} else {
|
||||
$items = &$this->menuConfiguration;
|
||||
}
|
||||
if ($items) {
|
||||
|
|
19
License.txt
Normal file
19
License.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
Copyright (c) 2016 Ferdinand Kuhl <f.kuhl@digital-competence.de>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
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.
|
|
@ -1,13 +1,25 @@
|
|||
{
|
||||
"name":"digicomp/menu",
|
||||
"type":"typo3-flow-package",
|
||||
"description":"Menu",
|
||||
"description": "Helps with the creation of simple fluid based menus",
|
||||
"keywords": [
|
||||
"flow",
|
||||
"neos",
|
||||
"menu"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ferdinand Kuhl",
|
||||
"email": "f.kuhl@digital-competence.de",
|
||||
"homepage": "http://www.digital-competence.de",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/digicomp/DigiComp.Sequence",
|
||||
"require":{
|
||||
"typo3/flow":"~2.0|~3.0"
|
||||
},
|
||||
"require-dev":{
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"autoload":{
|
||||
"psr-4":{
|
||||
"DigiComp\\Menu\\":"Classes"
|
||||
|
|
Loading…
Reference in a new issue