X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2Fsign-file.c;h=c3899ca4811cc2e0add94f8f31e31b93be432fff;hb=02685b1df0461ce4c23d263b66ea0aac66450d13;hp=058bba3103e2707911cd493f70a1b39015f9d697;hpb=26d2177e977c912863ac04f6c1a967e793ca3a56;p=cascardo%2Flinux.git diff --git a/scripts/sign-file.c b/scripts/sign-file.c index 058bba3103e2..c3899ca4811c 100755 --- a/scripts/sign-file.c +++ b/scripts/sign-file.c @@ -1,12 +1,15 @@ /* Sign a module file using the given key. * - * Copyright (C) 2014 Red Hat, Inc. All Rights Reserved. - * Written by David Howells (dhowells@redhat.com) + * Copyright © 2014-2015 Red Hat, Inc. All Rights Reserved. + * Copyright © 2015 Intel Corporation. + * + * Authors: David Howells + * David Woodhouse * * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public Licence - * as published by the Free Software Foundation; either version - * 2 of the Licence, or (at your option) any later version. + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the licence, or (at your option) any later version. */ #define _GNU_SOURCE #include