From: Simon Josefsson Date: Wed, 7 Jan 2009 16:46:57 +0000 (+0100) Subject: Fix license header. X-Git-Tag: gnutls_2_7_5~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fca5efce0b882ca81c6de5e7e5354ca1a2c4b6f;p=thirdparty%2Fgnutls.git Fix license header. --- diff --git a/src/errcodes.c b/src/errcodes.c index e061e48f9f..b3971be0f6 100644 --- a/src/errcodes.c +++ b/src/errcodes.c @@ -1,5 +1,25 @@ +/* + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation + * Author: Nikos Mavrogiannopoulos, Simon Josefsson + * + * This file is part of GNUTLS. + * + * GNUTLS is free 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. + * + * GNUTLS 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, see . + */ + #ifdef HAVE_CONFIG_H -#include "config.h" +# include "config.h" #endif #include diff --git a/src/printlist.c b/src/printlist.c index 318b12f453..3f23de92c1 100644 --- a/src/printlist.c +++ b/src/printlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Free Software Foundation + * Copyright (C) 2008, 2009 Free Software Foundation * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS. @@ -8,12 +8,12 @@ * 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. - * + * * GNUTLS 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, see . */