You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ab...@apache.org on 2011/03/10 12:09:31 UTC

svn commit: r1080181 - in /incubator/gora/branches/0.1-incubating: gora-core/src/examples/java/org/apache/gora/examples/generated/ gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/

Author: ab
Date: Thu Mar 10 11:09:31 2011
New Revision: 1080181

URL: http://svn.apache.org/viewvc?rev=1080181&view=rev
Log:
Insert manually ASL headers for now - trunk needs a modified generator...

Modified:
    incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java
    incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java
    incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java
    incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java
    incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java
    incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java

Modified: incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java?rev=1080181&r1=1080180&r2=1080181&view=diff
==============================================================================
--- incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java (original)
+++ incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java Thu Mar 10 11:09:31 2011
@@ -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.gora.examples.generated;
 
 import java.nio.ByteBuffer;

Modified: incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java?rev=1080181&r1=1080180&r2=1080181&view=diff
==============================================================================
--- incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java (original)
+++ incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java Thu Mar 10 11:09:31 2011
@@ -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.gora.examples.generated;
 
 import java.nio.ByteBuffer;

Modified: incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java?rev=1080181&r1=1080180&r2=1080181&view=diff
==============================================================================
--- incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java (original)
+++ incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java Thu Mar 10 11:09:31 2011
@@ -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.gora.examples.generated;
 
 import java.nio.ByteBuffer;

Modified: incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java?rev=1080181&r1=1080180&r2=1080181&view=diff
==============================================================================
--- incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java (original)
+++ incubator/gora/branches/0.1-incubating/gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java Thu Mar 10 11:09:31 2011
@@ -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.gora.examples.generated;
 
 import java.nio.ByteBuffer;

Modified: incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java?rev=1080181&r1=1080180&r2=1080181&view=diff
==============================================================================
--- incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java (original)
+++ incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java Thu Mar 10 11:09:31 2011
@@ -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.gora.tutorial.log.generated;
 
 import org.apache.avro.AvroRuntimeException;

Modified: incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java?rev=1080181&r1=1080180&r2=1080181&view=diff
==============================================================================
--- incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java (original)
+++ incubator/gora/branches/0.1-incubating/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java Thu Mar 10 11:09:31 2011
@@ -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.gora.tutorial.log.generated;
 
 import org.apache.avro.AvroRuntimeException;