Skip to content

Commit 22fe931

Browse files
authored
Merge pull request #19 from brionmario/develop
update ownership info
2 parents 1ce531d + f259571 commit 22fe931

File tree

6 files changed

+20
-18
lines changed

6 files changed

+20
-18
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Brion Mario
3+
Copyright (c) 2019 CSSI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

app/routes/v1/application.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# (c) Copyright 2019 Brion Mario.
4+
# (c) Copyright 2019 CSSI.
55
# (c) This file is part of the CSSI REST API and is made available under MIT license.
6-
# (c) For more information, see https://github.com/brionmario/cssi-api/blob/master/LICENSE.txt
7-
# (c) Please forward any queries to the given email address. email: brion@apareciumlabs.com
6+
# (c) For more information, see https://github.com/project-cssi/cssi-api/blob/master/LICENSE.md
7+
# (c) Please forward any queries to the given email address. email: opensource@apareciumlabs.com
88

99
"""Application routes module
1010

app/routes/v1/questionnaire.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# (c) Copyright 2019 Brion Mario.
4+
# (c) Copyright 2019 CSSI.
55
# (c) This file is part of the CSSI REST API and is made available under MIT license.
6-
# (c) For more information, see https://github.com/brionmario/cssi-api/blob/master/LICENSE.txt
7-
# (c) Please forward any queries to the given email address. email: brion@apareciumlabs.com
6+
# (c) For more information, see https://github.com/project-cssi/cssi-api/blob/master/LICENSE.md
7+
# (c) Please forward any queries to the given email address. email: opensource@apareciumlabs.com
88

99
"""Application routes module
1010

app/routes/v1/session.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# (c) Copyright 2019 Brion Mario.
4+
# (c) Copyright 2019 CSSI.
55
# (c) This file is part of the CSSI REST API and is made available under MIT license.
6-
# (c) For more information, see https://github.com/brionmario/cssi-api/blob/master/LICENSE.txt
7-
# (c) Please forward any queries to the given email address. email: brion@apareciumlabs.com
6+
# (c) For more information, see https://github.com/project-cssi/cssi-api/blob/master/LICENSE.md
7+
# (c) Please forward any queries to the given email address. email: opensource@apareciumlabs.com
88

99
"""Session routes module
1010

config/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# (c) Copyright 2019 Brion Mario.
4+
# (c) Copyright 2019 CSSI.
55
# (c) This file is part of the CSSI REST API and is made available under MIT license.
6-
# (c) For more information, see https://github.com/brionmario/cssi-api/blob/master/LICENSE.txt
7-
# (c) Please forward any queries to the given email address. email: brion@apareciumlabs.com
6+
# (c) For more information, see https://github.com/project-cssi/cssi-api/blob/master/LICENSE.md
7+
# (c) Please forward any queries to the given email address. email: opensource@apareciumlabs.com
88

99
"""Configurations for the CSSI REST API
1010

manage.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
# (c) Copyright 2019 Brion Mario.
4+
# (c) Copyright 2019 CSSI.
55
# (c) This file is part of the CSSI REST API and is made available under MIT license.
6-
# (c) For more information, see https://github.com/brionmario/cssi-api/blob/master/LICENSE.txt
7-
# (c) Please forward any queries to the given email address. email: brion@apareciumlabs.com
6+
# (c) For more information, see https://github.com/project-cssi/cssi-api/blob/master/LICENSE.md
7+
# (c) Please forward any queries to the given email address. email: opensource@apareciumlabs.com
88

99
"""
1010
Brief: REST API for the CSSI library
1111
12-
Author: Brion Mario
12+
Authors:
13+
Brion Mario
14+
1315
"""
1416

1517
import os

0 commit comments

Comments
 (0)