OSDN Git Service

Bulk-extend copyright headers to 2015
authorPatrick Porlan <patrick.porlan@intel.com>
Fri, 6 Feb 2015 13:43:06 +0000 (14:43 +0100)
committerPatrick Porlan <patrick.porlan@intel.com>
Fri, 6 Feb 2015 13:54:07 +0000 (14:54 +0100)
Change-Id: I22221862ce66c9c84260d83cc9f238f41efda0b0
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
25 files changed:
Android.mk
calibration.h
common.h
compass-calibration.c
control.c
control.h
description.c
description.h
entry.c
enumeration.c
enumeration.h
filtering.c
filtering.h
gyro-calibration.c
linux/cutils/properties.h
linux/log.c
linux/utils/Atomic.h
linux/utils/Log.h
matrix-ops.c
matrix-ops.h
sens.c
transform.c
transform.h
utils.c
utils.h

index 73d4d6d..1eeb282 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2014 Intel Corporation.
+# Copyright (C) 2014-2015 Intel Corporation.
 #
 
 # IIO sensors HAL module implementation, compiled as hw/iio-sensors-hal.so
index cf66705..d6c8616 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __CALIBRATION_H__
index 44b9fe6..10411ac 100644 (file)
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __COMMON_H__
index 9de3aad..72fb066 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <math.h>
index bd7504b..1ffb5e3 100644 (file)
--- a/control.c
+++ b/control.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdlib.h>
index 4c09c1b..19abb22 100644 (file)
--- a/control.h
+++ b/control.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __CONTROL_H__
index b00e16b..3d99614 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdlib.h>
index a5f50f4..2e62673 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __DESCRIPTION_H__
diff --git a/entry.c b/entry.c
index 9aaf0ca..96925f7 100644 (file)
--- a/entry.c
+++ b/entry.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <hardware/sensors.h>
index 57f18ce..f87d7e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <ctype.h>
index 2ee2dce..f2b25d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __ENUMERATION_H__
index e02d83b..0a65361 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <ctype.h>
index ad96d57..f577598 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef FILTERING_H
index 69aa48d..179a6a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdio.h>
index cf7f5d4..8fb6c5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef _LINUX_APROP_H
index 3d1dd25..8e0987f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdarg.h>
index 8ce5ab7..29742ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef _LINUX_ATOMIC_H
index 46cc485..93a8865 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef _LINUX_ALOG_H
index cb9cde1..d24bb47 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include "matrix-ops.h"
index 6cd3b52..2812752 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __MATRIX_OPS__
diff --git a/sens.c b/sens.c
index 2d6d523..8a6f6cc 100644 (file)
--- a/sens.c
+++ b/sens.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdio.h>
index 9f70549..ffbe917 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdlib.h>
index 70c177e..687c1dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __TRANSFORM_H__
diff --git a/utils.c b/utils.c
index 718b444..278da19 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #include <stdlib.h>
diff --git a/utils.h b/utils.h
index b8a0a9f..3b8fa63 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014 Intel Corporation.
+ * Copyright (C) 2014-2015 Intel Corporation.
  */
 
 #ifndef __UTILS_H__