Author: sabob
Date: Sun Jun 14 01:10:43 2009
New Revision: 784494
URL: http://svn.apache.org/viewvc?rev=784494&view=rev
Log:
added apache license
Modified:
incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Course.java
incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Student.java
incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/StudentHouse.java
incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java
incubator/click/trunk/click/examples/src/quartz.properties
Modified: incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Course.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Course.java?rev=784494&r1=784493&r2=784494&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Course.java
(original)
+++ incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Course.java
Sun Jun 14 01:10:43 2009
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 org.apache.click.examples.domain;
import org.apache.click.examples.domain.auto._Course;
@@ -5,6 +23,3 @@
public class Course extends _Course {
}
-
-
-
Modified: incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Student.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Student.java?rev=784494&r1=784493&r2=784494&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Student.java
(original)
+++ incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/Student.java
Sun Jun 14 01:10:43 2009
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 org.apache.click.examples.domain;
import org.apache.click.examples.domain.auto._Student;
@@ -5,6 +23,3 @@
public class Student extends _Student {
}
-
-
-
Modified: incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/StudentHouse.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/StudentHouse.java?rev=784494&r1=784493&r2=784494&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/StudentHouse.java
(original)
+++ incubator/click/trunk/click/examples/src/org/apache/click/examples/domain/StudentHouse.java
Sun Jun 14 01:10:43 2009
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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 org.apache.click.examples.domain;
import org.apache.click.examples.domain.auto._StudentHouse;
@@ -5,6 +23,3 @@
public class StudentHouse extends _StudentHouse {
}
-
-
-
Modified: incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java?rev=784494&r1=784493&r2=784494&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java
(original)
+++ incubator/click/trunk/click/examples/src/org/apache/click/examples/page/SourceViewer.java
Sun Jun 14 01:10:43 2009
@@ -7,7 +7,7 @@
* "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_START-2.0
+ * 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
Modified: incubator/click/trunk/click/examples/src/quartz.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/quartz.properties?rev=784494&r1=784493&r2=784494&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/quartz.properties (original)
+++ incubator/click/trunk/click/examples/src/quartz.properties Sun Jun 14 01:10:43 2009
@@ -1,3 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you 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.
+
#
# Quartz Scheduler configuration properties
#
|