From 3d87d98c9b0ee92d2e0cce6b5ed8f415cc7b70d6 Mon Sep 17 00:00:00 2001 From: jihye kim Date: Fri, 24 Aug 2012 20:20:54 +0900 Subject: [PATCH] [Title] add boilerplate [Type] wokr [Module] event injector [Priority] major [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- .../src/org/tizen/nfc/page/NDEFRecordPage.java | 26 ++++++++++++++++++++++ .../src/org/tizen/nfc/page/NfcHelpProcess.java | 26 ++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/org.tizen.nfc/src/org/tizen/nfc/page/NDEFRecordPage.java b/org.tizen.nfc/src/org/tizen/nfc/page/NDEFRecordPage.java index 761bbd2..76075b8 100644 --- a/org.tizen.nfc/src/org/tizen/nfc/page/NDEFRecordPage.java +++ b/org.tizen.nfc/src/org/tizen/nfc/page/NDEFRecordPage.java @@ -1,3 +1,29 @@ +/* + * org.tizen.nfc.tag.page + * + * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Jihye kim + * Sungmin Ha + * Yeongkyoon 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.nfc.page; import java.util.ArrayList; diff --git a/org.tizen.nfc/src/org/tizen/nfc/page/NfcHelpProcess.java b/org.tizen.nfc/src/org/tizen/nfc/page/NfcHelpProcess.java index 21b309f..acae0a2 100644 --- a/org.tizen.nfc/src/org/tizen/nfc/page/NfcHelpProcess.java +++ b/org.tizen.nfc/src/org/tizen/nfc/page/NfcHelpProcess.java @@ -1,3 +1,29 @@ +/* + * org.tizen.nfc.tag.page + * + * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * Jihye kim + * Sungmin Ha + * Yeongkyoon 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.nfc.page; import java.io.IOException; -- 2.7.4