add gpl license
authorJohn Crispin <blogic@openwrt.org>
Sun, 24 Aug 2014 18:47:21 +0000 (20:47 +0200)
committerJohn Crispin <blogic@openwrt.org>
Sun, 24 Aug 2014 18:47:21 +0000 (20:47 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
cli.c
mbim-dev.c
mbim-dev.h
mbim-enum.c
mbim-enums.h
mbim-msg.c
mbim-msg.h
mbim-type.h
mbim.h

diff --git a/cli.c b/cli.c
index 328804d292c3ea8f2219ef5e87c1652028db7eb9..1f043d52c52b0a08b2a6c2eb6ec63aa0bcce1066 100644 (file)
--- a/cli.c
+++ b/cli.c
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #define __STDC_FORMAT_MACROS
 #include <inttypes.h>
 
index e5d90f9f270ad1f7f856a80b76b293632bf2e538..4c129b0e1211481b719cdc9e50410caf2e4f3081 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #include <sys/types.h>
 #include <sys/stat.h>
 
index 3f345ceba9498c35b54f1e4bb23cc28a1de90927..1499630e20bed7c0f874810fa57104e2f4ee163e 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #ifndef _MBIM_DEV_H__
 #define _MBIM_DEV_H__
 
index 473e68f2f42e010dbe8d395ea88c8889dcb02e26..d08f039377b4ea0708395df8b7aa34ece958218f 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #include <stdio.h>
 
 #include "mbim.h"
index 55f2fcb9efb096615b545164787b4c0035e985df..2ecbcd78ab7b61978b1ef4b1077ae9ecd7e52ea0 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #ifndef _MBIM_ENUMS_H__
 #define _MBIM_ENUMS_H__
 
index 88df1b6ba2f2868836030426b307e9929c07a351..a327c6a191625cb68a48f984cf563626dca47fa7 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #include <sys/types.h>
 #include <sys/stat.h>
 
index 1f840316478eb22036049438985c579de68b9780..353d9988864c0355bce13e5a1ab13ab43b927546 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #ifndef _MBIM_MSG_H__
 #define _MBIM_MSG_H__
 
index d54d8a2b66f471f5ee59e77a3277bdd75d1ac0b3..ddc36fabaa3680c8665a0cc105f1fc90ef9dfa17 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #ifndef _MBIM_TYPE_H__
 #define _MBIM_TYPE_H__
 
diff --git a/mbim.h b/mbim.h
index d76892aa62b86b772a8af7008b614efb90f35d4f..6e7e8b4d9e5e70a626c953aeaf16e6287f9c917c 100644 (file)
--- a/mbim.h
+++ b/mbim.h
@@ -1,3 +1,17 @@
+/*
+ * umbim
+ * Copyright (C) 2014 John Crispin <blogic@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation
+ *
+ * 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.
+ */
+
 #ifndef _MBIM_H__
 #define _MBIM_H__