Author: aadamchik
Date: Sun Oct 1 12:48:34 2006
New Revision: 451789
URL: http://svn.apache.org/viewvc?view=rev&rev=451789
Log:
more license headers
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/wiki-docs/style.css
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Artist.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Gallery.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Painting.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Artist.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Painting.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Artist.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Painting.java
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/wiki-docs/style.css
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/wiki-docs/style.css?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/wiki-docs/style.css
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/wiki-docs/style.css
Sun Oct 1 12:48:34 2006
@@ -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.
+*/
body, p, td, table, tr {
font-family: Verdana, arial, sans-serif;
font-size: 11px;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Artist.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Artist.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Artist.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Artist.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial.client;
import java.text.ParseException;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Gallery.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Gallery.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Gallery.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Gallery.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial.client;
import cayenne.tutorial.client.auto._Gallery;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Painting.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Painting.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Painting.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial-client/src/cayenne/tutorial/client/Painting.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial.client;
import cayenne.tutorial.client.auto._Painting;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Artist.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Artist.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Artist.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Artist.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial;
import java.text.ParseException;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Gallery.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial;
import cayenne.tutorial.auto._Gallery;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Painting.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Painting.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Painting.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start-rop/cayenne-tutorial/src/cayenne/tutorial/Painting.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial;
import cayenne.tutorial.auto._Painting;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Artist.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Artist.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Artist.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Artist.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial;
import java.text.ParseException;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Gallery.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Gallery.java
Sun Oct 1 12:48:34 2006
@@ -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 cayenne.tutorial;
import cayenne.tutorial.auto._Gallery;
Modified:
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Painting.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Painting.java?view=diff&rev=451789&r1=451788&r2=451789
==============================================================================
---
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Painting.java
(original)
+++
incubator/cayenne/main/branches/STABLE-2.0/cayenne/tutorials/quick-start/cayenne-tutorial/src/cayenne/tutorial/Painting.java
Sun Oct 1 12:48:34 2006
@@ -1,3 +1,22 @@
+/*****************************************************************
+ * 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 cayenne.tutorial;
import cayenne.tutorial.auto._Painting;