Skip to content

Commit e7be106

Browse files
committed
Add AGPL license headers
1 parent 7172b31 commit e7be106

File tree

21 files changed

+346
-0
lines changed

21 files changed

+346
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ target/
22

33
*.iml
44
.idea/
5+
6+
.DS_Store/

src/main/xar-resources-filtered/modules/config.xqm

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

320
module namespace config = "http://fusiondb.com/ns/studio/api/config";

src/main/xar-resources/api.xqm

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

320
module namespace api = "http://fusiondb.com/studio/api";

src/main/xar-resources/collection.xconf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
Fusion Studio API - API for Fusion Studio
5+
Copyright © 2017 Evolved Binary ([email protected])
6+
7+
This program is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU Affero General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU Affero General Public License for more details.
16+
17+
You should have received a copy of the GNU Affero General Public License
18+
along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
20+
-->
221
<collection xmlns="http://exist-db.org/collection-config/1.0">
322
<triggers>
423
<trigger class="org.exist.extensions.exquery.restxq.impl.RestXqTrigger"/>

src/main/xar-resources/modules/collection.xqm

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

320
module namespace col = "http://fusiondb.com/ns/studio/api/collection";

src/main/xar-resources/modules/document.xqm

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

320
module namespace doc = "http://fusiondb.com/ns/studio/api/document";

src/main/xar-resources/modules/error.xqm

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

320
module namespace perr = "http://fusiondb.com/ns/studio/api/error";

src/main/xar-resources/modules/explorer.xqm

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

320
module namespace exp = "http://fusiondb.com/ns/studio/api/explorer";

src/main/xar-resources/modules/http-status-codes.xqm

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

320
(:~

src/main/xar-resources/modules/index.xqm

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

320
module namespace idx = "http://fusiondb.com/ns/studio/api/index";

0 commit comments

Comments
 (0)