From 50ed92a7e07e0367f1b24f4414a6c0054196a870 Mon Sep 17 00:00:00 2001 From: Dylan Katz Date: Fri, 2 Oct 2020 11:03:04 -0700 Subject: [PATCH] Adds license header Missed a review point made, added the license header to FuzzFormatTypes Test: Compiled code Signed-off-by: Dylan Katz Change-Id: Ib8f32b802ec207d0483772c38a0a741e0dd1f151 --- libutils/FuzzFormatTypes.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libutils/FuzzFormatTypes.h b/libutils/FuzzFormatTypes.h index 5d58a1ace..aa9e503ff 100644 --- a/libutils/FuzzFormatTypes.h +++ b/libutils/FuzzFormatTypes.h @@ -1,3 +1,19 @@ +/* + * Copyright 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