From 414c1fb5e53d5bc38608bb1cae2680243bc669e4 Mon Sep 17 00:00:00 2001 From: Ole Rehmsen Date: Fri, 24 May 2019 10:13:42 +0200 Subject: [PATCH] Add license preamble to empty test file Change-Id: I749654e71151e2f694cf150d09ee944c6e4d442c --- polygerrit-ui/app/test/common-test-setup.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/polygerrit-ui/app/test/common-test-setup.js b/polygerrit-ui/app/test/common-test-setup.js index a60b2a6c9c..7be4f04f1c 100644 --- a/polygerrit-ui/app/test/common-test-setup.js +++ b/polygerrit-ui/app/test/common-test-setup.js @@ -1,5 +1,18 @@ /** - * @fileoverview Intentionally blank - will contain shared Polymer 2 test setup - * code. + * @license + * Copyright (C) 2019 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. */ +// Intentionally blank - will contain shared Polymer 2 test setup code.