diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-03-31 23:00:40 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-03-31 23:00:40 +0200 |
commit | 0b717836e1f4ba0b02bb2757d694ae11e11d05c0 (patch) | |
tree | ad17d39a8b2278417abab104489c62ed6314e99e /srs-client | |
parent | 79ab28a95dbc9443b6c883c604a9a8f240b8a74c (diff) | |
download | hardware_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>
Diffstat (limited to 'srs-client')
-rw-r--r-- | srs-client/include/srs-client.h | 11 | ||||
-rw-r--r-- | srs-client/srs-client.c | 11 |
2 files changed, 10 insertions, 12 deletions
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> |