From 9c008a1decbaf79b5158ff31cc72296431cd2d85 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 12 Aug 2010 18:31:24 +0800 Subject: add license headers --- easytool/data.c | 21 +++++++++++++++++++++ easytool/easytool.c | 22 ++++++++++++++++++++++ easytool/utils.c | 21 +++++++++++++++++++++ 3 files changed, 64 insertions(+) (limited to 'easytool') diff --git a/easytool/data.c b/easytool/data.c index 87de407..ac5530b 100644 --- a/easytool/data.c +++ b/easytool/data.c @@ -1,3 +1,24 @@ +/* A reverse-engineered implementation of the EasyCard data format */ + +/* (C) 2010 by Harald Welte + * All Rights Reserved + * + * 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 3 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #include #include diff --git a/easytool/easytool.c b/easytool/easytool.c index 52a6c53..6086916 100644 --- a/easytool/easytool.c +++ b/easytool/easytool.c @@ -1,3 +1,25 @@ +/* A reverse-engineered implementation of the EasyCard data format */ + +/* (C) 2010 by Harald Welte + * All Rights Reserved + * + * 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 3 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + + #include #include diff --git a/easytool/utils.c b/easytool/utils.c index ab8fb72..3f3af8a 100644 --- a/easytool/utils.c +++ b/easytool/utils.c @@ -1,3 +1,24 @@ +/* A reverse-engineered implementation of the EasyCard data format */ + +/* (C) 2010 by Harald Welte + * All Rights Reserved + * + * 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 3 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #include #include -- cgit v1.2.3