summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-27 16:24:40 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-27 16:24:40 +0100
commit830a1b1cb8eadab6cca939bd4a07d209ea0e2802 (patch)
tree91cba5ddd786ab90b87d7ba6fceb656e93bda4e7 /src
parentd03d55606ec9aeb2628ddb60e47138ac8e55c10a (diff)
downloadgnutls-830a1b1cb8eadab6cca939bd4a07d209ea0e2802.tar.gz
Fix copyright/license.
Diffstat (limited to 'src')
-rw-r--r--src/certtool-cfg.c24
1 files changed, 14 insertions, 10 deletions
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index f4c2f35f54..3921f66e51 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -1,20 +1,24 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ * Copyright (C) 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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see
+ * <http://www.gnu.org/licenses/>.
+ *
+ * Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
#include <config.h>