Remove meaningless developer contact info 19/306419/2
authorhjkim <backto.kim@samsung.com>
Wed, 21 Feb 2024 06:57:05 +0000 (15:57 +0900)
committerHaejeong kim <backto.kim@samsung.com>
Wed, 21 Feb 2024 07:39:11 +0000 (07:39 +0000)
And, remove useless include files

Change-Id: If551ad5f28458ca2acc5f34f83be15ae00f8e3ec

23 files changed:
common/include/mm_util_debug.h
common/include/mm_util_private.h
common/include/mm_util_type.h
common/mm_util_private.c
gif/include/mm_util_gif.h
gif/mm_util_gif.c
gif/test/mm_util_gif_testsuite.c
imgcv/include/mm_util_imgcv.h
imgcv/include/mm_util_imgcv_internal.h
imgcv/mm_util_imgcv.cpp
imgcv/test/mm_util_imgcv_testsuite.c
imgp/include/mm_util_imgp.h
imgp/include/mm_util_imgp_internal.h
imgp/mm_util_imgp.c
imgp/test/mm_util_imgp_testsuite.c
jpeg/include/mm_util_jpeg.h
jpeg/mm_util_jpeg.c
jpeg/test/mm_util_jpeg_testsuite.c
magick/include/mm_util_magick.h
magick/mm_util_info.c
magick/mm_util_magick.c
magick/test/mm_util_magick_testsuite.c
packaging/libmm-utility.spec

index 09d0cfe743f7135c156f952f22bcf124a6f5a3a1..f34e78114b50079bef9e8ae506f1a37cd9275827 100755 (executable)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 54e6d80859063561ef3a9fd62f18f5c3ee4e27fa..5a5f87abfd8c0958b2a5f9e9913019620e908eb6 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 714ff91e1759afbce4dee0c5fda4cee57a147144..0fb129422852ad5ae828db274321d945f8c11cbf 100755 (executable)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
@@ -23,7 +21,6 @@
 #define __MM_UTIL_TYPE_H__
 
 #include <stdbool.h>
-#include <stddef.h>
 
 #ifdef __cplusplus
 extern "C" {
index 8a0d3f6ce3b060884367a18edd00c5c52b0d93b7..d44cdee1ceaa25d0b67397ccfddc14d1db588286 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 39a25bec830fbdd15d3ee11cc37c874c71d7d0f7..7008420f708c533248f8ca31c7cbb470b9d0eef5 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Vineeth T M <vineeth.tm@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
index 7fe732cf9d030ebffccda1656170842c1d6ed9f5..4ea00ae3d341f5eb4f53ae271b5ef3b2236d9cfa 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Vineeth T M <vineeth.tm@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
index 2dce1350508e3328fa6be8df8088ce20208ed5ee..29246ace110abafd1c800c1c5b6b35852ee19e75 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Vineeth T M <vineeth.tm@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
index b9f65eafe6d8ebb9a3e77794740f2e60af6d9375..c98fb1acdf2c2ea5ebf7efa98e0db1f880c1d89a 100755 (executable)
@@ -2,7 +2,6 @@
  * libmm-utility
  *
  * Copyright (c) 2015 Samsung Electronics Co., Ltd., Ltd. All rights reserved.
- * Contact: Tae-Young Chung <yh8004.kim@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d7e102af1829514cbece1a05b4738950721b3bf0..a5e6e35ecf816e2898b80d9f10717391e8de9453 100755 (executable)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 2fd546cfdb2af737506da3965508f4cd68388131..eaf75e547d4991aa20c7d8a4752970a925688788 100755 (executable)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 1fa7af41e928d40d588de8ee8dd78505aafd49e5..3880d12290a383ea8bace19c1592ef92dac44cc0 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Tae-Young Chung <ty83.chung@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
index 12c9aa3b9c34cd111a6bda9e7be46a7a63681684..ff65a1e744f6f5d7e694e414e3e09ddac988df86 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
@@ -26,9 +24,6 @@
 extern "C" {
 #endif
 
-#include <stdbool.h>
-#include <stdlib.h>
-
 #include "mm_util_type.h"
 
 int mm_util_get_image_size(mm_util_color_format_e format, unsigned int width, unsigned int height, size_t *imgsize);
index 338ead374f21c5773655460c3473b06d2b7911c6..7296a8f0f6ba88e8bd5bdfe56d85e9dea29f60ed 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 5cb316b8032b161890f6b26090fd8759e9c9dcc0..fc3f9b0daf22f903cf60c15949f4655249a15420 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 26a61e504db1a1f68fb69fdc3b176243e17fb307..81ec07f5a625da2384016b342b8b9da7f0119845 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index cd7d2c34fb1d3254f6738e6c3ad2dcca50e1e93c..cb51994bac084a3ebef5db1f9aa5f87f7832a93e 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 579be03e8bbe364be885db1483346754f114e7ae..b453d1cb0b3a2cc0c1dc9ab227325bbe2ef99063 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 8c2f6f4bdcfd942f21fda9594faf4661e01ca092..74873a097daab5cc78fb43758505d58ae8b70475 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 32be24df2cd202021f36fa7e1f3920e3e2aa79e3..b12c47063f395127c336ed6810035300a3ee43e8 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
 #ifndef __MM_UTILITY_MAGICK_H__
 #define __MM_UTILITY_MAGICK_H__
 
-#include <stdbool.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 #include "mm_util_type.h"
-#include "mm_util_image.h"
 #include "mm_util_option.h"
 
 int mm_util_rotate_B_B(mm_util_image_h src_handle, mm_util_rotate_type_e rotation, mm_util_image_h *dst_handle);
index aa811531409a9744ffd1756b649d239486176026..c713c5f2c4d59809c280f186eac8ec0b060b9520 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index ea3eb53917b607848a66cb38c6288a1bd6a96881..4ae41670b63911a69b96841c8a71ed8048211c36 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index 1173b39861058df2d38caed8756747126d2c502a..cf16ea941ccc2db56a455dbdc2866819cf401ee1 100644 (file)
@@ -3,8 +3,6 @@
  *
  * Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: YoungHun Kim <yh8004.kim@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
index bbf5dc322b272333dc76ed58a64242fbb074b7a2..ae6db702ff189814e2be16df30f28236fe710d55 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-utility
 Summary:    Multimedia Framework Utility Library
-Version:    0.4.16
+Version:    0.4.17
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0