diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-18 21:49:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-18 21:49:58 (EDT) |
commit | 4fe83854fc6baec0273863671ed8ee66308fcab8 (patch) | |
tree | 2da24aff1fed1c13423f23ecde86af8166afdfb9 /src/opk | |
parent | f8736ddda6d8594f830adc93d17ccc7ac3f64a2b (diff) |
Fix license notices
Diffstat (limited to 'src/opk')
-rw-r--r-- | src/opk/opk.h | 8 | ||||
-rw-r--r-- | src/opk/read.c | 8 | ||||
-rw-r--r-- | src/opk/write.c | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/src/opk/opk.h b/src/opk/opk.h index e57be4f..93f9dfe 100644 --- a/src/opk/opk.h +++ b/src/opk/opk.h @@ -1,20 +1,20 @@ /* * Copyright (C) 2023 Patrick McDermott * - * This file is part of opkg-opkg. + * This file is part of opkg-opk. * - * opkg-opkg is free software: you can redistribute it and/or modify + * opkg-opk 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. * - * opkg-opkg is distributed in the hope that it will be useful, + * opkg-opk 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 opkg-opkg. If not, see <http://www.gnu.org/licenses/>. + * along with opkg-opk. If not, see <https://www.gnu.org/licenses/>. */ #ifndef OPKG_OPK_OPK_OPK_H_ diff --git a/src/opk/read.c b/src/opk/read.c index edfd74f..21fbc66 100644 --- a/src/opk/read.c +++ b/src/opk/read.c @@ -1,20 +1,20 @@ /* * Copyright (C) 2023 Patrick McDermott * - * This file is part of opkg-opkg. + * This file is part of opkg-opk. * - * opkg-opkg is free software: you can redistribute it and/or modify + * opkg-opk 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. * - * opkg-opkg is distributed in the hope that it will be useful, + * opkg-opk 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 opkg-opkg. If not, see <http://www.gnu.org/licenses/>. + * along with opkg-opk. If not, see <https://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/src/opk/write.c b/src/opk/write.c index 3880552..ae8a799 100644 --- a/src/opk/write.c +++ b/src/opk/write.c @@ -1,20 +1,20 @@ /* * Copyright (C) 2023 Patrick McDermott * - * This file is part of opkg-opkg. + * This file is part of opkg-opk. * - * opkg-opkg is free software: you can redistribute it and/or modify + * opkg-opk 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. * - * opkg-opkg is distributed in the hope that it will be useful, + * opkg-opk 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 opkg-opkg. If not, see <http://www.gnu.org/licenses/>. + * along with opkg-opk. If not, see <https://www.gnu.org/licenses/>. */ #include <dirent.h> |