Prechádzať zdrojové kódy

s/Fondations/Foundation/

Werner Koch 19 rokov pred
rodič
commit
e546b3d707
100 zmenil súbory, kde vykonal 100 pridanie a 100 odobranie
  1. 1 1
      Makefile.am
  2. 1 1
      include/Makefile.am
  3. 1 1
      src/Makefile.am
  4. 1 1
      src/agent.c
  5. 1 1
      src/agent.h
  6. 1 1
      src/cert-gpgsm.c
  7. 1 1
      src/cert-object.c
  8. 1 1
      src/cert.h
  9. 1 1
      src/cryptoki.h
  10. 1 1
      src/debug.h
  11. 1 1
      src/error-mapping.c
  12. 1 1
      src/error-mapping.h
  13. 1 1
      src/gpgsm.c
  14. 1 1
      src/locking.c
  15. 1 1
      src/locking.h
  16. 1 1
      src/p11-cancelfunction.c
  17. 1 1
      src/p11-closeallsessions.c
  18. 1 1
      src/p11-closesession.c
  19. 1 1
      src/p11-copyobject.c
  20. 1 1
      src/p11-createobject.c
  21. 1 1
      src/p11-decrypt.c
  22. 1 1
      src/p11-decryptdigestupdate.c
  23. 1 1
      src/p11-decryptfinal.c
  24. 1 1
      src/p11-decryptinit.c
  25. 1 1
      src/p11-decryptupdate.c
  26. 1 1
      src/p11-decryptverifyupdate.c
  27. 1 1
      src/p11-derivekey.c
  28. 1 1
      src/p11-destroyobject.c
  29. 1 1
      src/p11-digest.c
  30. 1 1
      src/p11-digestencryptupdate.c
  31. 1 1
      src/p11-digestfinal.c
  32. 1 1
      src/p11-digestinit.c
  33. 1 1
      src/p11-digestkey.c
  34. 1 1
      src/p11-digestupdate.c
  35. 1 1
      src/p11-encrypt.c
  36. 1 1
      src/p11-encryptfinal.c
  37. 1 1
      src/p11-encryptinit.c
  38. 1 1
      src/p11-encryptupdate.c
  39. 1 1
      src/p11-finalize.c
  40. 1 1
      src/p11-findobjects.c
  41. 1 1
      src/p11-findobjectsfinal.c
  42. 1 1
      src/p11-findobjectsinit.c
  43. 1 1
      src/p11-generatekey.c
  44. 1 1
      src/p11-generatekeypair.c
  45. 1 1
      src/p11-generaterandom.c
  46. 1 1
      src/p11-getattributevalue.c
  47. 1 1
      src/p11-getfunctionlist.c
  48. 1 1
      src/p11-getfunctionstatus.c
  49. 1 1
      src/p11-getinfo.c
  50. 1 1
      src/p11-getmechanisminfo.c
  51. 1 1
      src/p11-getmechanismlist.c
  52. 1 1
      src/p11-getobjectsize.c
  53. 1 1
      src/p11-getoperationstate.c
  54. 1 1
      src/p11-getsessioninfo.c
  55. 1 1
      src/p11-getslotinfo.c
  56. 1 1
      src/p11-getslotlist.c
  57. 1 1
      src/p11-gettokeninfo.c
  58. 1 1
      src/p11-initialize.c
  59. 1 1
      src/p11-initpin.c
  60. 1 1
      src/p11-inittoken.c
  61. 1 1
      src/p11-login.c
  62. 1 1
      src/p11-logout.c
  63. 1 1
      src/p11-opensession.c
  64. 1 1
      src/p11-seedrandom.c
  65. 1 1
      src/p11-setattributevalue.c
  66. 1 1
      src/p11-setoperationstate.c
  67. 1 1
      src/p11-setpin.c
  68. 1 1
      src/p11-sign.c
  69. 1 1
      src/p11-signencryptupdate.c
  70. 1 1
      src/p11-signfinal.c
  71. 1 1
      src/p11-signinit.c
  72. 1 1
      src/p11-signrecover.c
  73. 1 1
      src/p11-signrecoverinit.c
  74. 1 1
      src/p11-signupdate.c
  75. 1 1
      src/p11-unwrapkey.c
  76. 1 1
      src/p11-verify.c
  77. 1 1
      src/p11-verifyfinal.c
  78. 1 1
      src/p11-verifyinit.c
  79. 1 1
      src/p11-verifyrecover.c
  80. 1 1
      src/p11-verifyrecoverinit.c
  81. 1 1
      src/p11-verifyupdate.c
  82. 1 1
      src/p11-waitforslotevent.c
  83. 1 1
      src/p11-wrapkey.c
  84. 1 1
      src/settings.h
  85. 1 1
      src/slots.c
  86. 1 1
      src/slots.h
  87. 1 1
      src/support.h
  88. 1 1
      src/table.c
  89. 1 1
      src/table.h
  90. 1 1
      tests/Makefile.am
  91. 1 1
      tests/t-auth.c
  92. 1 1
      tests/t-closeallsessions.c
  93. 1 1
      tests/t-findobjects.c
  94. 1 1
      tests/t-getattribute.c
  95. 1 1
      tests/t-getfunctionlist.c
  96. 1 1
      tests/t-getinfo.c
  97. 1 1
      tests/t-getmechanisminfo.c
  98. 1 1
      tests/t-getmechanismlist.c
  99. 1 1
      tests/t-getsessioninfo.c
  100. 1 1
      tests/t-getslotinfo.c

+ 1 - 1
Makefile.am

@@ -21,7 +21,7 @@
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 #
 # In addition, as a special exception, g10 Code GmbH gives permission
-# to link this library: with the Mozilla Fondations's code for
+# to link this library: with the Mozilla Foundation's code for
 # Mozilla (or with modified versions of it that use the same license
 # as the "Mozilla" code), and distribute the linked executables.  You
 # must obey the GNU General Public License in all respects for all of

+ 1 - 1
include/Makefile.am

@@ -21,7 +21,7 @@
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 #
 # In addition, as a special exception, g10 Code GmbH gives permission
-# to link this library: with the Mozilla Fondations's code for
+# to link this library: with the Mozilla Foundation's code for
 # Mozilla (or with modified versions of it that use the same license
 # as the "Mozilla" code), and distribute the linked executables.  You
 # must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/Makefile.am

@@ -21,7 +21,7 @@
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 #
 # In addition, as a special exception, g10 Code GmbH gives permission
-# to link this library: with the Mozilla Fondations's code for
+# to link this library: with the Mozilla Foundation's code for
 # Mozilla (or with modified versions of it that use the same license
 # as the "Mozilla" code), and distribute the linked executables.  You
 # must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/agent.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/agent.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/cert-gpgsm.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/cert-object.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/cert.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/cryptoki.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/debug.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/error-mapping.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/error-mapping.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/gpgsm.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/locking.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/locking.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-cancelfunction.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-closeallsessions.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-closesession.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-copyobject.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-createobject.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-decrypt.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-decryptdigestupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-decryptfinal.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-decryptinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-decryptupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-decryptverifyupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-derivekey.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-destroyobject.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-digest.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-digestencryptupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-digestfinal.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-digestinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-digestkey.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-digestupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-encrypt.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-encryptfinal.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-encryptinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-encryptupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-finalize.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-findobjects.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-findobjectsfinal.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-findobjectsinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-generatekey.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-generatekeypair.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-generaterandom.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getattributevalue.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getfunctionlist.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getfunctionstatus.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getinfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getmechanisminfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getmechanismlist.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getobjectsize.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getoperationstate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getsessioninfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getslotinfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-getslotlist.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-gettokeninfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-initialize.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-initpin.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-inittoken.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-login.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-logout.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-opensession.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-seedrandom.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-setattributevalue.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-setoperationstate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-setpin.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-sign.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-signencryptupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-signfinal.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-signinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-signrecover.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-signrecoverinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-signupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-unwrapkey.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-verify.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-verifyfinal.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-verifyinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-verifyrecover.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-verifyrecoverinit.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-verifyupdate.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-waitforslotevent.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/p11-wrapkey.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/settings.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/slots.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/slots.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/support.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/table.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
src/table.h

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/Makefile.am

@@ -21,7 +21,7 @@
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 #
 # In addition, as a special exception, g10 Code GmbH gives permission
-# to link this library: with the Mozilla Fondations's code for
+# to link this library: with the Mozilla Foundation's code for
 # Mozilla (or with modified versions of it that use the same license
 # as the "Mozilla" code), and distribute the linked executables.  You
 # must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-auth.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-closeallsessions.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-findobjects.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getattribute.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getfunctionlist.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getinfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getmechanisminfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getmechanismlist.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getsessioninfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

+ 1 - 1
tests/t-getslotinfo.c

@@ -21,7 +21,7 @@
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
    In addition, as a special exception, g10 Code GmbH gives permission
-   to link this library: with the Mozilla Fondations's code for
+   to link this library: with the Mozilla Foundation's code for
    Mozilla (or with modified versions of it that use the same license
    as the "Mozilla" code), and distribute the linked executables.  You
    must obey the GNU General Public License in all respects for all of

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov