Repository: incubator-netbeans Updated Branches: refs/heads/master 896e83ebd -> 14afd4872
[NETBEANS-54] Module Review core.io.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/b93bb187 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/b93bb187 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/b93bb187 Branch: refs/heads/master Commit: b93bb1879db6c914215170ced749a25796e06ae1 Parents: c7eb12c Author: geertjan <[email protected]> Authored: Sun Oct 8 08:50:45 2017 +0200 Committer: geertjan <[email protected]> Committed: Sun Oct 8 08:50:45 2017 +0200 ---------------------------------------------------------------------- .../netbeans/core/io/ui/resources/output.wsmode | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/b93bb187/core.io.ui/src/org/netbeans/core/io/ui/resources/output.wsmode ---------------------------------------------------------------------- diff --git a/core.io.ui/src/org/netbeans/core/io/ui/resources/output.wsmode b/core.io.ui/src/org/netbeans/core/io/ui/resources/output.wsmode index bffc590..659dc3c 100644 --- a/core.io.ui/src/org/netbeans/core/io/ui/resources/output.wsmode +++ b/core.io.ui/src/org/netbeans/core/io/ui/resources/output.wsmode @@ -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 mode PUBLIC "-//NetBeans//DTD Mode Properties 2.0//EN"
