📄 Added license-note to every file

This commit is contained in:
Mawoka
2022-07-02 17:14:51 +02:00
parent 4842167597
commit 469cd3e779
124 changed files with 602 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
from logging.config import fileConfig
from classquiz.db.models import metadata
from classquiz.config import settings
@@ -5,6 +5,10 @@ Revises: 6dc09ad6f6ef
Create Date: 2022-06-11 14:55:03.312529
"""
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
from alembic import op
import sqlalchemy as sa
import ormar
+4
View File
@@ -5,6 +5,10 @@ Revises:
Create Date: 2022-06-10 18:01:51.061536
"""
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
from alembic import op
import sqlalchemy as sa
import ormar
@@ -5,6 +5,10 @@ Revises: 17ea75679da8
Create Date: 2022-06-10 18:06:39.912634
"""
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
from alembic import op
import sqlalchemy as sa
@@ -5,6 +5,10 @@ Revises: 0c081a52ab8a
Create Date: 2022-06-11 16:41:35.761391
"""
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
from alembic import op
import sqlalchemy as sa
import ormar