From: Jihoon Song Date: Tue, 16 Apr 2013 06:08:27 +0000 (+0900) Subject: [Title] common-eplugin: added missing boiler plates X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9668484e71b9e30fb805af7f26a6222ad984ca51;p=sdk%2Fide%2Fcommon-eplugin.git [Title] common-eplugin: added missing boiler plates [Desc.] [Issue] Change-Id: I965aaba68527bc4be0233b26c9080f5240fa2c99 --- diff --git a/org.tizen.common.project/src/org/tizen/common/project/Activator.java b/org.tizen.common.project/src/org/tizen/common/project/Activator.java index e025216..a24e42b 100644 --- a/org.tizen.common.project/src/org/tizen/common/project/Activator.java +++ b/org.tizen.common.project/src/org/tizen/common/project/Activator.java @@ -1,3 +1,30 @@ +/* + * Common + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * NamKoong Ho + * Jihoon Song + * BonYong Lee + * Kangho Kim + * + * 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.project; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/org.tizen.common.project/src/org/tizen/common/project/CommonProjectConstants.java b/org.tizen.common.project/src/org/tizen/common/project/CommonProjectConstants.java index 33420c9..5028347 100644 --- a/org.tizen.common.project/src/org/tizen/common/project/CommonProjectConstants.java +++ b/org.tizen.common.project/src/org/tizen/common/project/CommonProjectConstants.java @@ -1,3 +1,30 @@ +/* + * Common + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * NamKoong Ho + * Jihoon Song + * BonYong Lee + * Kangho Kim + * + * 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.project; public final class CommonProjectConstants { diff --git a/org.tizen.common.project/src/org/tizen/common/project/util/Messages.java b/org.tizen.common.project/src/org/tizen/common/project/util/Messages.java index 19f4038..3355b7f 100644 --- a/org.tizen.common.project/src/org/tizen/common/project/util/Messages.java +++ b/org.tizen.common.project/src/org/tizen/common/project/util/Messages.java @@ -1,3 +1,30 @@ +/* + * Common + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * NamKoong Ho + * Jihoon Song + * BonYong Lee + * Kangho Kim + * + * 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.project.util; import org.eclipse.osgi.util.NLS; diff --git a/org.tizen.common.sign/src/org/tizen/common/sign/SigningPrompter.java b/org.tizen.common.sign/src/org/tizen/common/sign/SigningPrompter.java index fdef1f5..502ff36 100644 --- a/org.tizen.common.sign/src/org/tizen/common/sign/SigningPrompter.java +++ b/org.tizen.common.sign/src/org/tizen/common/sign/SigningPrompter.java @@ -1,3 +1,29 @@ +/* + * Common + * + * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Jihoon Song + * BonYong Lee + * Kangho Kim + * + * 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.sign; import static org.tizen.common.util.SWTUtil.syncExec;