From 0b38392eb1662c8d43a4e72387ac2379ffe04eec Mon Sep 17 00:00:00 2001 From: Braden Farmer Date: Mon, 19 Dec 2016 15:13:20 -0700 Subject: [PATCH] Add licensing to SavedWindowSizesEntry --- .../com/farmerbb/taskbar/util/SavedWindowSizesEntry.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/src/main/java/com/farmerbb/taskbar/util/SavedWindowSizesEntry.java b/app/src/main/java/com/farmerbb/taskbar/util/SavedWindowSizesEntry.java index 426f5bc5..e3435ed4 100644 --- a/app/src/main/java/com/farmerbb/taskbar/util/SavedWindowSizesEntry.java +++ b/app/src/main/java/com/farmerbb/taskbar/util/SavedWindowSizesEntry.java @@ -1,3 +1,18 @@ +/* Copyright 2016 Braden Farmer + * + * 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. + */ + package com.farmerbb.taskbar.util; import java.io.Serializable; -- 2.11.0