[next] batman-adv: Switch netlink uapi header copyright to ISC

Message ID 1467628499-23243-1-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit c94437f4ca1632415e8db7430aeccb1f9f94c97a
Delegated to: Marek Lindner
Headers

Commit Message

Sven Eckelmann July 4, 2016, 10:34 a.m. UTC
  The batman_adv.h netlink header is used by userspace programs to use the
genl interface of batman-adv. These programs may not use the GPL-2 license.
The header should therefore state clearly that it can be used freely and
the license of the program which uses this header is not affected.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Acked-by: Matthias Schiffer <mschiffer@universe-factory.net>
---
It was acked in https://patchwork.open-mesh.org/patch/16471/

 include/uapi/linux/batman_adv.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
  

Comments

Marek Lindner July 5, 2016, 8:01 a.m. UTC | #1
On Monday, July 04, 2016 12:34:59 Sven Eckelmann wrote:
> The batman_adv.h netlink header is used by userspace programs to use the
> genl interface of batman-adv. These programs may not use the GPL-2 license.
> The header should therefore state clearly that it can be used freely and
> the license of the program which uses this header is not affected.
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> Acked-by: Matthias Schiffer <mschiffer@universe-factory.net>
> ---
> It was acked in https://patchwork.open-mesh.org/patch/16471/
> 
>  include/uapi/linux/batman_adv.h | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)

Applied in revision c94437f.

Thanks,
Marek
  

Patch

diff --git a/include/uapi/linux/batman_adv.h b/include/uapi/linux/batman_adv.h
index acb72f8..0fbf6fd 100644
--- a/include/uapi/linux/batman_adv.h
+++ b/include/uapi/linux/batman_adv.h
@@ -2,17 +2,17 @@ 
  *
  * Matthias Schiffer
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
  *
- * 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/>.
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
 #ifndef _UAPI_LINUX_BATMAN_ADV_H_