Skip to content

Commit 1113c04

Browse files
committed
chore: add LICENSE and update app metadata
- Add AGPL-3.0 license file - Update info.xml with comprehensive feature descriptions - Update .gitignore to exclude local test environment docs
1 parent 457c280 commit 1113c04

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Thumbs.db
4343
coverage/
4444
junit.xml
4545
.phpunit.result.cache
46+
docs/testing.md
4647

4748
# Temporary files
4849
*.tmp

LICENSE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
GNU Affero General Public License v3.0 or later
2+
3+
This program is free software: you can redistribute it and/or modify
4+
it under the terms of the GNU Affero General Public License as published by
5+
the Free Software Foundation, either version 3 of the License, or
6+
(at your option) any later version.
7+
8+
This program is distributed in the hope that it will be useful,
9+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
GNU Affero General Public License for more details.
12+
13+
You should have received a copy of the GNU Affero General Public License
14+
along with this program. If not, see <https://www.gnu.org/licenses/>.

appinfo/info.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ Seamlessly connect your Nextcloud collaboration platform with iTop IT Service Ma
7474

7575
<namespace>Itop</namespace>
7676

77-
<types>
78-
<prevent_group_restriction />
79-
</types>
8077

8178
<category>integration</category>
8279
<category>workflow</category>

0 commit comments

Comments
 (0)