]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/light_ws2812.h
Adds parenthesis where they might be needed
[qmk_firmware.git] / quantum / light_ws2812.h
index 2f78c20fc1cc8e1916d516d1200a9f112af61cc8..60924a0fb61d5895fb22bc7dfa1e9ff0027d4467 100755 (executable)
@@ -6,8 +6,18 @@
  *
  * Please do not change this file! All configuration is handled in "ws2812_config.h"
  *
- * License: GNU GPL v2 (see License.txt)
- +
+ * 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 2 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef LIGHT_WS2812_H_