Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added license file headers
  • Loading branch information
nfrankel committed Sep 23, 2012
1 parent 2268de0 commit ded8587
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
@@ -1,4 +1,25 @@
package com.morevaadin.vaadin7.sass;
package com.morevaadin.vaadin7.sass;

/*
* #%L
* sass-example
* %%
* Copyright (C) 2012 Nicolas Frankel
* %%
* 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.
* #L%
*/


import com.vaadin.annotations.Theme;
import com.vaadin.server.WrappedRequest;
Expand Down
22 changes: 21 additions & 1 deletion sass-example/src/main/webapp/WEB-INF/web.xml
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
sass-example
%%
Copyright (C) 2012 Nicolas Frankel
%%
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.
#L%
-->

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
Expand Down

0 comments on commit ded8587

Please sign in to comment.