Author: arist
Date: Wed Nov 30 01:05:44 2011
New Revision: 1208181
URL: http://svn.apache.org/viewvc?rev=1208181&view=rev
Log:
Update headers to Alv2 headers
Modified:
incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.cpp
incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.cpp
incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.cpp
incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.cpp
incubator/ooo/trunk/main/xmerge/source/regutil/regutil.cpp
Modified: incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.cpp
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.cpp?rev=1208181&r1=1208180&r2=1208181&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.cpp
(original)
+++ incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFactory.cpp Wed Nov
30 01:05:44 2011
@@ -1,3 +1,24 @@
+/**************************************************************
+ *
+ * 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.
+ *
+ *************************************************************/
+
// XMergeFactory.cpp: implementation of the CXMergeFactory class.
//
//////////////////////////////////////////////////////////////////////
Modified: incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.cpp
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.cpp?rev=1208181&r1=1208180&r2=1208181&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.cpp
(original)
+++ incubator/ooo/trunk/main/xmerge/source/activesync/XMergeFilter.cpp Wed Nov
30 01:05:44 2011
@@ -1,3 +1,24 @@
+/**************************************************************
+ *
+ * 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.
+ *
+ *************************************************************/
+
// XMergeFilter.cpp: implementation of the CXMergeFilter class.
//
//////////////////////////////////////////////////////////////////////
Modified: incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.cpp
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.cpp?rev=1208181&r1=1208180&r2=1208181&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.cpp (original)
+++ incubator/ooo/trunk/main/xmerge/source/activesync/XMergeSync.cpp Wed Nov 30
01:05:44 2011
@@ -1,3 +1,24 @@
+/**************************************************************
+ *
+ * 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.
+ *
+ *************************************************************/
+
#include "stdafx.h"
Modified: incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.cpp
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.cpp?rev=1208181&r1=1208180&r2=1208181&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.cpp (original)
+++ incubator/ooo/trunk/main/xmerge/source/activesync/stdafx.cpp Wed Nov 30
01:05:44 2011
@@ -1,3 +1,24 @@
+/**************************************************************
+ *
+ * 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.
+ *
+ *************************************************************/
+
//
// stdafx.cpp : source file that includes just the standard includes
// stdafx.pch will be the pre-compiled header
Modified: incubator/ooo/trunk/main/xmerge/source/regutil/regutil.cpp
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/regutil/regutil.cpp?rev=1208181&r1=1208180&r2=1208181&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/regutil/regutil.cpp (original)
+++ incubator/ooo/trunk/main/xmerge/source/regutil/regutil.cpp Wed Nov 30
01:05:44 2011
@@ -1,3 +1,24 @@
+/**************************************************************
+ *
+ * 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.
+ *
+ *************************************************************/
+
/*
* Simple Application which calls the DllRegisterServer or DllUnregisterServer
functions
* of the XMerge ActiveSync plugin.