summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-03-31 23:00:40 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-03-31 23:00:40 +0200
commit0b717836e1f4ba0b02bb2757d694ae11e11d05c0 (patch)
treead17d39a8b2278417abab104489c62ed6314e99e
parent79ab28a95dbc9443b6c883c604a9a8f240b8a74c (diff)
downloadhardware_ril_samsung-ril-0b717836e1f4ba0b02bb2757d694ae11e11d05c0.zip
hardware_ril_samsung-ril-0b717836e1f4ba0b02bb2757d694ae11e11d05c0.tar.gz
hardware_ril_samsung-ril-0b717836e1f4ba0b02bb2757d694ae11e11d05c0.tar.bz2
Update copyright information
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--Android.mk3
-rw-r--r--call.c3
-rw-r--r--client.c3
-rw-r--r--disp.c3
-rw-r--r--gen.c3
-rw-r--r--gprs.c3
-rw-r--r--include/samsung-ril-socket.h13
-rw-r--r--include/sim.h11
-rw-r--r--ipc.c3
-rw-r--r--ipc.h3
-rw-r--r--misc.c3
-rw-r--r--net.c3
-rw-r--r--pwr.c3
-rw-r--r--rfs.c3
-rw-r--r--samsung-ril.c3
-rw-r--r--samsung-ril.h3
-rw-r--r--sat.c3
-rw-r--r--sec.c3
-rw-r--r--sms.c3
-rw-r--r--snd.c3
-rw-r--r--srs-client/include/srs-client.h11
-rw-r--r--srs-client/srs-client.c11
-rw-r--r--srs.c3
-rw-r--r--srs.h3
-rw-r--r--ss.c3
-rw-r--r--util.c3
-rw-r--r--util.h3
27 files changed, 44 insertions, 71 deletions
diff --git a/Android.mk b/Android.mk
index 03ae824..7b11c84 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,7 +1,7 @@
# This file is part of Samsung-RIL.
#
# Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
-# Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+# Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
#
# Samsung-RIL is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
#
# You should have received a copy of the GNU General Public License
# along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
-#
LOCAL_PATH := $(call my-dir)
diff --git a/call.c b/call.c
index 63c8d12..deb9e46 100644
--- a/call.c
+++ b/call.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-CALL"
diff --git a/client.c b/client.c
index 6521c8d..448d60d 100644
--- a/client.c
+++ b/client.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <pthread.h>
diff --git a/disp.c b/disp.c
index 3e46b54..6296826 100644
--- a/disp.c
+++ b/disp.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Based on CyanogenMod Smdk4210RIL implementation
* Copyright (C) 2011 The CyanogenMod Project
@@ -19,7 +19,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-DISP"
diff --git a/gen.c b/gen.c
index 9d64f9a..67fca93 100644
--- a/gen.c
+++ b/gen.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-GEN"
diff --git a/gprs.c b/gprs.c
index 583c858..4da8969 100644
--- a/gprs.c
+++ b/gprs.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2011 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <netinet/in.h>
diff --git a/include/samsung-ril-socket.h b/include/samsung-ril-socket.h
index 59be2f2..d231e62 100644
--- a/include/samsung-ril-socket.h
+++ b/include/samsung-ril-socket.h
@@ -1,21 +1,20 @@
-/**
- * This file is part of samsung-ril.
+/*
+ * This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@oaulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@oaulk.fr>
*
- * samsung-ril is free software: you can redistribute it and/or modify
+ * Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * samsung-ril is distributed in the hope that it will be useful,
+ * Samsung-RIL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with samsung-ril. If not, see <http://www.gnu.org/licenses/>.
- *
+ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
*/
/* Samsung RIL Socket protocol defines */
diff --git a/include/sim.h b/include/sim.h
index f071bf1..dc16808 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -1,21 +1,20 @@
-/**
- * This file is part of samsung-ril.
+/*
+ * This file is part of Samsung-RIL.
*
* Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
- * samsung-ril is free software: you can redistribute it and/or modify
+ * Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * samsung-ril is distributed in the hope that it will be useful,
+ * Samsung-RIL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with samsung-ril. If not, see <http://www.gnu.org/licenses/>.
- *
+ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SIM_H_
diff --git a/ipc.c b/ipc.c
index 78bf687..55a6cfe 100644
--- a/ipc.c
+++ b/ipc.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-IPC"
diff --git a/ipc.h b/ipc.h
index 602de78..f8044d0 100644
--- a/ipc.h
+++ b/ipc.h
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef _SAMSUNG_RIL_IPC_H_
diff --git a/misc.c b/misc.c
index 899afde..c4b0870 100644
--- a/misc.c
+++ b/misc.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-MISC"
diff --git a/net.c b/net.c
index 92a39fe..87f8c85 100644
--- a/net.c
+++ b/net.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-NET"
diff --git a/pwr.c b/pwr.c
index b04ec0f..02407ef 100644
--- a/pwr.c
+++ b/pwr.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-PWR"
diff --git a/rfs.c b/rfs.c
index 9256926..adbf787 100644
--- a/rfs.c
+++ b/rfs.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-RFS"
diff --git a/samsung-ril.c b/samsung-ril.c
index 45070fe..467bcbd 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL"
diff --git a/samsung-ril.h b/samsung-ril.h
index ca6fcb0..2f8b850 100644
--- a/samsung-ril.h
+++ b/samsung-ril.h
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef _SAMSUNG_RIL_H_
diff --git a/sat.c b/sat.c
index 29f480b..4a95cc6 100644
--- a/sat.c
+++ b/sat.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-SAT"
diff --git a/sec.c b/sec.c
index 06ccbb3..2e4ef32 100644
--- a/sec.c
+++ b/sec.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-SEC"
diff --git a/sms.c b/sms.c
index 6318cde..b3e13b2 100644
--- a/sms.c
+++ b/sms.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-SMS"
diff --git a/snd.c b/snd.c
index bdf2ac8..e1fec25 100644
--- a/snd.c
+++ b/snd.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-SND"
diff --git a/srs-client/include/srs-client.h b/srs-client/include/srs-client.h
index b98e5e9..632e882 100644
--- a/srs-client/include/srs-client.h
+++ b/srs-client/include/srs-client.h
@@ -1,21 +1,20 @@
-/**
- * This file is part of samsung-ril.
+/*
+ * This file is part of Samsung-RIL.
*
* Copyright (C) 2013 Paul Kocialkowski <contact@oaulk.fr>
*
- * samsung-ril is free software: you can redistribute it and/or modify
+ * Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * samsung-ril is distributed in the hope that it will be useful,
+ * Samsung-RIL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with samsung-ril. If not, see <http://www.gnu.org/licenses/>.
- *
+ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
*/
#include <pthread.h>
diff --git a/srs-client/srs-client.c b/srs-client/srs-client.c
index dd408eb..109b607 100644
--- a/srs-client/srs-client.c
+++ b/srs-client/srs-client.c
@@ -1,21 +1,20 @@
-/**
- * This file is part of samsung-ril.
+/*
+ * This file is part of Samsung-RIL.
*
* Copyright (C) 2013 Paul Kocialkowski <contact@oaulk.fr>
*
- * samsung-ril is free software: you can redistribute it and/or modify
+ * Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * samsung-ril is distributed in the hope that it will be useful,
+ * Samsung-RIL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with samsung-ril. If not, see <http://www.gnu.org/licenses/>.
- *
+ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/srs.c b/srs.c
index 7ce2466..741d01e 100644
--- a/srs.c
+++ b/srs.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <fcntl.h>
diff --git a/srs.h b/srs.h
index 4aa932f..873d764 100644
--- a/srs.h
+++ b/srs.h
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef _SRS_H_
diff --git a/ss.c b/ss.c
index ace3210..4ccd868 100644
--- a/ss.c
+++ b/ss.c
@@ -1,7 +1,7 @@
/*
* This file is part of Samsung-RIL.
*
- * Copyright (C) 2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#define LOG_TAG "RIL-SS"
diff --git a/util.c b/util.c
index a23771f..cd57284 100644
--- a/util.c
+++ b/util.c
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdio.h>
diff --git a/util.h b/util.h
index fbda683..67ca939 100644
--- a/util.h
+++ b/util.h
@@ -2,7 +2,7 @@
* This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
- * Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef _SAMSUNG_RIL_UTIL_H_