1

updating license

This commit is contained in:
Alex Yatskov 2017-04-23 12:32:22 -07:00
parent 280a431914
commit 18835f867c
8 changed files with 88 additions and 120 deletions

26
book.c
View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <string.h> #include <string.h>

26
book.h
View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef BOOK_H #ifndef BOOK_H

View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <iconv.h> #include <iconv.h>

View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef CONVERT_H #ifndef CONVERT_H

26
hooks.c
View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <assert.h> #include <assert.h>

26
hooks.h
View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef HOOKS_H #ifndef HOOKS_H

26
main.c
View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <stdlib.h> #include <stdlib.h>

26
util.h
View File

@ -1,23 +1,19 @@
/* /*
* Copyright (c) 2017 Alex Yatskov <alex@foosoft.net> * Copyright (C) 2017 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of * This program is free software: you can redistribute it and/or modify
* this software and associated documentation files (the "Software"), to deal in * it under the terms of the GNU General Public License as published by
* the Software without restriction, including without limitation the rights to * the Free Software Foundation, either version 3 of the License, or
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of * (at your option) any later version.
* the Software, and to permit persons to whom the Software is furnished to do so,
* subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in all * This program is distributed in the hope that it will be useful,
* copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
/* /*