diff --git a/example-01.c b/example-01.c index 5b4c511..1cbbabd 100644 --- a/example-01.c +++ b/example-01.c @@ -2,12 +2,12 @@ /* * Developed by Rafa Garcia * - * example2.c is free software: you can redistribute it and/or modify + * example-01.c 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. * - * example2.c is distributed in the hope that it will be useful, + * example-01.c 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. diff --git a/example-02.c b/example-02.c index 00767fe..f254110 100644 --- a/example-02.c +++ b/example-02.c @@ -2,12 +2,12 @@ /* * Developed by Rafa Garcia * - * example1.c is free software: you can redistribute it and/or modify + * example-02.c 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. * - * example1.c is distributed in the hope that it will be useful, + * example-02.c 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. diff --git a/tiny-json.h b/tiny-json.h index 3060fb4..336d00f 100644 --- a/tiny-json.h +++ b/tiny-json.h @@ -1,7 +1,5 @@ /* - * Developed by Rafa Garcia - * * Developed by Rafa Garcia * * tiny-json.h is free software: you can redistribute it and/or modify