UIB: added bolierplates 28/22328/1
authoryoungd <youngduk.hwang@samsung.com>
Mon, 2 Jun 2014 04:47:10 +0000 (13:47 +0900)
committeryoungd <youngduk.hwang@samsung.com>
Mon, 2 Jun 2014 04:47:10 +0000 (13:47 +0900)
Change-Id: I650e726b491c6c7f4cde271e03b8ca79fdb9f9e0
Signed-off-by: youngd <youngduk.hwang@samsung.com>
org.tizen.webuibuilder/src/org/tizen/webuibuilder/model/app/io/HtmlMetaReader_ver_1.java
org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/Metadata.java
org.tizen.webuibuilder/src/org/tizen/webuibuilder/snippet/model/jaxb/ObjectFactory.java
org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/ThumbnailEditPartFactory.java
org.tizen.webuibuilder/src/org/tizen/webuibuilder/ui/views/pages/action/AddEmptyPageAction.java

index 30e7b94..09b517b 100644 (file)
@@ -1,10 +1,24 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2013.11.07 at 08:19:31 PM KST 
-//
-
+/*
+ * UI Builder
+ *
+ * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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.webuibuilder.snippet.model.jaxb;
 
index c3d0698..5086c9c 100644 (file)
@@ -1,10 +1,24 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2013.11.07 at 08:19:31 PM KST 
-//
-
+/*
+ * UI Builder
+ *
+ * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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.webuibuilder.snippet.model.jaxb;
 
index 1884b5c..6f83318 100644 (file)
@@ -1,13 +1,7 @@
 /*
  * UI Builder
  *
- * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:
- * Nakyoung Choi <nakyoung2.choi@samsung.com>
- * Changyeon Lee <changyeon.lee@samsung.com>
- * Gyeongmin Ju <gyeongmin.ju@samsung.com>
- * Hoon Kang <h245.kang@samsung.com>
+ * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4751a7e..81390f6 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * UI Builder
+ *
+ * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * 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.webuibuilder.ui.views.pages.action;
 
 import org.eclipse.gef.ui.actions.SelectionAction;