summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-03-25 04:05:20 +0000
committerSung-jae Park <nicesj.park@samsung.com>2013-03-25 04:05:20 +0000
commit346fe7c339d0095546bbb15c4ae97d3753237f50 (patch)
tree5d98df79ce692a0e67d8c647b2ddd009dba5b703
parent74a138c9e62f191faa33609b8a93abc84e7e599c (diff)
downloadheap-monitor-346fe7c339d0095546bbb15c4ae97d3753237f50.tar.gz
heap-monitor-346fe7c339d0095546bbb15c4ae97d3753237f50.tar.bz2
heap-monitor-346fe7c339d0095546bbb15c4ae97d3753237f50.zip
Update License
2012 -> 2013 Change-Id: Ie6bf7f811eb6af53503e28b89372d7b257c9202b
-rw-r--r--LICENSE2
-rw-r--r--detector/detector.c2
-rw-r--r--detector/test.c2
-rw-r--r--include/dlist.h2
-rw-r--r--include/heap-monitor.h2
-rw-r--r--packaging/libheap-monitor.spec4
-rw-r--r--sample/sample.c2
-rw-r--r--src/dlist.c2
-rw-r--r--src/heap-monitor.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index 27daa90..009765e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
Flora License
-Version 1.0, May, 2012
+Version 1.0, May, 2013
http://www.tizenopensource.org/license
diff --git a/detector/detector.c b/detector/detector.c
index c779319..47dfec9 100644
--- a/detector/detector.c
+++ b/detector/detector.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.
diff --git a/detector/test.c b/detector/test.c
index d649f8c..049df70 100644
--- a/detector/test.c
+++ b/detector/test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.
diff --git a/include/dlist.h b/include/dlist.h
index b4a5719..7085384 100644
--- a/include/dlist.h
+++ b/include/dlist.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.
diff --git a/include/heap-monitor.h b/include/heap-monitor.h
index fc787d9..094d522 100644
--- a/include/heap-monitor.h
+++ b/include/heap-monitor.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.
diff --git a/packaging/libheap-monitor.spec b/packaging/libheap-monitor.spec
index 5a8daa6..eec6b95 100644
--- a/packaging/libheap-monitor.spec
+++ b/packaging/libheap-monitor.spec
@@ -1,8 +1,8 @@
Name: libheap-monitor
Summary: Library for monitoring the heap usage
-Version: 0.0.11
+Version: 0.0.12
Release: 1
-Group: main/app
+Group: HomeTF/Livebox
License: Flora License
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake, gettext-tools, coreutils
diff --git a/sample/sample.c b/sample/sample.c
index 0060c4e..3d66d07 100644
--- a/sample/sample.c
+++ b/sample/sample.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.
diff --git a/src/dlist.c b/src/dlist.c
index 56ff060..78c76ba 100644
--- a/src/dlist.c
+++ b/src/dlist.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.
diff --git a/src/heap-monitor.c b/src/heap-monitor.c
index ea08d39..8cbb558 100644
--- a/src/heap-monitor.c
+++ b/src/heap-monitor.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Samsung Electronics Co., Ltd
+ * Copyright 2013 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.