diff options
author | Michael Lumish <mlumish@google.com> | 2016-01-04 11:15:08 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2016-01-04 11:15:08 -0800 |
commit | 648da525a8f831a3e901b991fd835a6b025ef16e (patch) | |
tree | 8901aa6f22b543411879406a9d22d2f86d8d4483 /src/core/security | |
parent | 062ad488881839d2637b7a191ade5b87346b4597 (diff) | |
parent | b10f05e91dc5bd22105a4159e0ecf4f41f2d27f2 (diff) |
Merge pull request #4563 from ctiller/copying
Update copyrights
Diffstat (limited to 'src/core/security')
-rw-r--r-- | src/core/security/jwt_verifier.c | 4 | ||||
-rw-r--r-- | src/core/security/jwt_verifier.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/core/security/jwt_verifier.c b/src/core/security/jwt_verifier.c index eca903d930..0d1d434570 100644 --- a/src/core/security/jwt_verifier.c +++ b/src/core/security/jwt_verifier.c @@ -8,9 +8,9 @@ * met: * * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimser. + * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following disclaimser + * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. * * Neither the name of Google Inc. nor the names of its diff --git a/src/core/security/jwt_verifier.h b/src/core/security/jwt_verifier.h index 51ea036e4a..25613f03a0 100644 --- a/src/core/security/jwt_verifier.h +++ b/src/core/security/jwt_verifier.h @@ -8,9 +8,9 @@ * met: * * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimser. + * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following disclaimser + * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. * * Neither the name of Google Inc. nor the names of its |