Skip to content

Commit bdbc64f

Browse files
committed
chore: add licence
1 parent fbb518c commit bdbc64f

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2023 9186-0338 QUÉBEC INC. (Tractr)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in th
7+
e Software without restriction, including without limitation the rights to use,
8+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
9+
Software, and to permit persons to whom the Software is furnished to do so, subj
10+
ect to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all c
13+
opies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
16+
ED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR
17+
A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYR
18+
IGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
19+
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WIT
20+
H THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ what makes `directus-sync` a robust tool for managing Directus instances in a te
167167

168168
By following these mechanisms, `directus-sync` streamlines the development workflow, allowing for local changes to be
169169
efficiently deployed to various environments, all while keeping the Directus instances synchronized and
170-
version-controlled.
170+
version-controlled.

api/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"icon": "extension",
55
"version": "0.1.2",
66
"author": "Edouard Demotes-Mainard <edouard@tractr.net>",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/tractr/directus-sync.git"
10+
},
11+
"license": "MIT",
712
"keywords": [
813
"directus",
914
"directus-extension",

cli/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
},
1616
"keywords": [],
1717
"author": "Edouard Demotes-Mainard <edouard@tractr.net>",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/tractr/directus-sync.git"
21+
},
22+
"license": "MIT",
1823
"devDependencies": {
1924
"@types/app-root-path": "^1.2.7",
2025
"@types/fs-extra": "^11.0.4",

0 commit comments

Comments
 (0)