Forgot to add license comment
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ca02690a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ca02690a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ca02690a Branch: refs/heads/master Commit: ca02690aa551586389e572d77b6e467abf2d1b10 Parents: 117e818 Author: Jungtaek Lim <[email protected]> Authored: Tue Nov 24 19:17:33 2015 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Tue Nov 24 19:17:33 2015 +0900 ---------------------------------------------------------------------- .../storm/utils/ShellBoltMessageQueueTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/ca02690a/storm-core/test/jvm/backtype/storm/utils/ShellBoltMessageQueueTest.java ---------------------------------------------------------------------- diff --git a/storm-core/test/jvm/backtype/storm/utils/ShellBoltMessageQueueTest.java b/storm-core/test/jvm/backtype/storm/utils/ShellBoltMessageQueueTest.java index 1dcbb03..229efa1 100644 --- a/storm-core/test/jvm/backtype/storm/utils/ShellBoltMessageQueueTest.java +++ b/storm-core/test/jvm/backtype/storm/utils/ShellBoltMessageQueueTest.java @@ -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. + */ package backtype.storm.utils; import backtype.storm.multilang.BoltMsg;
