aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/internal/tree
diff options
context:
space:
mode:
authorHaijian Wang <haijian@vaadin.com>2013-01-10 15:23:29 +0200
committerHaijian Wang <haijian@vaadin.com>2013-01-10 15:23:29 +0200
commit8af39d142300d9043f07165f646f3aff6ae29e3c (patch)
treea40c33c2a9e75ff7aa96e24322a7832cb9cf1d05 /theme-compiler/src/com/vaadin/sass/internal/tree
parent527686248403a46c57e7ddd4bee8c42e992132c4 (diff)
downloadvaadin-framework-8af39d142300d9043f07165f646f3aff6ae29e3c.tar.gz
vaadin-framework-8af39d142300d9043f07165f646f3aff6ae29e3c.zip
Add license header for a couple of files
Change-Id: I859dcc23397f4eee4b7f4e296f69520e8d6b07f6
Diffstat (limited to 'theme-compiler/src/com/vaadin/sass/internal/tree')
-rw-r--r--theme-compiler/src/com/vaadin/sass/internal/tree/KeyframeSelectorNode.java16
-rw-r--r--theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java16
2 files changed, 32 insertions, 0 deletions
diff --git a/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframeSelectorNode.java b/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframeSelectorNode.java
index 52fbac0dec..085cd46d31 100644
--- a/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframeSelectorNode.java
+++ b/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframeSelectorNode.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2000-2013 Vaadin Ltd.
+ *
+ * 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.vaadin.sass.internal.tree;
public class KeyframeSelectorNode extends Node {
diff --git a/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java b/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java
index b9984bc647..af4fec1ec3 100644
--- a/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java
+++ b/theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2000-2013 Vaadin Ltd.
+ *
+ * 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.vaadin.sass.internal.tree;
import java.util.ArrayList;