diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-05-16 20:22:27 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-05-16 20:22:27 +0200 |
commit | 70e76da34037e3ba1d94104013ed2f04f1d8a9af (patch) | |
tree | 56869b71cb81d03f86058aefaafa9524ec4e2b66 /turbowc.c | |
parent | 054b3b48c9ccfde24f4c01fb6f59773cfcd422d3 (diff) |
Copyright stuff.
Diffstat (limited to 'turbowc.c')
-rw-r--r-- | turbowc.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +/* 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, see <http://www.gnu.org/licenses/> */ + #include <stdio.h> #include <stdint.h> #include <string.h> |