diff options
-rw-r--r-- | Android.mk | 3 | ||||
-rw-r--r-- | call.c | 3 | ||||
-rw-r--r-- | client.c | 3 | ||||
-rw-r--r-- | disp.c | 3 | ||||
-rw-r--r-- | gen.c | 3 | ||||
-rw-r--r-- | gprs.c | 3 | ||||
-rw-r--r-- | include/samsung-ril-socket.h | 13 | ||||
-rw-r--r-- | include/sim.h | 11 | ||||
-rw-r--r-- | ipc.c | 3 | ||||
-rw-r--r-- | ipc.h | 3 | ||||
-rw-r--r-- | misc.c | 3 | ||||
-rw-r--r-- | net.c | 3 | ||||
-rw-r--r-- | pwr.c | 3 | ||||
-rw-r--r-- | rfs.c | 3 | ||||
-rw-r--r-- | samsung-ril.c | 3 | ||||
-rw-r--r-- | samsung-ril.h | 3 | ||||
-rw-r--r-- | sat.c | 3 | ||||
-rw-r--r-- | sec.c | 3 | ||||
-rw-r--r-- | sms.c | 3 | ||||
-rw-r--r-- | snd.c | 3 | ||||
-rw-r--r-- | srs-client/include/srs-client.h | 11 | ||||
-rw-r--r-- | srs-client/srs-client.c | 11 | ||||
-rw-r--r-- | srs.c | 3 | ||||
-rw-r--r-- | srs.h | 3 | ||||
-rw-r--r-- | ss.c | 3 | ||||
-rw-r--r-- | util.c | 3 | ||||
-rw-r--r-- | util.h | 3 |
27 files changed, 44 insertions, 71 deletions
@@ -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) @@ -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" @@ -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> @@ -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" @@ -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" @@ -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_ @@ -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" @@ -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_ @@ -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" @@ -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" @@ -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" @@ -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_ @@ -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" @@ -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" @@ -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" @@ -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> @@ -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> @@ -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_ @@ -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" @@ -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> @@ -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_ |