]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Silence update-copyright.
authorSimon Josefsson <simon@josefsson.org>
Wed, 25 Jan 2012 10:30:48 +0000 (11:30 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 25 Jan 2012 10:30:48 +0000 (11:30 +0100)
cfg.mk
lib/extras/randomart.c

diff --git a/cfg.mk b/cfg.mk
index 876806cd3e9a1c588c4c63a724251c92182a341e..de820bbc8bbf32a3aa419d89c9ad0d73b7422a1d 100644 (file)
--- 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.
index 7b661a9a25b9bcf41fe25d66f309fcfc25b0edec..d5af8d5c6dc4aa7ee9d2c7b3b3461e6d395b16c2 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>
+ *
+ */
+
 /* $OpenBSD: key.c,v 1.98 2011/10/18 04:58:26 djm Exp $ */
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.