diff options
Diffstat (limited to 'src/database.rs')
| -rw-r--r-- | src/database.rs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/database.rs b/src/database.rs index c7c84a0..0702ed9 100644 --- a/src/database.rs +++ b/src/database.rs @@ -1,19 +1,19 @@ // Copyright © 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> // -// This file is part of бирка-тян. +// This file is part of Kona. // -// бирка-тян is free software; you can redistribute it and/or modify it -// under the terms of the GNU Affero General Public License as published -// by the Free Software Foundation; either version 3 of the License, or -// (at your option) any later version. +// Kona is free software; you can redistribute it and/or modify it under +// the terms of the GNU Affero General Public License as published by +// the Free Software Foundation; either version 3 of the License, or (at +// your option) any later version. // -// бирка-тян is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Affero General Public License for more details. +// Kona is distributed in the hope that it will be useful, but WITHOUT +// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public +// License for more details. // // You should have received a copy of the GNU Affero General Public -// License along with бирка-тян. If not, see <http://www.gnu.org/licenses/>. +// License along with Kona. If not, see <http://www.gnu.org/licenses/>. use anyhow::Result; use rusqlite::Connection; |