Author: torehalset
Date: Mon Aug 28 12:49:28 2006
New Revision: 437801
URL: http://svn.apache.org/viewvc?rev=437801&view=rev
Log:
apache header
Modified:
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.m
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.m
incubator/cayenne/sandbox/CocoaCayenne/CAYClient/main.m
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.h Mon Aug 28
12:49:28 2006
@@ -1,4 +1,21 @@
-/* AppController */
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import <Cocoa/Cocoa.h>
#import "CAYObjectContext.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/AppController.m Mon Aug 28
12:49:28 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.
+ ****************************************************************/
+
#import <HessianObjC/BBSHessianObjC.h>
#import "AppController.h"
#import "CAYBootstrapMessage.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.h Mon Aug 28
12:49:28 2006
@@ -1,10 +1,21 @@
-//
-// Artist.h
-// CAYClient
-//
-// Created by Tore Halset on 8/14/06.
-// Copyright 2006 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import <Cocoa/Cocoa.h>
#import "CAYPersistentObject.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Artist.m Mon Aug 28
12:49:28 2006
@@ -1,10 +1,21 @@
-//
-// Artist.m
-// CAYClient
-//
-// Created by Tore Halset on 8/14/06.
-// Copyright 2006 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import "Artist.h"
#import "CAYFault.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.h Mon Aug 28
12:49:28 2006
@@ -1,10 +1,21 @@
-//
-// Gallery.h
-// CAYClient
-//
-// Created by Tore Halset on 8/14/06.
-// Copyright 2006 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import <Cocoa/Cocoa.h>
#import "CAYPersistentObject.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.m
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.m?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Gallery.m Mon Aug 28
12:49:28 2006
@@ -1,10 +1,21 @@
-//
-// Gallery.m
-// CAYClient
-//
-// Created by Tore Halset on 8/14/06.
-// Copyright 2006 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import "Gallery.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.h Mon Aug 28
12:49:28 2006
@@ -1,10 +1,21 @@
-//
-// Painting.h
-// CAYClient
-//
-// Created by Tore Halset on 8/14/06.
-// Copyright 2006 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import <Cocoa/Cocoa.h>
#import "CAYPersistentObject.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.m
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.m?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/Painting.m Mon Aug 28
12:49:28 2006
@@ -1,10 +1,21 @@
-//
-// Painting.m
-// CAYClient
-//
-// Created by Tore Halset on 8/14/06.
-// Copyright 2006 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import "Painting.h"
Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/main.m
URL:
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/main.m?rev=437801&r1=437800&r2=437801&view=diff
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/main.m (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/main.m Mon Aug 28 12:49:28
2006
@@ -1,10 +1,21 @@
-//
-// main.m
-// CAYClient
-//
-// Created by Tore Halset on 8/11/06.
-// Copyright __MyCompanyName__ 2006. All rights reserved.
-//
+/*****************************************************************
+ * 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.
+ ****************************************************************/
#import <Cocoa/Cocoa.h>