You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2017/10/04 03:29:01 UTC

incubator-netbeans git commit: [NETBEANS-54] Module Review api.xml.ui

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 4d5c9f80f -> bf973244f


[NETBEANS-54] Module Review api.xml.ui


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/bf973244
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/bf973244
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/bf973244

Branch: refs/heads/master
Commit: bf973244f3694ee51239bbcfa35f6bded3da1b5b
Parents: 4d5c9f8
Author: Junichi Yamamoto <ju...@apache.org>
Authored: Sat Sep 30 11:24:09 2017 +0900
Committer: Junichi Yamamoto <ju...@apache.org>
Committed: Wed Oct 4 12:24:41 2017 +0900

----------------------------------------------------------------------
 .../data/ConformingNamespacesDocument.xml       | 20 ++++++++++++++++++
 .../org/netbeans/spi/xml/cookies/data/DTD.dtd   | 20 ++++++++++++++++++
 .../netbeans/spi/xml/cookies/data/Entity.ent    | 22 +++++++++++++++++++-
 .../spi/xml/cookies/data/InvalidDTD.dtd         | 20 ++++++++++++++++++
 .../spi/xml/cookies/data/InvalidDocument.xml    | 21 ++++++++++++++++++-
 .../spi/xml/cookies/data/InvalidEntity.ent      | 20 ++++++++++++++++++
 .../spi/xml/cookies/data/NamespacesDocument.xml | 20 ++++++++++++++++++
 .../spi/xml/cookies/data/ValidDocument.xml      | 21 ++++++++++++++++++-
 .../cookies/data/ValidNamespacesDocument.xml    | 20 ++++++++++++++++++
 .../spi/xml/cookies/data/WellformedDocument.xml | 20 ++++++++++++++++++
 .../netbeans/spi/xml/cookies/data/XMLSchema.xsd | 20 ++++++++++++++++++
 .../org/netbeans/spi/xml/cookies/data/doc.dtd   | 20 ++++++++++++++++++
 .../org/netbeans/spi/xml/cookies/data/doc.xml   | 20 ++++++++++++++++++
 .../netbeans/spi/xml/cookies/data/doc2xhtml.xsl | 20 ++++++++++++++++++
 14 files changed, 281 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ConformingNamespacesDocument.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ConformingNamespacesDocument.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ConformingNamespacesDocument.xml
index e1e93ae..e855723 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ConformingNamespacesDocument.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ConformingNamespacesDocument.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : ConformingNamespacesDocument.xml

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/DTD.dtd
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/DTD.dtd b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/DTD.dtd
index 41f636d..1134183 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/DTD.dtd
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/DTD.dtd
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : DTD.dtd

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/Entity.ent
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/Entity.ent b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/Entity.ent
index 423b430..4eb6ed7 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/Entity.ent
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/Entity.ent
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : Entity.ent
@@ -9,4 +29,4 @@
 -->
 
 <entity/>
-<wntity/>
\ No newline at end of file
+<wntity/>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDTD.dtd
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDTD.dtd b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDTD.dtd
index c862cd7..be93e7a 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDTD.dtd
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDTD.dtd
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : InvalidDTD.dtd

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDocument.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDocument.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDocument.xml
index 0b87cac..160a483 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDocument.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidDocument.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : InvalidDocument.xml
@@ -9,4 +29,3 @@
 -->
 
 <error>
-

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidEntity.ent
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidEntity.ent b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidEntity.ent
index 2f6fe96..54125b4 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidEntity.ent
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/InvalidEntity.ent
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : InvalidEntity.ent

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/NamespacesDocument.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/NamespacesDocument.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/NamespacesDocument.xml
index 981a2ec..41dd72d 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/NamespacesDocument.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/NamespacesDocument.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : NamespacesDocument.xml

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidDocument.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidDocument.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidDocument.xml
index 1e17199..0a81c77 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidDocument.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidDocument.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : Valid.xml
@@ -10,4 +30,3 @@
 
 <!DOCTYPE element SYSTEM "DTD.dtd">
 <element/>
-

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidNamespacesDocument.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidNamespacesDocument.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidNamespacesDocument.xml
index 15f239d..b762c2c 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidNamespacesDocument.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/ValidNamespacesDocument.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : ValidNamespacesDocument.xml

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/WellformedDocument.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/WellformedDocument.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/WellformedDocument.xml
index 5e7e082..d993031 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/WellformedDocument.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/WellformedDocument.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : Wellformed.xml

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/XMLSchema.xsd
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/XMLSchema.xsd b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/XMLSchema.xsd
index 4a351b7..40a18c4 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/XMLSchema.xsd
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/XMLSchema.xsd
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!--
     Document   : XMLSchema.xsd

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.dtd
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.dtd b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.dtd
index 27aa841..c8b1ee6 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.dtd
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.dtd
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!ELEMENT doc (title, chapter*)>
 <!ELEMENT chapter (title, (para|note)*, section*)>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.xml
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.xml b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.xml
index 945e83e..84983bf 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.xml
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc.xml
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <!DOCTYPE doc SYSTEM "doc.dtd">
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/bf973244/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc2xhtml.xsl
----------------------------------------------------------------------
diff --git a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc2xhtml.xsl b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc2xhtml.xsl
index e5bb34e..5f2bd2a 100644
--- a/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc2xhtml.xsl
+++ b/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/doc2xhtml.xsl
@@ -1,4 +1,24 @@
 <?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.
+
+-->
 
 <xsl:stylesheet version="1.0"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"