Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Remove copyright header from source files
Browse files Browse the repository at this point in the history
  • Loading branch information
dodaucy committed Nov 5, 2023
1 parent 1f77741 commit 79e6e25
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 204 deletions.
11 changes: 0 additions & 11 deletions src/api.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


import asyncio
import calendar
import datetime
Expand Down
11 changes: 0 additions & 11 deletions src/config.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


import os

from dotenv import load_dotenv
Expand Down
11 changes: 0 additions & 11 deletions src/constants.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


DEFAULT_SETTINGS = {
"font_color": "#d3d3d3",
"button_font_color": "#d3d3d3",
Expand Down
11 changes: 0 additions & 11 deletions src/globals.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


from databases import Database

from . import config
Expand Down
11 changes: 0 additions & 11 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


import mimetypes
import warnings

Expand Down
11 changes: 0 additions & 11 deletions src/models.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


from typing import Dict, Optional

from pydantic import BaseModel
Expand Down
11 changes: 0 additions & 11 deletions src/rate_limit.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


import time

from databases import Database
Expand Down
11 changes: 0 additions & 11 deletions src/settings.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


from typing import Dict

from databases import Database
Expand Down
11 changes: 0 additions & 11 deletions src/utils.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################


import datetime
import string

Expand Down
13 changes: 0 additions & 13 deletions static/admin.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


function restore_question() {
disable(true);
var question_id = parseInt(document.getElementById("restore-question-id").value.trim());
Expand Down
13 changes: 0 additions & 13 deletions static/diary.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


var last_load;
var last_date;
var original_questions_list;
Expand Down
13 changes: 0 additions & 13 deletions static/login.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


function login() {
try {
var password = document.getElementById("password").value.trim();
Expand Down
13 changes: 0 additions & 13 deletions static/questions.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


var original_questions;


Expand Down
14 changes: 0 additions & 14 deletions static/settings.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@

/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


var original_settings;


Expand Down
13 changes: 0 additions & 13 deletions static/stats.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


var last_resize;
var last_data;
var cache = {};
Expand Down
13 changes: 0 additions & 13 deletions static/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


:root {
--neutral: #1c5699;
--neutral-hover: #143963;
Expand Down
13 changes: 0 additions & 13 deletions static/utils.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*
#############################################
# #
# diary #
# #
# MIT #
# Copyright (C) 2022 - 2023 dodaucy #
# https://github.com/dodaucy/diary #
# #
#############################################
*/


var save_popup_shown = false;
var front_end_disabled = false;

Expand Down

0 comments on commit 79e6e25

Please sign in to comment.