From dd1c626dc5e4d33893280b47740b8a5d667dbb54 Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett" <jryans@gmail.com>
Date: Fri, 30 Oct 2020 17:41:22 +0000
Subject: [PATCH] Add missing license header

---
 src/layouts/SingleColumn.scss | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/layouts/SingleColumn.scss b/src/layouts/SingleColumn.scss
index 18a4202..3e589b8 100644
--- a/src/layouts/SingleColumn.scss
+++ b/src/layouts/SingleColumn.scss
@@ -1,3 +1,19 @@
+/*
+Copyright 2020 The Matrix.org Foundation C.I.C.
+
+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.
+*/
+
 .singleColumnLayout {
     height: 100%;
 
-- 
GitLab