diff --git a/include/ccaosdb.h b/include/ccaosdb.h index 9dd1f03d8e02f8cbec595c34078f473fc79cbaae..76d59b16ed595810383eb136532efecb5b3ceb7d 100644 --- a/include/ccaosdb.h +++ b/include/ccaosdb.h @@ -1,3 +1,24 @@ +/* + * This file is a part of the CaosDB Project. + * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> + * Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com> + * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> + * + * 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 + * <https://www.gnu.org/licenses/>. + * + */ #ifdef __cplusplus extern "C" { #endif diff --git a/src/ccaosdb.cpp b/src/ccaosdb.cpp index c86231ce8b6df6245e358dbdb41772186edcc690..6f63499f88d2fdba3fdd0eb93fb7d8291832793a 100644 --- a/src/ccaosdb.cpp +++ b/src/ccaosdb.cpp @@ -1,3 +1,24 @@ +/* + * This file is a part of the CaosDB Project. + * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> + * Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com> + * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> + * + * 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 + * <https://www.gnu.org/licenses/>. + * + */ #include "ccaosdb.h" #include "caosdb/connection.h" #include "caosdb/constants.h"