diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-27 16:28:01 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-27 16:28:01 +0100 |
commit | d8839ebbad025122572fd9d639bceb08231accc5 (patch) | |
tree | f606c1e67f66dc81ec367ac0fc41a1de0a0a8ab1 /src | |
parent | 0ed06aae0ad84b521240026caa7c8a94bce8b6cf (diff) | |
download | gnutls-d8839ebbad025122572fd9d639bceb08231accc5.tar.gz |
Fix license.
Diffstat (limited to 'src')
-rw-r--r-- | src/tests.c | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/src/tests.c b/src/tests.c index e70972c43c..915dce2a1b 100644 --- a/src/tests.c +++ b/src/tests.c @@ -1,21 +1,22 @@ /* - * Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc. - * Copyright (C) 2000,2001,2002,2003 Nikos Mavrogiannopoulos + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 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> |