From 5b2296b056374b7971ad59f2029c1cefdd482e3e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 5 May 2017 11:24:53 +0100 Subject: [PATCH] Add missing copyright header --- editor/sass/panels.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/editor/sass/panels.scss b/editor/sass/panels.scss index ba803a8db..34e9b3815 100644 --- a/editor/sass/panels.scss +++ b/editor/sass/panels.scss @@ -1,3 +1,20 @@ +/** + * Copyright JS Foundation and other contributors, http://js.foundation + * + * 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. + **/ + + .red-ui-panels { position: relative;