OSDN Git Service

Add licensing to SavedWindowSizesEntry
authorBraden Farmer <farmerbb@gmail.com>
Mon, 19 Dec 2016 22:13:20 +0000 (15:13 -0700)
committerBraden Farmer <farmerbb@gmail.com>
Mon, 19 Dec 2016 22:13:20 +0000 (15:13 -0700)
app/src/main/java/com/farmerbb/taskbar/util/SavedWindowSizesEntry.java

index 426f5bc..e3435ed 100644 (file)
@@ -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;