Repository: incubator-netbeans Updated Branches: refs/heads/master 5681a0b16 -> 2bfd77f71
[NETBEANS-54] Module Review libs.nbjshell9 Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/2bfd77f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/2bfd77f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/2bfd77f7 Branch: refs/heads/master Commit: 2bfd77f7176456aa3343b1f546b6603820ca5a70 Parents: 5681a0b Author: marcelestial <[email protected]> Authored: Sun Oct 8 11:54:18 2017 -0700 Committer: Emilian Bold <[email protected]> Committed: Sun Oct 8 21:54:18 2017 +0300 ---------------------------------------------------------------------- .../org/netbeans/lib/nbjshell9/Bundle.properties | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/2bfd77f7/lib.nbjshell9/src/org/netbeans/lib/nbjshell9/Bundle.properties ---------------------------------------------------------------------- diff --git a/lib.nbjshell9/src/org/netbeans/lib/nbjshell9/Bundle.properties b/lib.nbjshell9/src/org/netbeans/lib/nbjshell9/Bundle.properties index 0f4be5a..ee4e02d 100644 --- a/lib.nbjshell9/src/org/netbeans/lib/nbjshell9/Bundle.properties +++ b/lib.nbjshell9/src/org/netbeans/lib/nbjshell9/Bundle.properties @@ -1,3 +1,20 @@ +# 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. + OpenIDE-Module-Name=Java Shell OpenIDE-Module-Display-Category=Java SE OpenIDE-Module-Short-Description=Use Java Shell from inside of your editor
