]> source.dussan.org Git - nextcloud-server.git/commit
fixing license headers - encryption code related
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 15:02:49 +0000 (17:02 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 15:02:49 +0000 (17:02 +0200)
commita4483243ac2f99dc458eeb7ea80b849de424d2f8
tree016f8d8147c07edff6353c84da1c01083ced50d2
parent1fbf5d86df7ba4001ca826d9dfb8fad073924fde
fixing license headers - encryption code related
49 files changed:
apps/encryption/appinfo/app.php
apps/encryption/appinfo/application.php
apps/encryption/appinfo/routes.php
apps/encryption/controller/recoverycontroller.php
apps/encryption/hooks/contracts/ihook.php
apps/encryption/hooks/userhooks.php
apps/encryption/lib/crypto/crypt.php
apps/encryption/lib/crypto/encryption.php
apps/encryption/lib/exceptions/multikeydecryptexception.php
apps/encryption/lib/exceptions/multikeyencryptexception.php
apps/encryption/lib/exceptions/privatekeymissingexception.php
apps/encryption/lib/exceptions/publickeymissingexception.php
apps/encryption/lib/hookmanager.php
apps/encryption/lib/keymanager.php
apps/encryption/lib/recovery.php
apps/encryption/lib/session.php
apps/encryption/lib/users/setup.php
apps/encryption/lib/util.php
apps/encryption/settings/settings-admin.php
apps/encryption/settings/settings-personal.php
apps/encryption/tests/lib/HookManagerTest.php
apps/encryption/tests/lib/KeyManagerTest.php
apps/encryption/tests/lib/RecoveryTest.php
apps/encryption/tests/lib/SessionTest.php
apps/encryption/tests/lib/UtilTest.php
apps/encryption/tests/lib/crypto/encryptionTest.php
apps/encryption/tests/lib/users/SetupTest.php
lib/private/encryption/exceptions/decryptionfailedexception.php
lib/private/encryption/exceptions/emptyencryptiondataexception.php
lib/private/encryption/exceptions/encryptionfailedexception.php
lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php
lib/private/encryption/exceptions/encryptionheadertolargeexception.php
lib/private/encryption/exceptions/modulealreadyexistsexception.php
lib/private/encryption/exceptions/moduledoesnotexistsexception.php
lib/private/encryption/exceptions/unknowncipherexception.php
lib/private/encryption/file.php
lib/private/encryption/keys/factory.php
lib/private/encryption/keys/storage.php
lib/private/encryption/manager.php
lib/private/encryption/update.php
lib/private/encryption/util.php
lib/private/files/storage/wrapper/encryption.php
lib/private/files/stream/encryption.php
lib/public/encryption/exceptions/genericencryptionexception.php
lib/public/encryption/iencryptionmodule.php
lib/public/encryption/ifile.php
lib/public/encryption/imanager.php
lib/public/encryption/keys/istorage.php
lib/public/iservercontainer.php