Add GPLv2
[can2joy.git] / can2joy.c
index 47fb5cb59e538c94e3318b9133fb3167f91b7a5c..a4ad4d4e0dd58ee60c0d1bf2296d15ac856d66e2 100644 (file)
--- 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>