Author: arist
Date: Wed Nov 30 01:23:15 2011
New Revision: 1208200
URL: http://svn.apache.org/viewvc?rev=1208200&view=rev
Log:
Update headers to Alv2 headers
Modified:
incubator/ooo/trunk/main/idlc/test/const.idl
incubator/ooo/trunk/main/idlc/test/enum.idl
incubator/ooo/trunk/main/idlc/test/exception.idl
incubator/ooo/trunk/main/idlc/test/identifiers.idl
incubator/ooo/trunk/main/idlc/test/interface.idl
incubator/ooo/trunk/main/idlc/test/service.idl
incubator/ooo/trunk/main/idlc/test/singleton.idl
incubator/ooo/trunk/main/idlc/test/struct.idl
incubator/ooo/trunk/main/idlc/test/typelookup.idl
incubator/ooo/trunk/main/idlc/test/union.idl
Modified: incubator/ooo/trunk/main/idlc/test/const.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/const.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/const.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/const.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
module idlc
{
module test
Modified: incubator/ooo/trunk/main/idlc/test/enum.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/enum.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/enum.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/enum.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
module idlc
{
module test
Modified: incubator/ooo/trunk/main/idlc/test/exception.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/exception.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/exception.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/exception.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
module idlc
{
module test
Modified: incubator/ooo/trunk/main/idlc/test/identifiers.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/identifiers.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/identifiers.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/identifiers.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
struct Identifiers
{
long onlysmallalphas;
Modified: incubator/ooo/trunk/main/idlc/test/interface.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/interface.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/interface.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/interface.idl Wed Nov 30 01:23:15 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 <enum.idl>
#include <struct.idl>
Modified: incubator/ooo/trunk/main/idlc/test/service.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/service.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/service.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/service.idl Wed Nov 30 01:23:15 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 <interface.idl>
module idlc
Modified: incubator/ooo/trunk/main/idlc/test/singleton.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/singleton.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/singleton.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/singleton.idl Wed Nov 30 01:23:15 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 <interface.idl>
module idlc
Modified: incubator/ooo/trunk/main/idlc/test/struct.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/struct.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/struct.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/struct.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
/* In this file the idl struct will be tested.
bla
*/
Modified: incubator/ooo/trunk/main/idlc/test/typelookup.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/typelookup.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/typelookup.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/typelookup.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
/* In this file the idl struct will be tested.
bla
*/
Modified: incubator/ooo/trunk/main/idlc/test/union.idl
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/idlc/test/union.idl?rev=1208200&r1=1208199&r2=1208200&view=diff
==============================================================================
--- incubator/ooo/trunk/main/idlc/test/union.idl (original)
+++ incubator/ooo/trunk/main/idlc/test/union.idl Wed Nov 30 01:23:15 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.
+ *
+ *************************************************************/
+
module idlc
{
module test