Skip to content

Commit 7f88835

Browse files
committed
Fix a typo in the project description
Apparently, no one reads copyright notices.
1 parent a2b4f8a commit 7f88835

16 files changed

+16
-16
lines changed

src/libp11-int.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2015-2025 Michał Trojnara <[email protected]>
44
*

src/libp11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
*
44
* This library is free software; you can redistribute it and/or

src/libpkcs11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
*
44
* This library is free software; you can redistribute it and/or

src/p11_atfork.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2010-2012 Free Software Foundation, Inc.
33
* Copyright (C) 2014 Red Hat
44
* Copyright (C) 2018-2025 Michał Trojnara <[email protected]>

src/p11_attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2016-2025 Michał Trojnara <[email protected]>
44
*

src/p11_cert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2016-2025 Michał Trojnara <[email protected]>
44
*

src/p11_ckr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
*
44
* This library is free software; you can redistribute it and/or

src/p11_ec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2011, 2013 Douglas E. Engert <[email protected]>
44
* Copyright (C) 2014, 2016 Douglas E. Engert <[email protected]>

src/p11_front.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2016-2025 Michał Trojnara <[email protected]>
33
*
44
* This library is free software; you can redistribute it and/or

src/p11_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2016-2025 Michał Trojnara <[email protected]>
44
*

src/p11_load.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
*
44
* This library is free software; you can redistribute it and/or

src/p11_misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2015-2025 Michał Trojnara <[email protected]>
44
*

src/p11_pkey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2017 Douglas E. Engert <[email protected]>
33
* Copyright (C) 2017-2025 Michał Trojnara <[email protected]>
44
*

src/p11_pthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2017 Douglas E. Engert <[email protected]>
33
* Copyright (C) 2017-2025 Michał Trojnara <[email protected]>
44
*

src/p11_rsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2016-2025 Michał Trojnara <[email protected]>
44
*

src/p11_slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* libp11, a simple layer on to of PKCS#11 API
1+
/* libp11, a simple layer on top of PKCS#11 API
22
* Copyright (C) 2005 Olaf Kirch <[email protected]>
33
* Copyright (C) 2015-2025 Michał Trojnara <[email protected]>
44
*

0 commit comments

Comments
 (0)