diff options
author | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-05-16 20:55:35 +0900 |
---|---|---|
committer | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-06-09 16:12:09 +0900 |
commit | 0d78942dc78ed725dd8812418826e611531dde3f (patch) | |
tree | d266d0704829903c635fe5ffd2b465be468de3aa | |
parent | db468af54ac435349035eee02de42c7993a31b1e (diff) | |
download | common-eplugin-0d78942dc78ed725dd8812418826e611531dde3f.tar.gz common-eplugin-0d78942dc78ed725dd8812418826e611531dde3f.tar.bz2 common-eplugin-0d78942dc78ed725dd8812418826e611531dde3f.zip |
MISC: Added boilerplate
Added boilerplate
Change-Id: I43c150ed6ec9e85f7a889192d7c02ff4815dc2cf
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
-rw-r--r-- | org.tizen.common/src/org/tizen/common/util/WorkspaceUtil.java | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/org.tizen.common/src/org/tizen/common/util/WorkspaceUtil.java b/org.tizen.common/src/org/tizen/common/util/WorkspaceUtil.java index 1aec68096..7da8e3ecf 100644 --- a/org.tizen.common/src/org/tizen/common/util/WorkspaceUtil.java +++ b/org.tizen.common/src/org/tizen/common/util/WorkspaceUtil.java @@ -1,3 +1,27 @@ +/* +* Common +* +* Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved. +* +* Contact: +* Taeyoung Son <taeyoung2.son@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.util; import java.util.ArrayList; |