diff options
| author | Eric Biggers <ebiggers@google.com> | 2020-06-20 04:07:53 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-20 04:07:53 +0000 |
| commit | 673366accb45b4e9b71e5750bcee4c9c75de3d93 (patch) | |
| tree | 3cd39bd6c343de0ec27e2a7fd87153ac3355cb34 | |
| parent | a0b590e742aa17c1be6bdd37ba42ed539cf66f78 (diff) | |
| parent | 282020e33ada2732998310d512c07e1590ff43fa (diff) | |
| download | platform_test_vts-testcase_kernel-673366accb45b4e9b71e5750bcee4c9c75de3d93.tar.gz platform_test_vts-testcase_kernel-673366accb45b4e9b71e5750bcee4c9c75de3d93.tar.bz2 platform_test_vts-testcase_kernel-673366accb45b4e9b71e5750bcee4c9c75de3d93.zip | |
VtsKernelEncryptionTest: add a missing license header am: 9fdbdfcb7b am: 282020e33a
Original change: https://android-review.googlesource.com/c/platform/test/vts-testcase/kernel/+/1344917
Change-Id: I1bba835f2955f05aceb153727f654d0c97c79f17
| -rw-r--r-- | encryption/vts_kernel_encryption.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/encryption/vts_kernel_encryption.h b/encryption/vts_kernel_encryption.h index f335c84b..92f8ef3a 100644 --- a/encryption/vts_kernel_encryption.h +++ b/encryption/vts_kernel_encryption.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2020 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #pragma once #include <gtest/gtest.h> |
