diff --git a/tools/pkg/parseres.c b/tools/pkg/parseres.c index c8842c00e..c7837be7d 100644 --- a/tools/pkg/parseres.c +++ b/tools/pkg/parseres.c @@ -1,9 +1,20 @@ /* * Parses resinst.h files * By Serge van den Boom (svdb@stack.nl), 20021023 - * The GPL applies. * - * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/tools/pkg/parseres.h b/tools/pkg/parseres.h index 274c8af5c..50ab1f760 100644 --- a/tools/pkg/parseres.h +++ b/tools/pkg/parseres.h @@ -1,3 +1,21 @@ +/* + * By Serge van den Boom (svdb@stack.nl), 20021023 + * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + typedef int uint32; typedef struct { diff --git a/tools/pkg/unpkg.c b/tools/pkg/unpkg.c index 5d117574e..c32d17e58 100644 --- a/tools/pkg/unpkg.c +++ b/tools/pkg/unpkg.c @@ -1,9 +1,20 @@ /* * .pkg file extractor * By Serge van den Boom (svdb@stack.nl), 20021012 - * The GPL applies. * - * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include diff --git a/tools/pkg/unpkg.h b/tools/pkg/unpkg.h index 439596a97..43b547422 100644 --- a/tools/pkg/unpkg.h +++ b/tools/pkg/unpkg.h @@ -1,3 +1,18 @@ +/* + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include typedef unsigned char uint8;