[Title] added boilerplate
authorJihoon Song <jihoon80.song@samsung.com>
Tue, 28 Aug 2012 10:25:31 +0000 (19:25 +0900)
committerJihoon Song <jihoon80.song@samsung.com>
Tue, 28 Aug 2012 10:25:31 +0000 (19:25 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I84596562958bcc9e074c4cea66ce2971177543c2

org.tizen.common/src/org/tizen/common/core/command/policy/SimplePolicy.java

index 77bac0d..d0f7638 100644 (file)
@@ -1,3 +1,27 @@
+/*
+ * Common
+ *
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Contact: 
+ * BonYong Lee <bonyong.lee@samsung.com>
+ * 
+ * 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;