From 0b717836e1f4ba0b02bb2757d694ae11e11d05c0 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 31 Mar 2013 23:00:40 +0200 Subject: Update copyright information Signed-off-by: Paul Kocialkowski --- Android.mk | 3 +-- call.c | 3 +-- client.c | 3 +-- disp.c | 3 +-- gen.c | 3 +-- gprs.c | 3 +-- include/samsung-ril-socket.h | 13 ++++++------- include/sim.h | 11 +++++------ ipc.c | 3 +-- ipc.h | 3 +-- misc.c | 3 +-- net.c | 3 +-- pwr.c | 3 +-- rfs.c | 3 +-- samsung-ril.c | 3 +-- samsung-ril.h | 3 +-- sat.c | 3 +-- sec.c | 3 +-- sms.c | 3 +-- snd.c | 3 +-- srs-client/include/srs-client.h | 11 +++++------ srs-client/srs-client.c | 11 +++++------ srs.c | 3 +-- srs.h | 3 +-- ss.c | 3 +-- util.c | 3 +-- util.h | 3 +-- 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 -# Copyright (C) 2011-2012 Paul Kocialkowski +# Copyright (C) 2011-2013 Paul Kocialkowski # # 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 . -# 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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #include 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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 + * Copyright (C) 2011-2013 Paul Kocialkowski * Copyright (C) 2011 Denis 'GNUtoo' Carikli * * 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 . - * */ #include 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 + * Copyright (C) 2011-2013 Paul Kocialkowski * - * 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 . - * + * along with Samsung-RIL. If not, see . */ /* 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 * - * 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 . - * + * along with Samsung-RIL. If not, see . */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 * - * 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 . - * + * along with Samsung-RIL. If not, see . */ #include 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 * - * 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 . - * + * along with Samsung-RIL. If not, see . */ #include 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 + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #include 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 + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #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 + * Copyright (C) 2013 Paul Kocialkowski * * 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 . - * */ #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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #include 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 - * Copyright (C) 2011-2012 Paul Kocialkowski + * Copyright (C) 2011-2013 Paul Kocialkowski * * 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 . - * */ #ifndef _SAMSUNG_RIL_UTIL_H_ -- cgit v1.1