]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Correcting license (should have been lgpl)
authorJacob Alexander <triplehaata@gmail.com>
Sun, 17 Nov 2013 21:42:41 +0000 (16:42 -0500)
committerJacob Alexander <triplehaata@gmail.com>
Sun, 17 Nov 2013 21:42:41 +0000 (16:42 -0500)
Scan/avr-capsense/scan_loop.c
Scan/avr-capsense/scan_loop.h

index 8bf012706ab482a2cbea5fa587afdb65d564ca3a..e7cfd2cf4cbd91c6953aff077bdaf2becd05b961 100644 (file)
@@ -1,18 +1,18 @@
 /* Copyright (C) 2011-2013 by Joseph Makuch
  * Additions by Jacob Alexander (2013)
  *
- *  This program is free software: you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation, either version 3 of the License, or
- *  (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3.0 of the License, or (at your option) any later version.
  *
- *  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.
+ * This library 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
+ * Lesser 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/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 // ----- Includes -----
index 01007209fd50037b075268ecee4f42c93d337d0f..bfad6ebd1ad18ad06a03c96fc10d1a2d3ccf9f38 100644 (file)
@@ -1,17 +1,17 @@
 /* Copyright (C) 2013 by Jacob Alexander
  * 
- *  This program is free software: you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation, either version 3 of the License, or
- *  (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3.0 of the License, or (at your option) any later version.
  *
- *  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.
+ * This library 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
+ * Lesser 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/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __SCAN_LOOP_H