genembbin.c (ziproxy-3.3.1) | : | genembbin.c (ziproxy-3.3.2.tar.bz2) | ||
---|---|---|---|---|
/* genembbin.c | /* genembbin.c | |||
* Generates a C-source include with data from binary files | * Generates a C-source include with data from binary files | |||
* This is a standalone code and not included in main Ziproxy executable. | * This is a standalone code and not included in main Ziproxy executable. | |||
* | * | |||
* Ziproxy - the HTTP acceleration proxy | * Ziproxy - the HTTP acceleration proxy | |||
* This code is under the following conditions: | * This code is under the following conditions: | |||
* | * | |||
* --------------------------------------------------------------------- | * --------------------------------------------------------------------- | |||
* Copyright (c)2005-2014 Daniel Mealha Cabrita | * Copyright (c)2005-2021 Daniel Mealha Cabrita | |||
* | * | |||
* This program is free software; you can redistribute it and/or modify | * 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 | * it under the terms of the GNU General Public License as published by | |||
* the Free Software Foundation; either version 2 of the License, or | * the Free Software Foundation; either version 2 of the License, or | |||
* (at your option) any later version. | * (at your option) any later version. | |||
* | * | |||
* This program is distributed in the hope that it will be useful, | * This program is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
* GNU General Public License for more details. | * GNU General Public License for more details. | |||
skipping to change at line 98 | skipping to change at line 98 | |||
" * Embedded binaries' tables\n" | " * Embedded binaries' tables\n" | |||
" *\n" | " *\n" | |||
" * *** Do not edit this file directly, it was generated by genem bbin.c\n" | " * *** Do not edit this file directly, it was generated by genem bbin.c\n" | |||
" * *** genembbin is not invoked neither compiled by make,\n" | " * *** genembbin is not invoked neither compiled by make,\n" | |||
" * *** thus it should be compiled and executed manually.\n" | " * *** thus it should be compiled and executed manually.\n" | |||
" *\n" | " *\n" | |||
" * Ziproxy - the HTTP acceleration proxy\n" | " * Ziproxy - the HTTP acceleration proxy\n" | |||
" * This code is under the following conditions:\n" | " * This code is under the following conditions:\n" | |||
" *\n" | " *\n" | |||
" * ------------------------------------------------------------- --------\n" | " * ------------------------------------------------------------- --------\n" | |||
" * Copyright (c)2005-2014 Daniel Mealha Cabrita\n" | " * Copyright (c)2005-2021 Daniel Mealha Cabrita\n" | |||
" *\n" | " *\n" | |||
" * This program is free software; you can redistribute it and/or modify\n" | " * This program is free software; you can redistribute it and/or modify\n" | |||
" * it under the terms of the GNU General Public License as publi shed by\n" | " * it under the terms of the GNU General Public License as publi shed by\n" | |||
" * the Free Software Foundation; either version 2 of the License , or\n" | " * the Free Software Foundation; either version 2 of the License , or\n" | |||
" * (at your option) any later version.\n" | " * (at your option) any later version.\n" | |||
" *\n" | " *\n" | |||
" * This program is distributed in the hope that it will be usefu l,\n" | " * This program is distributed in the hope that it will be usefu l,\n" | |||
" * but WITHOUT ANY WARRANTY; without even the implied warranty o f\n" | " * but WITHOUT ANY WARRANTY; without even the implied warranty o f\n" | |||
" * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n" | " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n" | |||
" * GNU General Public License for more details.\n" | " * GNU General Public License for more details.\n" | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |