You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2010/04/14 16:04:15 UTC

svn commit: r933961 - /poi/trunk/src/models/

Author: nick
Date: Wed Apr 14 14:04:14 2010
New Revision: 933961

URL: http://svn.apache.org/viewvc?rev=933961&view=rev
Log:
Add missing license header to older xml files

Modified:
    poi/trunk/src/models/BlockClassDiagram.pgml
    poi/trunk/src/models/HSSFOperationalUseCases.pgml
    poi/trunk/src/models/HSSFSerializerClassDiagram.pgml
    poi/trunk/src/models/HSSFSerializerUseCases.pgml
    poi/trunk/src/models/HSSFUseCases.pgml
    poi/trunk/src/models/POIFSAddDocument.pgml
    poi/trunk/src/models/POIFSClassDiagram.pgml
    poi/trunk/src/models/POIFSInitialization.pgml
    poi/trunk/src/models/POIFSLifeCycle.pgml
    poi/trunk/src/models/POIFSPropertyTablePreWrite.pgml
    poi/trunk/src/models/POIFSRootPropertyPreWrite.pgml
    poi/trunk/src/models/POIFSWriteFilesystem.pgml
    poi/trunk/src/models/POIUseCases.pgml
    poi/trunk/src/models/PropertyTableClassDiagram.pgml
    poi/trunk/src/models/analysismain.pgml
    poi/trunk/src/models/poi.argo
    poi/trunk/src/models/poi.xmi
    poi/trunk/src/models/poifsAnalysisClasses.pgml
    poi/trunk/src/models/projectmain.pgml
    poi/trunk/src/models/readFileFromFilesystemSequenceDiagram.pgml
    poi/trunk/src/models/readFileSystemDirectorySequenceDiagram.pgml
    poi/trunk/src/models/readFilesystemSequenceDiagram.pgml
    poi/trunk/src/models/utilClasses.pgml
    poi/trunk/src/models/writeFilesystemSequenceDiagram.pgml

Modified: poi/trunk/src/models/BlockClassDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/BlockClassDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/BlockClassDiagram.pgml (original)
+++ poi/trunk/src/models/BlockClassDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffe"
       name="BlockClassDiagram"

Modified: poi/trunk/src/models/HSSFOperationalUseCases.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/HSSFOperationalUseCases.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/HSSFOperationalUseCases.pgml (original)
+++ poi/trunk/src/models/HSSFOperationalUseCases.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffc"
       name="HSSFOperationalUseCases"

Modified: poi/trunk/src/models/HSSFSerializerClassDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/HSSFSerializerClassDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/HSSFSerializerClassDiagram.pgml (original)
+++ poi/trunk/src/models/HSSFSerializerClassDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffe"
       name="HSSFSerializerClassDiagram"

Modified: poi/trunk/src/models/HSSFSerializerUseCases.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/HSSFSerializerUseCases.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/HSSFSerializerUseCases.pgml (original)
+++ poi/trunk/src/models/HSSFSerializerUseCases.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffb"
       name="HSSF Serializer Use Cases"

Modified: poi/trunk/src/models/HSSFUseCases.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/HSSFUseCases.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/HSSFUseCases.pgml (original)
+++ poi/trunk/src/models/HSSFUseCases.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffc"
       name="HSSFUseCases"

Modified: poi/trunk/src/models/POIFSAddDocument.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSAddDocument.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSAddDocument.pgml (original)
+++ poi/trunk/src/models/POIFSAddDocument.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="POIFSAddDocument"

Modified: poi/trunk/src/models/POIFSClassDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSClassDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSClassDiagram.pgml (original)
+++ poi/trunk/src/models/POIFSClassDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffe"
       name="POIFSClassDiagram"

Modified: poi/trunk/src/models/POIFSInitialization.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSInitialization.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSInitialization.pgml (original)
+++ poi/trunk/src/models/POIFSInitialization.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="POIFSInitialization"

Modified: poi/trunk/src/models/POIFSLifeCycle.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSLifeCycle.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSLifeCycle.pgml (original)
+++ poi/trunk/src/models/POIFSLifeCycle.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="POIFSLifeCycle"

Modified: poi/trunk/src/models/POIFSPropertyTablePreWrite.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSPropertyTablePreWrite.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSPropertyTablePreWrite.pgml (original)
+++ poi/trunk/src/models/POIFSPropertyTablePreWrite.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="POIFSPropertyTablePreWrite"

Modified: poi/trunk/src/models/POIFSRootPropertyPreWrite.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSRootPropertyPreWrite.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSRootPropertyPreWrite.pgml (original)
+++ poi/trunk/src/models/POIFSRootPropertyPreWrite.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="POIFSRootPropertyPreWrite"

Modified: poi/trunk/src/models/POIFSWriteFilesystem.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIFSWriteFilesystem.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIFSWriteFilesystem.pgml (original)
+++ poi/trunk/src/models/POIFSWriteFilesystem.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="POIFSWriteFilesystem"

Modified: poi/trunk/src/models/POIUseCases.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/POIUseCases.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/POIUseCases.pgml (original)
+++ poi/trunk/src/models/POIUseCases.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffd"
       name="POIUseCases"

Modified: poi/trunk/src/models/PropertyTableClassDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/PropertyTableClassDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/PropertyTableClassDiagram.pgml (original)
+++ poi/trunk/src/models/PropertyTableClassDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffe"
       name="PropertyTableClassDiagram"

Modified: poi/trunk/src/models/analysismain.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/analysismain.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/analysismain.pgml (original)
+++ poi/trunk/src/models/analysismain.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7fff"
       name="analysismain"

Modified: poi/trunk/src/models/poi.argo
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/poi.argo?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/poi.argo (original)
+++ poi/trunk/src/models/poi.argo Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version = "1.0" encoding = "ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE argo SYSTEM "argo.dtd" >
 <argo>
   <documentation>

Modified: poi/trunk/src/models/poi.xmi
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/poi.xmi?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/poi.xmi (original)
+++ poi/trunk/src/models/poi.xmi Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <XMI xmi.version="1.0">
   <XMI.header>
     <XMI.documentation>
@@ -19111,4 +19129,4 @@
       </Foundation.Core.Namespace.ownedElement>
     </Model_Management.Model>
   </XMI.content>
-</XMI>
\ No newline at end of file
+</XMI>

Modified: poi/trunk/src/models/poifsAnalysisClasses.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/poifsAnalysisClasses.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/poifsAnalysisClasses.pgml (original)
+++ poi/trunk/src/models/poifsAnalysisClasses.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-7ffd"
       name="poifsAnalysisClasses"

Modified: poi/trunk/src/models/projectmain.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/projectmain.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/projectmain.pgml (original)
+++ poi/trunk/src/models/projectmain.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-8000"
       name="projectmain"

Modified: poi/trunk/src/models/readFileFromFilesystemSequenceDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/readFileFromFilesystemSequenceDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/readFileFromFilesystemSequenceDiagram.pgml (original)
+++ poi/trunk/src/models/readFileFromFilesystemSequenceDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-7ff2"
       name="readFileFromFilesystemSequenceDiagram"

Modified: poi/trunk/src/models/readFileSystemDirectorySequenceDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/readFileSystemDirectorySequenceDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/readFileSystemDirectorySequenceDiagram.pgml (original)
+++ poi/trunk/src/models/readFileSystemDirectorySequenceDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-7ff3"
       name="readFileSystemDirectorySequenceDiagram"

Modified: poi/trunk/src/models/readFilesystemSequenceDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/readFilesystemSequenceDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/readFilesystemSequenceDiagram.pgml (original)
+++ poi/trunk/src/models/readFilesystemSequenceDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-7ff6"
       name="readFilesystemSequenceDiagram"

Modified: poi/trunk/src/models/utilClasses.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/utilClasses.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/utilClasses.pgml (original)
+++ poi/trunk/src/models/utilClasses.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|127-0-0-1-5b0da1:e8e6d2b713:-7ffc"
       name="utilClasses"

Modified: poi/trunk/src/models/writeFilesystemSequenceDiagram.pgml
URL: http://svn.apache.org/viewvc/poi/trunk/src/models/writeFilesystemSequenceDiagram.pgml?rev=933961&r1=933960&r2=933961&view=diff
==============================================================================
--- poi/trunk/src/models/writeFilesystemSequenceDiagram.pgml (original)
+++ poi/trunk/src/models/writeFilesystemSequenceDiagram.pgml Wed Apr 14 14:04:14 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+-->
 <!DOCTYPE pgml SYSTEM "pgml.dtd">
 <pgml description="org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram|-64--88-1-2-717d91:e7cd986e07:-7ff5"
       name="writeFilesystemSequenceDiagram"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org