From: Art Cancro Date: Fri, 4 Jun 2021 23:53:18 +0000 (-0400) Subject: random boilerplate X-Git-Tag: v939~52 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=100b6a90d5ea460fc62e648311ebf3fad965c139 random boilerplate --- diff --git a/citadel/config.c b/citadel/config.c index f3357d9d7..326c82c02 100644 --- a/citadel/config.c +++ b/citadel/config.c @@ -1,16 +1,11 @@ -/* - * Read and write the citadel.config file - * - * Copyright (c) 1987-2021 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * 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 General Public License for more details. - */ +// +// Read and write the citadel.config file +// +// Copyright (c) 1987-2021 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License, version 3. +// The program is distributed without any warranty, expressed or implied. #include "sysdep.h" #include diff --git a/citadel/context.c b/citadel/context.c index 860c39a7f..1a2816f54 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -1,17 +1,12 @@ -/* - * Citadel context management stuff. - * Here's where we (hopefully) have all the code that manipulates contexts. - * - * Copyright (c) 1987-2020 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 3. - * - * 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 General Public License for more details. - */ +// +// Citadel context management stuff. +// Here's where we (hopefully) have all the code that manipulates contexts. +// +// Copyright (c) 1987-2020 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License, version 3. +// The program is distributed without any warranty, expressed or implied. #include "ctdl_module.h" #include "serv_extensions.h" diff --git a/citadel/control.c b/citadel/control.c index ec3179f8c..22f662558 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -1,16 +1,11 @@ -/* - * This module handles states which are global to the entire server. - * - * Copyright (c) 1987-2021 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * 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 General Public License for more details. - */ +// +// This module handles states which are global to the entire server. +// +// Copyright (c) 1987-2021 by the citadel.org team +// +// This program is open source software. Use, duplication, or disclosure +// is subject to the terms of the GNU General Public License, version 3. +// The program is distributed without any warranty, expressed or implied. #include #include