[NETBEANS-54] Module Review openide.filesystems.nb
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/2553bf5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/2553bf5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/2553bf5e Branch: refs/heads/master Commit: 2553bf5e50d075d89eed3531587c4da8f782e9a1 Parents: 9fce19e Author: Emilian Bold <[email protected]> Authored: Tue Sep 26 11:48:42 2017 +0300 Committer: Emilian Bold <[email protected]> Committed: Tue Sep 26 11:48:42 2017 +0300 ---------------------------------------------------------------------- .../filesystems/mime-resolver-filechooser.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2553bf5e/openide.filesystems.nb/test/unit/src/org/netbeans/modules/openide/filesystems/mime-resolver-filechooser.xml ---------------------------------------------------------------------- diff --git a/openide.filesystems.nb/test/unit/src/org/netbeans/modules/openide/filesystems/mime-resolver-filechooser.xml b/openide.filesystems.nb/test/unit/src/org/netbeans/modules/openide/filesystems/mime-resolver-filechooser.xml index b044056..b1c9bfd 100644 --- a/openide.filesystems.nb/test/unit/src/org/netbeans/modules/openide/filesystems/mime-resolver-filechooser.xml +++ b/openide.filesystems.nb/test/unit/src/org/netbeans/modules/openide/filesystems/mime-resolver-filechooser.xml @@ -1,4 +1,24 @@ <?xml version="1.0"?> +<!-- + + 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. + +--> <MIME-resolver> <file> <ext name="bnm"/>
