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/tasks | |
| parent | 9d1f098d8a366e5ec5e0a7e63c2c51267b674078 (diff) | |
| download | cheatdb-820c968f7354a8485d55921c7ecf585517b544e8.tar.xz | |
Replace "Content DB" with "ContentDB"
Diffstat (limited to 'app/tasks')
| -rw-r--r-- | app/tasks/__init__.py | 2 | ||||
| -rw-r--r-- | app/tasks/emails.py | 2 | ||||
| -rw-r--r-- | app/tasks/forumtasks.py | 2 | ||||
| -rw-r--r-- | app/tasks/importtasks.py | 2 | ||||
| -rw-r--r-- | app/tasks/pkgtasks.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app/tasks/__init__.py b/app/tasks/__init__.py index dcc779e..afd4300 100644 --- a/app/tasks/__init__.py +++ b/app/tasks/__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/tasks/emails.py b/app/tasks/emails.py index fa5a8c8..ca64f37 100644 --- a/app/tasks/emails.py +++ b/app/tasks/emails.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/tasks/forumtasks.py b/app/tasks/forumtasks.py index 4a4e27f..7ef437c 100644 --- a/app/tasks/forumtasks.py +++ b/app/tasks/forumtasks.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/tasks/importtasks.py b/app/tasks/importtasks.py index 1361afe..0e5536c 100644 --- a/app/tasks/importtasks.py +++ b/app/tasks/importtasks.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/tasks/pkgtasks.py b/app/tasks/pkgtasks.py index 639f61e..7d5bc89 100644 --- a/app/tasks/pkgtasks.py +++ b/app/tasks/pkgtasks.py @@ -1,4 +1,4 @@ -# Content DB +# ContentDB # Copyright (C) 2018 rubenwardy # # This program is free software: you can redistribute it and/or modify |
