diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-12 16:34:25 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-12 16:34:25 +0100 |
| commit | 820c968f7354a8485d55921c7ecf585517b544e8 (patch) | |
| tree | 923bea3bf13ef145d40c3ac60d4d69ef1d11b7ce /app/blueprints/api | |
| parent | 9d1f098d8a366e5ec5e0a7e63c2c51267b674078 (diff) | |
| download | cheatdb-820c968f7354a8485d55921c7ecf585517b544e8.tar.xz | |
Replace "Content DB" with "ContentDB"
Diffstat (limited to 'app/blueprints/api')
| -rw-r--r-- | app/blueprints/api/__init__.py | 2 | ||||
| -rw-r--r-- | app/blueprints/api/auth.py | 2 | ||||
| -rw-r--r-- | app/blueprints/api/endpoints.py | 2 | ||||
| -rw-r--r-- | app/blueprints/api/tokens.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app/blueprints/api/__init__.py b/app/blueprints/api/__init__.py index 03adaf8..c81dac3 100644 --- a/app/blueprints/api/__init__.py +++ b/app/blueprints/api/__init__.py @@ -1,4 +1,4 @@ -# Content DB +# ContentDB # Copyright (C) 2018 rubenwardy # # This program is free software: you can redistribute it and/or modify diff --git a/app/blueprints/api/auth.py b/app/blueprints/api/auth.py index 234d481..354ba93 100644 --- a/app/blueprints/api/auth.py +++ b/app/blueprints/api/auth.py @@ -1,4 +1,4 @@ -# Content DB +# ContentDB # Copyright (C) 2019 rubenwardy # # This program is free software: you can redistribute it and/or modify diff --git a/app/blueprints/api/endpoints.py b/app/blueprints/api/endpoints.py index c12d59b..5aa4dd7 100644 --- a/app/blueprints/api/endpoints.py +++ b/app/blueprints/api/endpoints.py @@ -1,4 +1,4 @@ -# Content DB +# ContentDB # Copyright (C) 2018 rubenwardy # # This program is free software: you can redistribute it and/or modify diff --git a/app/blueprints/api/tokens.py b/app/blueprints/api/tokens.py index 67731ce..5ef870d 100644 --- a/app/blueprints/api/tokens.py +++ b/app/blueprints/api/tokens.py @@ -1,4 +1,4 @@ -# Content DB +# ContentDB # Copyright (C) 2018 rubenwardy # # This program is free software: you can redistribute it and/or modify |
