allpy Flora license
authordavid8.kim <david8.kim@samsung.com>
Fri, 28 Sep 2012 03:13:19 +0000 (12:13 +0900)
committerdavid8.kim <david8.kim@samsung.com>
Fri, 28 Sep 2012 03:13:19 +0000 (12:13 +0900)
block/theme/email-block-theme-macro.edc
block/theme/email-block-theme.edc
common/include/email-html-converter.h
common/src/email-html-converter.c
mailbox/include/email-mailbox-list.h
mailbox/src/email-mailbox-list.c
setting/theme/email-setting-theme-macro.edc
setting/theme/email-setting-theme.edc

index 2f2f59b..968cf7b 100755 (executable)
@@ -1,17 +1,18 @@
 /*
- Email Application
-
-Copyright (c) 2000 - 2011 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.
-*/
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
 
 #define GENLIST_HEIGHT_1_INC 1
 #define GENLIST_HEIGHT_16_INC 16
index 33759fb..a7d8e76 100755 (executable)
@@ -1,17 +1,18 @@
 /*
- Email Application
-
-Copyright (c) 2000 - 2011 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.
-*/
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
 
 #include "email-block-theme-macro.edc"
 
@@ -43,8 +44,8 @@ collections {
                        }
                }
        }
-       
-       
+
+
        group { name: "elm/genlist/item/dialogue/email.2icon/default";
                alias: "elm/genlist/item_odd/dialogue/email.2icon/default";
                alias: "elm/genlist/item_compress/dialogue/email.2icon/default";
@@ -78,7 +79,7 @@ collections {
                                        align: 0.5 0.5;
                                }
                        }
-                       
+
                        part { name: "elm.padding.icon2.left";
                                clip_to: "disclip";
                                type: RECT;
@@ -95,7 +96,7 @@ collections {
                                        visible: 0;
                                }
                        }
-                       
+
                        part { name: "elm.icon";
                                clip_to: "disclip";
                                type: SWALLOW;
@@ -112,7 +113,7 @@ collections {
                                        align: 0.0 0.0;
                                }
                        }
-                       
+
                        GENLIST_PART_DISCLIP
                }
                programs {
index a0e1035..b232f55 100755 (executable)
@@ -1,17 +1,18 @@
 /*
- Email Application
-
-Copyright (c) 2000 - 2011 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.
-*/
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
 
 #ifndef _EMAIL_HTML_CONVERTER_H_
 #define _EMAIL_HTML_CONVERTER_H_
index eaec51a..2d79e20 100755 (executable)
@@ -1,17 +1,18 @@
 /*
- Email Application
-
-Copyright (c) 2000 - 2011 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.
-*/
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
 
 #include <stdio.h>
 #include <string.h>
index bf2c742..c489443 100755 (executable)
@@ -1,17 +1,18 @@
 /*
- Email Application
-
-Copyright (c) 2000 - 2011 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.
-*/
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
 
 #ifndef __DEF_EMAIL_MAILBOX_LIST_H_
 #define __DEF_EMAIL_MAILBOX_LIST_H_
index 41d84ab..4ab5f86 100755 (executable)
@@ -1,17 +1,18 @@
 /*
- Email Application
-
-Copyright (c) 2000 - 2011 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.
-*/
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.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.tizenopensource.org/license
+ *
+ * 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.
+ */
 
 #include "email-mailbox.h"
 #include "email-mailbox-list.h"
index fe2b56a..ec03455 100755 (executable)
          program { name: "play_button_press"; \
             action: PLAY_SAMPLE "button-pressed" 1.0; \
          }
-         
-         
+
+
 #define TEXTBLOCK_TAG \
       tag:  "br" "\n";\
       tag:  "ps" "ps";\
index 3e4a46b..c5feb19 100755 (executable)
@@ -1006,7 +1006,7 @@ collections {
                        }
                }
        }
-       
+
        group { name: "initial_access_hd_public";
 
                images {
@@ -1121,7 +1121,7 @@ collections {
                                        align: 0.5 0;
                                }
                        }
-                       
+
                        part {
                                name: "middle_padding3";
                                type: RECT;
@@ -1280,7 +1280,7 @@ collections {
                                        align: 0.5 0;
                                }
                        }
-                       
+
                        part {
                                name: "middle_padding3";
                                type: RECT;
@@ -1487,7 +1487,7 @@ collections {
                                }
                        }
                }
-               
+
                programs {
                        program {
                                name: "text1_clicked";
@@ -1610,7 +1610,7 @@ collections {
                                        align: 0.0 0.0;
                                }
                        }
-                       
+
                        part { name: "list";
                                type: SWALLOW;
                                scale: 1;
@@ -1662,7 +1662,7 @@ collections {
                                        align: 0.0 0.0;
                                }
                        }
-                       
+
                        part { name: "list";
                                type: SWALLOW;
                                scale: 1;
@@ -1698,7 +1698,7 @@ collections {
                        }
                }
        }
-       
+
        group { name: "elm/genlist/item/dialogue/email.1text.1icon.2/default";
                alias: "elm/genlist/item_odd/dialogue/email.1text.1icon.2/default";
                alias: "elm/genlist/item_compress/dialogue/email.1text.1icon.2/default";
@@ -1736,7 +1736,7 @@ collections {
                                }
                                GENLIST_DESCRIPTION_FLIP_ENABLED
                        }
-                       
+
                        part { name: "elm.padding.icon.right";
                                clip_to: "disclip";
                                type: RECT;
@@ -1753,7 +1753,7 @@ collections {
                                        visible: 0;
                                }
                        }
-                               
+
                        part { name: "elm.text";
                                clip_to: "disclip";
                                type: TEXT;
@@ -1821,7 +1821,7 @@ collections {
                        //GENLIST_PROGRAM_PLAY_BUTTON_PRESS
                }
        }
-       
+
        group { name: "elm/bg/base/email_default";
                parts {
                        part { name: "base";
@@ -1831,17 +1831,17 @@ collections {
                                        color: 210 210 210 255;
                                }
                        }
-                       
+
                        part { name: "elm.swallow.rectangle";
                                type: SWALLOW;
                                description { state: "default" 0.0; }
                        }
-                       
+
                        part { name: "elm.swallow.background";
                                type: SWALLOW;
                                description { state: "default" 0.0; }
                        }
-                       
+
                        part { name: "elm.swallow.content";
                                type: SWALLOW;
                                description { state: "default" 0.0; }