You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mg...@apache.org on 2006/07/18 23:12:43 UTC

svn commit: r423253 - /incubator/cayenne/main/trunk/cayenne/cayenne-other/platform-macosx/src/java/org/apache/cayenne/modeler/MacOSXSetup.java

Author: mgentry
Date: Tue Jul 18 14:12:43 2006
New Revision: 423253

URL: http://svn.apache.org/viewvc?rev=423253&view=rev
Log:
Replaced ObjectStyle headers with ASF headers.

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-other/platform-macosx/src/java/org/apache/cayenne/modeler/MacOSXSetup.java

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-other/platform-macosx/src/java/org/apache/cayenne/modeler/MacOSXSetup.java
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-other/platform-macosx/src/java/org/apache/cayenne/modeler/MacOSXSetup.java?rev=423253&r1=423252&r2=423253&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-other/platform-macosx/src/java/org/apache/cayenne/modeler/MacOSXSetup.java (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-other/platform-macosx/src/java/org/apache/cayenne/modeler/MacOSXSetup.java Tue Jul 18 14:12:43 2006
@@ -1,3 +1,23 @@
+/*****************************************************************
+ *   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.cayenne.modeler;
 
 import org.apache.cayenne.modeler.action.AboutAction;