diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung-ril-socket.h | 13 | ||||
-rw-r--r-- | include/sim.h | 11 |
2 files changed, 11 insertions, 13 deletions
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_ |