From f26e1c3703a378dd30114765fc5b0d0f37b02539 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 27 Jan 2010 16:25:44 +0100 Subject: [PATCH] Fix license. --- src/certtool.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/certtool.c b/src/certtool.c index 06b737183..96e2642c4 100644 --- a/src/certtool.c +++ b/src/certtool.c @@ -1,20 +1,21 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. * * 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 + * 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. + * 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 . + * along with this program. If not, see + * . */ #include -- 2.11.4.GIT