From a7abc782e4bdbbd1f16f7d351a489d76a40463a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Mon, 14 Oct 2024 18:13:58 +0200 Subject: [PATCH] Add license header --- identity-api-rs/src/database/list.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/identity-api-rs/src/database/list.rs b/identity-api-rs/src/database/list.rs index c6d48af..fc5623e 100644 --- a/identity-api-rs/src/database/list.rs +++ b/identity-api-rs/src/database/list.rs @@ -1,3 +1,19 @@ +// Identity. Store your memories and mental belongings +// Copyright (C) 2024 SofĂ­a Aritz +// +// This program 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. +// +// This program 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 this program. If not, see . + use std::fmt::Display; use diesel::{ backend::Backend, deserialize::{FromSql, FromSqlRow}, serialize::ToSql, sql_types::Text, sqlite::Sqlite