aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-01-25 19:53:07 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-01-25 19:53:07 +0100
commit71d05851211a1134d2a902f2636c83684d4d9dd0 (patch)
tree105c23e3e0b1322abd17028969e53b9cb514a0d9
parent977dcdef11e6160e02233a0a7127cdbefdfd7075 (diff)
downloadexternal_libsamsung-ipc-71d05851211a1134d2a902f2636c83684d4d9dd0.zip
external_libsamsung-ipc-71d05851211a1134d2a902f2636c83684d4d9dd0.tar.gz
external_libsamsung-ipc-71d05851211a1134d2a902f2636c83684d4d9dd0.tar.bz2
Good-looking copyright blocks, with the right order in copyright lines
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--include/call.h3
-rw-r--r--include/disp.h3
-rw-r--r--include/gen.h3
-rw-r--r--include/gprs.h3
-rw-r--r--include/imei.h1
-rw-r--r--include/misc.h5
-rw-r--r--include/net.h5
-rw-r--r--include/pb.h1
-rw-r--r--include/protocol.h1
-rw-r--r--include/pwr.h5
-rw-r--r--include/rfs.h1
-rw-r--r--include/samsung-ipc.h3
-rw-r--r--include/sat.h1
-rw-r--r--include/sec.h3
-rw-r--r--include/sms.h3
-rw-r--r--include/snd.h1
-rw-r--r--include/ss.h3
-rw-r--r--include/svc.h1
-rw-r--r--samsung-ipc/call.c3
-rw-r--r--samsung-ipc/device/aries/aries_ipc.c5
-rw-r--r--samsung-ipc/device/aries/aries_ipc.h3
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.c5
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.h1
-rw-r--r--samsung-ipc/device/galaxys2/galaxys2_ipc.h1
-rw-r--r--samsung-ipc/device/i9300/i9300_ipc.h1
-rw-r--r--samsung-ipc/device/maguro/maguro_ipc.c2
-rw-r--r--samsung-ipc/device/maguro/maguro_ipc.h1
-rw-r--r--samsung-ipc/device/n7100/n7100_ipc.h1
-rw-r--r--samsung-ipc/device/piranha/piranha_ipc.h1
-rw-r--r--samsung-ipc/device/xmm6160/xmm6160.c1
-rw-r--r--samsung-ipc/device/xmm6160/xmm6160.h1
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260.c3
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260.h1
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_hsic.c3
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_hsic.h3
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_mipi.c3
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_mipi.h3
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_sec_modem.c3
-rw-r--r--samsung-ipc/device/xmm6260/xmm6260_sec_modem.h1
-rw-r--r--samsung-ipc/gen.c1
-rw-r--r--samsung-ipc/gprs.c1
-rw-r--r--samsung-ipc/ipc.c4
-rw-r--r--samsung-ipc/ipc_devices.c3
-rw-r--r--samsung-ipc/ipc_util.c3
-rw-r--r--samsung-ipc/misc.c2
-rw-r--r--samsung-ipc/net.c1
-rw-r--r--samsung-ipc/rfs.c1
-rw-r--r--samsung-ipc/sec.c1
-rw-r--r--samsung-ipc/sms.c1
-rw-r--r--samsung-ipc/util.c1
-rw-r--r--tools/modemctrl.c1
51 files changed, 32 insertions, 80 deletions
diff --git a/include/call.h b/include/call.h
index 9cad5fc..67fabea 100644
--- a/include/call.h
+++ b/include/call.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/disp.h b/include/disp.h
index 089031d..5d5c248 100644
--- a/include/disp.h
+++ b/include/disp.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/gen.h b/include/gen.h
index 7f2fe6d..5651bf8 100644
--- a/include/gen.h
+++ b/include/gen.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/gprs.h b/include/gprs.h
index e5ce416..df5915d 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/imei.h b/include/imei.h
index 18410ab..4380ca6 100644
--- a/include/imei.h
+++ b/include/imei.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/misc.h b/include/misc.h
index 02f8f96..4537829 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,9 +1,9 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
- * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/net.h b/include/net.h
index f4be0cc..85bc734 100644
--- a/include/net.h
+++ b/include/net.h
@@ -1,9 +1,9 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
- * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/pb.h b/include/pb.h
index b1a4979..a1832d6 100644
--- a/include/pb.h
+++ b/include/pb.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/protocol.h b/include/protocol.h
index db651ea..b761c60 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/pwr.h b/include/pwr.h
index 51901bf..4a4783d 100644
--- a/include/pwr.h
+++ b/include/pwr.h
@@ -1,9 +1,9 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
- * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/rfs.h b/include/rfs.h
index e4b0777..2e2ffd4 100644
--- a/include/rfs.h
+++ b/include/rfs.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/samsung-ipc.h b/include/samsung-ipc.h
index 2a927d5..6e4ac4f 100644
--- a/include/samsung-ipc.h
+++ b/include/samsung-ipc.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2012 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2012 Simon Busch <morphis@gravedo.de>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <time.h>
diff --git a/include/sat.h b/include/sat.h
index 8119f0c..e4d9154 100644
--- a/include/sat.h
+++ b/include/sat.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/sec.h b/include/sec.h
index bc61426..50d7897 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/sms.h b/include/sms.h
index 6f92f1b..257e5a1 100644
--- a/include/sms.h
+++ b/include/sms.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/snd.h b/include/snd.h
index 630d818..e36f061 100644
--- a/include/snd.h
+++ b/include/snd.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/ss.h b/include/ss.h
index 0900627..64151ea 100644
--- a/include/ss.h
+++ b/include/ss.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2012 Paul Kocialkowski <contact@oaulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2012 Paul Kocialkowski <contact@oaulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/include/svc.h b/include/svc.h
index 5c068a7..52df23a 100644
--- a/include/svc.h
+++ b/include/svc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/samsung-ipc/call.c b/samsung-ipc/call.c
index 74da569..2c29d3d 100644
--- a/samsung-ipc/call.c
+++ b/samsung-ipc/call.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowsk <contact@paulk.fr>
* Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2013 Paul Kocialkowsk <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/aries/aries_ipc.c b/samsung-ipc/device/aries/aries_ipc.c
index 9bec922..3db1d4d 100644
--- a/samsung-ipc/device/aries/aries_ipc.c
+++ b/samsung-ipc/device/aries/aries_ipc.c
@@ -1,10 +1,10 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2011 Joerie de Gram <j.de.gram@gmail.com>
* Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2011 Igor Almeida <igor.contato@gmail.com>
- * Copyright (C) 2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011-2014 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -18,7 +18,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/aries/aries_ipc.h b/samsung-ipc/device/aries/aries_ipc.h
index 44f7bff..93efda6 100644
--- a/samsung-ipc/device/aries/aries_ipc.h
+++ b/samsung-ipc/device/aries/aries_ipc.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2011 Igor Almeida <igor.contato@gmail.com>
+ * Copyright (C) 2011-2014 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include "phonet.h"
diff --git a/samsung-ipc/device/crespo/crespo_ipc.c b/samsung-ipc/device/crespo/crespo_ipc.c
index f4dfbfe..1bbab53 100644
--- a/samsung-ipc/device/crespo/crespo_ipc.c
+++ b/samsung-ipc/device/crespo/crespo_ipc.c
@@ -1,9 +1,9 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
- * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2011-2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,7 +17,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/crespo/crespo_ipc.h b/samsung-ipc/device/crespo/crespo_ipc.h
index 73b53a5..3c40387 100644
--- a/samsung-ipc/device/crespo/crespo_ipc.h
+++ b/samsung-ipc/device/crespo/crespo_ipc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __CRESPO_IPC_H__
diff --git a/samsung-ipc/device/galaxys2/galaxys2_ipc.h b/samsung-ipc/device/galaxys2/galaxys2_ipc.h
index 1e6c89d..b8b6a12 100644
--- a/samsung-ipc/device/galaxys2/galaxys2_ipc.h
+++ b/samsung-ipc/device/galaxys2/galaxys2_ipc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __GALAXYS2_IPC_H__
diff --git a/samsung-ipc/device/i9300/i9300_ipc.h b/samsung-ipc/device/i9300/i9300_ipc.h
index 4ab80e7..6eceb21 100644
--- a/samsung-ipc/device/i9300/i9300_ipc.h
+++ b/samsung-ipc/device/i9300/i9300_ipc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __I9300_IPC_H__
diff --git a/samsung-ipc/device/maguro/maguro_ipc.c b/samsung-ipc/device/maguro/maguro_ipc.c
index 4774f08..9b824a0 100644
--- a/samsung-ipc/device/maguro/maguro_ipc.c
+++ b/samsung-ipc/device/maguro/maguro_ipc.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/samsung-ipc/device/maguro/maguro_ipc.h b/samsung-ipc/device/maguro/maguro_ipc.h
index 884f699..67836ba 100644
--- a/samsung-ipc/device/maguro/maguro_ipc.h
+++ b/samsung-ipc/device/maguro/maguro_ipc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __MAGURO_IPC_H__
diff --git a/samsung-ipc/device/n7100/n7100_ipc.h b/samsung-ipc/device/n7100/n7100_ipc.h
index e25cca6..a081315 100644
--- a/samsung-ipc/device/n7100/n7100_ipc.h
+++ b/samsung-ipc/device/n7100/n7100_ipc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __N7100_IPC_H__
diff --git a/samsung-ipc/device/piranha/piranha_ipc.h b/samsung-ipc/device/piranha/piranha_ipc.h
index ccbc4ce..5c857fc 100644
--- a/samsung-ipc/device/piranha/piranha_ipc.h
+++ b/samsung-ipc/device/piranha/piranha_ipc.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __PIRANHA_IPC_H__
diff --git a/samsung-ipc/device/xmm6160/xmm6160.c b/samsung-ipc/device/xmm6160/xmm6160.c
index 8715b59..8374541 100644
--- a/samsung-ipc/device/xmm6160/xmm6160.c
+++ b/samsung-ipc/device/xmm6160/xmm6160.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/xmm6160/xmm6160.h b/samsung-ipc/device/xmm6160/xmm6160.h
index 9e201de..2d2bdf9 100644
--- a/samsung-ipc/device/xmm6160/xmm6160.h
+++ b/samsung-ipc/device/xmm6160/xmm6160.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <samsung-ipc.h>
diff --git a/samsung-ipc/device/xmm6260/xmm6260.c b/samsung-ipc/device/xmm6260/xmm6260.c
index a5c0779..416f6c2 100644
--- a/samsung-ipc/device/xmm6260/xmm6260.c
+++ b/samsung-ipc/device/xmm6260/xmm6260.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/xmm6260/xmm6260.h b/samsung-ipc/device/xmm6260/xmm6260.h
index d56ad1d..64f7938 100644
--- a/samsung-ipc/device/xmm6260/xmm6260.h
+++ b/samsung-ipc/device/xmm6260/xmm6260.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __XMM6260_H__
diff --git a/samsung-ipc/device/xmm6260/xmm6260_hsic.c b/samsung-ipc/device/xmm6260/xmm6260_hsic.c
index 263934b..e4162ae 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_hsic.c
+++ b/samsung-ipc/device/xmm6260/xmm6260_hsic.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* Based on the incomplete C++ implementation which is:
* Copyright (C) 2012 Sergey Gridasov <grindars@gmail.com>
@@ -19,7 +19,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/xmm6260/xmm6260_hsic.h b/samsung-ipc/device/xmm6260/xmm6260_hsic.h
index 5032e41..4e25bce 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_hsic.h
+++ b/samsung-ipc/device/xmm6260/xmm6260_hsic.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __XMM6260_HSIC_H__
diff --git a/samsung-ipc/device/xmm6260/xmm6260_mipi.c b/samsung-ipc/device/xmm6260/xmm6260_mipi.c
index 902b7b9..0390656 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_mipi.c
+++ b/samsung-ipc/device/xmm6260/xmm6260_mipi.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* Based on the incomplete C++ implementation which is:
* Copyright (C) 2012 Sergey Gridasov <grindars@gmail.com>
@@ -19,7 +19,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/xmm6260/xmm6260_mipi.h b/samsung-ipc/device/xmm6260/xmm6260_mipi.h
index c8e7c73..b492f0e 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_mipi.h
+++ b/samsung-ipc/device/xmm6260/xmm6260_mipi.h
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __XMM6260_MIPI_H__
diff --git a/samsung-ipc/device/xmm6260/xmm6260_sec_modem.c b/samsung-ipc/device/xmm6260/xmm6260_sec_modem.c
index 97b1ed4..d3ddfae 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_sec_modem.c
+++ b/samsung-ipc/device/xmm6260/xmm6260_sec_modem.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/device/xmm6260/xmm6260_sec_modem.h b/samsung-ipc/device/xmm6260/xmm6260_sec_modem.h
index 8d1bdc8..8895fbb 100644
--- a/samsung-ipc/device/xmm6260/xmm6260_sec_modem.h
+++ b/samsung-ipc/device/xmm6260/xmm6260_sec_modem.h
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#ifndef __XMM6260_SEC_MODEM_H__
diff --git a/samsung-ipc/gen.c b/samsung-ipc/gen.c
index ffdf51d..e2bc300 100644
--- a/samsung-ipc/gen.c
+++ b/samsung-ipc/gen.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/gprs.c b/samsung-ipc/gprs.c
index 59b5c97..b73c8f7 100644
--- a/samsung-ipc/gprs.c
+++ b/samsung-ipc/gprs.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/ipc.c b/samsung-ipc/ipc.c
index c3add84..26716af 100644
--- a/samsung-ipc/ipc.c
+++ b/samsung-ipc/ipc.c
@@ -1,8 +1,9 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2011 Simon Busch <morphis@gravedo.de>
+ * Copyright (C) 2013 Paul Kocialkowsk <contact@paulk.fr>
*
* libsamsung-ipc 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 +17,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index 2029486..c7ae110 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -1,7 +1,7 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2012 Paul Kocialkowski <contact@paulk.fr>
+ * Copyright (C) 2012-2014 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/ipc_util.c b/samsung-ipc/ipc_util.c
index c63bfc3..969afa1 100644
--- a/samsung-ipc/ipc_util.c
+++ b/samsung-ipc/ipc_util.c
@@ -1,8 +1,8 @@
/*
* This file is part of libsamsung-ipc.
*
- * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
+ * Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
*
* libsamsung-ipc 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 libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdio.h>
diff --git a/samsung-ipc/misc.c b/samsung-ipc/misc.c
index 9241453..27b7341 100644
--- a/samsung-ipc/misc.c
+++ b/samsung-ipc/misc.c
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
+
#include <stdlib.h>
#include <string.h>
diff --git a/samsung-ipc/net.c b/samsung-ipc/net.c
index 996673e..2a340a0 100644
--- a/samsung-ipc/net.c
+++ b/samsung-ipc/net.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/rfs.c b/samsung-ipc/rfs.c
index f9d080c..38eea11 100644
--- a/samsung-ipc/rfs.c
+++ b/samsung-ipc/rfs.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdio.h>
diff --git a/samsung-ipc/sec.c b/samsung-ipc/sec.c
index fbf3f7a..7fa9a42 100644
--- a/samsung-ipc/sec.c
+++ b/samsung-ipc/sec.c
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/sms.c b/samsung-ipc/sms.c
index ba39c57..d837881 100644
--- a/samsung-ipc/sms.c
+++ b/samsung-ipc/sms.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>
diff --git a/samsung-ipc/util.c b/samsung-ipc/util.c
index 08c6484..3dca3b4 100644
--- a/samsung-ipc/util.c
+++ b/samsung-ipc/util.c
@@ -15,7 +15,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdio.h>
diff --git a/tools/modemctrl.c b/tools/modemctrl.c
index 22e91d6..df68b56 100644
--- a/tools/modemctrl.c
+++ b/tools/modemctrl.c
@@ -16,7 +16,6 @@
*
* You should have received a copy of the GNU General Public License
* along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
- *
*/
#include <stdlib.h>