From ed2e0e944cd72270b827c75d366afebddcacf09a Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Fri, 2 Sep 2011 22:30:44 -0300 Subject: [PATCH] Added GPL notice. --- include/eapol.h | 21 +++++++++++++++++++++ src/eapol.cpp | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/include/eapol.h b/include/eapol.h index 6da76af..377674c 100644 --- a/include/eapol.h +++ b/include/eapol.h @@ -1,3 +1,24 @@ +/* + * libtins is a net packet wrapper library for crafting and + * interpreting sniffed packets. + * + * Copyright (C) 2011 Nasel + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef __EAPOL_H #define __EAPOL_H diff --git a/src/eapol.cpp b/src/eapol.cpp index c032819..8ef9bab 100644 --- a/src/eapol.cpp +++ b/src/eapol.cpp @@ -1,3 +1,24 @@ +/* + * libtins is a net packet wrapper library for crafting and + * interpreting sniffed packets. + * + * Copyright (C) 2011 Nasel + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include