summaryrefslogtreecommitdiff
path: root/can2joy.c
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2018-08-24 00:02:41 +0200
committernorly <ny-git@enpas.org>2018-08-24 00:34:12 +0200
commit558c310c5ecf93d4c6e02498dcbb7935b8c76bd8 (patch)
tree631d594114d71cdfe18007f7a4064b6d37249d3f /can2joy.c
parent53bf76ad9ab9d20fcd449f0b462b9358a93e949d (diff)
Add GPLv2
Diffstat (limited to 'can2joy.c')
-rw-r--r--can2joy.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/can2joy.c b/can2joy.c
index 47fb5cb..a4ad4d4 100644
--- a/can2joy.c
+++ b/can2joy.c
@@ -1,3 +1,17 @@
+/* This file is part of can2joy.
+ *
+ * can2joy is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * can2joy 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 can2joy. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <fcntl.h>
#include <linux/can.h>
#include <linux/can/raw.h>