Mercurial > hg > octave-shane > gnulib-hg
comparison lib/gc-pbkdf2-sha1.c @ 17587:344018b6e5d7
maint: update copyright
I ran 'make update-copyright'.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 01 Jan 2014 00:04:40 -0700 |
parents | e542fd46ad6f |
children |
comparison
equal
deleted
inserted
replaced
17586:fcecfcc66724 | 17587:344018b6e5d7 |
---|---|
1 /* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5 | 1 /* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5 |
2 Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc. | 2 Copyright (C) 2002-2006, 2009-2014 Free Software Foundation, Inc. |
3 | 3 |
4 This program is free software; you can redistribute it and/or modify | 4 This program is free software; you can redistribute it and/or modify |
5 it under the terms of the GNU General Public License as published by | 5 it under the terms of the GNU General Public License as published by |
6 the Free Software Foundation; either version 2, or (at your option) | 6 the Free Software Foundation; either version 2, or (at your option) |
7 any later version. | 7 any later version. |