From bca06b89514d8d91c1442735272ab10ea0e19f9a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 6 Apr 2011 23:17:23 -0400 Subject: [PATCH] Added GPL declaration to source files in libcitadel --- libcitadel/lib/hash.c | 18 ++++++++++++++++++ libcitadel/lib/html_to_ascii.c | 2 +- libcitadel/lib/json.c | 16 ++++++++++++++++ libcitadel/lib/libcitadel.c | 16 ++++++++++++++++ libcitadel/lib/mime_parser.c | 14 +++++++++++++- libcitadel/lib/stringbuf.c | 18 ++++++++++++++++++ libcitadel/lib/tools.c | 16 ++++++++++++++++ libcitadel/lib/vcard.c | 16 ++++++++++++++-- libcitadel/lib/vnote.c | 16 ++++++++++++++-- 9 files changed, 126 insertions(+), 6 deletions(-) diff --git a/libcitadel/lib/hash.c b/libcitadel/lib/hash.c index e8cd6b29c..d315358be 100644 --- a/libcitadel/lib/hash.c +++ b/libcitadel/lib/hash.c @@ -1,3 +1,21 @@ +/* + * Copyright (c) 1987-2011 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 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include #include #include diff --git a/libcitadel/lib/html_to_ascii.c b/libcitadel/lib/html_to_ascii.c index 9a898cb70..faa343710 100644 --- a/libcitadel/lib/html_to_ascii.c +++ b/libcitadel/lib/html_to_ascii.c @@ -2,7 +2,7 @@ * Functions which handle translation between HTML and plain text * Copyright (c) 2000-2010 by the citadel.org team * - * This program is free software; you can redistribute it and/or modify + * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. diff --git a/libcitadel/lib/json.c b/libcitadel/lib/json.c index 4e045da3e..db10cad1c 100644 --- a/libcitadel/lib/json.c +++ b/libcitadel/lib/json.c @@ -1,6 +1,22 @@ /** * \defgroup Subst Variable substitution type stuff * \ingroup CitadelConfig + * + * Copyright (c) 1987-2011 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 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /*@{*/ diff --git a/libcitadel/lib/libcitadel.c b/libcitadel/lib/libcitadel.c index 1165d4d72..347184c4f 100644 --- a/libcitadel/lib/libcitadel.c +++ b/libcitadel/lib/libcitadel.c @@ -1,5 +1,21 @@ /* * Main stuff for libcitadel + * + * Copyright (c) 1987-2011 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 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/libcitadel/lib/mime_parser.c b/libcitadel/lib/mime_parser.c index f2aec777a..986c30544 100644 --- a/libcitadel/lib/mime_parser.c +++ b/libcitadel/lib/mime_parser.c @@ -2,8 +2,20 @@ * This is the MIME parser for Citadel. * * Copyright (c) 1998-2010 by the citadel.org development team. - * This code is distributed under the GNU General Public License v3. * + * This program is open source software; you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 082cd7046..2b0d2fe8e 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -1,3 +1,21 @@ +/* + * Copyright (c) 1987-2011 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 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include "sysdep.h" #include #include diff --git a/libcitadel/lib/tools.c b/libcitadel/lib/tools.c index d4bb9d0e2..b269433ef 100644 --- a/libcitadel/lib/tools.c +++ b/libcitadel/lib/tools.c @@ -1,6 +1,22 @@ /* * A basic toolset containing miscellaneous functions for string manipluation, * encoding/decoding, and a bunch of other stuff. + * + * Copyright (c) 1987-2011 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 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/libcitadel/lib/vcard.c b/libcitadel/lib/vcard.c index 5223da6b7..d23e6d6d9 100644 --- a/libcitadel/lib/vcard.c +++ b/libcitadel/lib/vcard.c @@ -2,8 +2,20 @@ * vCard implementation for Citadel * * Copyright (C) 1999-2008 by the citadel.org development team. - * This code is freely redistributable under the terms of the GNU General - * Public License. All other rights reserved. + * + * This program is open source software; you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/libcitadel/lib/vnote.c b/libcitadel/lib/vnote.c index 614efd3d7..3507a4087 100644 --- a/libcitadel/lib/vnote.c +++ b/libcitadel/lib/vnote.c @@ -2,8 +2,20 @@ * vNote implementation for Citadel * * Copyright (C) 1999-2007 by the citadel.org development team. - * This code is freely redistributable under the terms of the GNU General - * Public License. All other rights reserved. + * + * This program is open source software; you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -- 2.30.2