mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
fix base32 copyright
This commit is contained in:
5
COPYING
5
COPYING
@@ -241,3 +241,8 @@ Files: src/gui/KMessageWidget.h
|
|||||||
Copyright: 2011 Aurélien Gâteau <agateau@kde.org>
|
Copyright: 2011 Aurélien Gâteau <agateau@kde.org>
|
||||||
2014 Dominik Haumann <dhaumann@kde.org>
|
2014 Dominik Haumann <dhaumann@kde.org>
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
|
|
||||||
|
Files: src/totp/base32.cpp
|
||||||
|
src/totp/base32.h
|
||||||
|
Copyright: 2010 Google Inc.
|
||||||
|
License: Apache 2.0
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
// Base32 implementation
|
// Base32 implementation
|
||||||
|
// Source: https://github.com/google/google-authenticator-libpam/blob/master/src/base32.c
|
||||||
//
|
//
|
||||||
// Copyright 2010 Google Inc.
|
// Copyright 2010 Google Inc.
|
||||||
// Author: Markus Gutschke
|
// Author: Markus Gutschke
|
||||||
// Source: https://github.com/google/google-authenticator-libpam/blob/master/src/base32.c
|
// Modifications Copyright 2017 KeePassXC team <team@keepassxc.org>
|
||||||
// Modifications copyright (C) 2017 KeePassXC team <https://keepassxc.org/>
|
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
// Base32 implementation
|
// Base32 implementation
|
||||||
|
// Source: https://github.com/google/google-authenticator-libpam/blob/master/src/base32.h
|
||||||
//
|
//
|
||||||
// Copyright 2010 Google Inc.
|
// Copyright 2010 Google Inc.
|
||||||
// Author: Markus Gutschke
|
// Author: Markus Gutschke
|
||||||
// Source: https://github.com/google/google-authenticator-libpam/blob/master/src/base32.h
|
// Modifications Copyright 2017 KeePassXC team <team@keepassxc.org>
|
||||||
// Modifications copyright (C) 2017 KeePassXC team <https://keepassxc.org/>
|
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user