summaryrefslogtreecommitdiff
path: root/mbim-enum.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-24 20:47:21 +0200
committerJohn Crispin <blogic@openwrt.org>2014-08-24 20:47:21 +0200
commitd16d0d2a487687ff38c3b7b5fc530d660b1d85cc (patch)
treed09845a76fb646d48b8cf37105a17e383182a18a /mbim-enum.c
parentb82f187ab204a56f5ed7cd6d4de64bfdc07a1a74 (diff)
add gpl license
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'mbim-enum.c')
-rw-r--r--mbim-enum.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/mbim-enum.c b/mbim-enum.c
index 473e68f..d08f039 100644
--- a/mbim-enum.c
+++ b/mbim-enum.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.
+ */
+
#include <stdio.h>
#include "mbim.h"