[NETBEANS-54] Module Review openide.util.lookup
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/11656630 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/11656630 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/11656630 Branch: refs/heads/master Commit: 116566306b7d63e46a78b686ae4e1d869b2d6e9a Parents: 17b657b Author: Emilian Bold <[email protected]> Authored: Tue Sep 26 11:05:24 2017 +0300 Committer: Emilian Bold <[email protected]> Committed: Thu Sep 28 00:05:16 2017 +0300 ---------------------------------------------------------------------- .../META-INF/upgrade/org.openide.util.Lookup.test | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/11656630/openide.util.lookup/test/unit/src/META-INF/upgrade/org.openide.util.Lookup.test ---------------------------------------------------------------------- diff --git a/openide.util.lookup/test/unit/src/META-INF/upgrade/org.openide.util.Lookup.test b/openide.util.lookup/test/unit/src/META-INF/upgrade/org.openide.util.Lookup.test index c8d56f7..9044e3c 100644 --- a/openide.util.lookup/test/unit/src/META-INF/upgrade/org.openide.util.Lookup.test +++ b/openide.util.lookup/test/unit/src/META-INF/upgrade/org.openide.util.Lookup.test @@ -1,3 +1,21 @@ +/** + * 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. + */ %%TestCase convert-1 package test;
