From: Simon Josefsson Date: Wed, 25 Jan 2012 10:30:48 +0000 (+0100) Subject: Silence update-copyright. X-Git-Tag: gnutls_3_0_13~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f0a403ce9d6bb5addd672e4cb8f9934b12f183a;p=thirdparty%2Fgnutls.git Silence update-copyright. --- diff --git a/cfg.mk b/cfg.mk index 876806cd3e..de820bbc8b 100644 --- a/cfg.mk +++ b/cfg.mk @@ -41,7 +41,7 @@ local-checks-to-skip = sc_GPL_version sc_bindtextdomain \ sc_unmarked_diagnostics sc_useless_cpp_parens \ sc_two_space_separator_in_usage -VC_LIST_ALWAYS_EXCLUDE_REGEX = ^maint.mk|gtk-doc.make|m4/pkg|doc/fdl-1.3.texi|(devel/perlasm/|lib/accelerated/x86/|build-aux/|gl/|src/libopts/|tests/suite/ecore/|doc/protocol/).*$$ +VC_LIST_ALWAYS_EXCLUDE_REGEX = ^maint.mk|gtk-doc.make|m4/pkg|doc/fdl-1.3.texi|po/.*.po.in|src/crywrap/|(devel/perlasm/|lib/accelerated/x86/|build-aux/|gl/|src/libopts/|tests/suite/ecore/|doc/protocol/).*$$ update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1 # Explicit syntax-check exceptions. diff --git a/lib/extras/randomart.c b/lib/extras/randomart.c index 7b661a9a25..d5af8d5c6d 100644 --- a/lib/extras/randomart.c +++ b/lib/extras/randomart.c @@ -1,3 +1,25 @@ +/* + * Copyright (C) 2011-2012 Free Software Foundation, Inc. + * + * Author: Nikos Mavrogiannopoulos + * + * This file is part of GnuTLS. + * + * The GnuTLS is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see + * + */ + /* $OpenBSD: key.c,v 1.98 2011/10/18 04:58:26 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.