From: Jihoon Song Date: Tue, 28 Aug 2012 10:25:31 +0000 (+0900) Subject: [Title] added boilerplate X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=204bdaf1e9d41219163808071f4d73a6cdf541ab;p=sdk%2Fide%2Fcommon-eplugin.git [Title] added boilerplate [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: I84596562958bcc9e074c4cea66ce2971177543c2 --- diff --git a/org.tizen.common/src/org/tizen/common/core/command/policy/SimplePolicy.java b/org.tizen.common/src/org/tizen/common/core/command/policy/SimplePolicy.java index 77bac0d..d0f7638 100644 --- a/org.tizen.common/src/org/tizen/common/core/command/policy/SimplePolicy.java +++ b/org.tizen.common/src/org/tizen/common/core/command/policy/SimplePolicy.java @@ -1,3 +1,27 @@ +/* + * Common + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * BonYong Lee + * + * Licensed 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. + * + * Contributors: + * - S-Core Co., Ltd + * + */ package org.tizen.common.core.command.policy; import org.tizen.common.core.command.Policy;