summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-27 16:29:40 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-27 16:29:40 +0100
commit13b909232a1955a3e44f22a80a3048ce5b840ddb (patch)
treeda67ece3131266b183084c110465ba39f0fbc656 /src
parenta647c8725dc3cd56e3c920dabb8f4882ac48b6d1 (diff)
downloadgnutls-13b909232a1955a3e44f22a80a3048ce5b840ddb.tar.gz
Fix license.
Diffstat (limited to 'src')
-rw-r--r--src/crypt.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/crypt.c b/src/crypt.c
index 8985cb0987..9a19d489a1 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -1,22 +1,22 @@
/*
- * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
- * Copyright (C) 2001,2003 Nikos Mavrogiannopoulos
- * Copyright (C) 2004 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 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 <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include <config.h>