]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Clean up wrong license information
authorFred Sundvik <fsundvik@gmail.com>
Sat, 13 Feb 2016 20:19:49 +0000 (22:19 +0200)
committerFred Sundvik <fsundvik@gmail.com>
Sat, 13 Feb 2016 20:20:47 +0000 (22:20 +0200)
example_integration/callbacks.c
example_integration/lcd_backlight_hal.c
example_integration/visualizer_user.c

index 21b2d9f74862ad33967392b5e5f041ca5957a5a1..2539615d65d2d385d27f5f2bdb232491cbac2e29 100644 (file)
@@ -22,20 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 */
 
-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/>.
-*/
-
 #include "keyboard.h"
 #include "action_layer.h"
 #include "visualizer.h"
index 0f35cb6755bce3c91c6d8d2ace2dc7515b30b5b2..913131b16929487bdbaeadfad718166b83e78f21 100644 (file)
@@ -21,6 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 */
+
 #include "lcd_backlight.h"
 #include "hal.h"
 
index a50ecc60da287505753506d403c43bf5ac6138d3..6c4619d9540fe84c053b838ab35faf6cb0ba66fe 100644 (file)
@@ -22,20 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 */
 
-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/>.
-*/
-
 // Currently we are assuming that both the backlight and LCD are enabled
 // But it's entirely possible to write a custom visualizer that use only
 // one of them