Skip to content

Commit

Permalink
Remove copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Feb 12, 2024
1 parent 99b4f77 commit cabe654
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions qsa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"
3 changes: 0 additions & 3 deletions qsa/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"
3 changes: 0 additions & 3 deletions qsa/api/projects.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"

from flask import Blueprint, jsonify, request

from ..project import QSAProject
Expand Down
3 changes: 0 additions & 3 deletions qsa/cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"

import click
from flask import Flask
from pathlib import Path
Expand Down
3 changes: 0 additions & 3 deletions qsa/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"

import yaml
from pathlib import Path

Expand Down
3 changes: 0 additions & 3 deletions qsa/mapproxy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"

import yaml
import shutil
from pathlib import Path
Expand Down
3 changes: 0 additions & 3 deletions qsa/project.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# coding: utf8

__contact__ = "info@hytech-imaging.fr"
__copyright__ = "Copyright (c) 2023 Hytech Imaging"

import shutil
from pathlib import Path
from flask import current_app
Expand Down

0 comments on commit cabe654

Please sign in to comment.