Skip to content

Commit

Permalink
Fix CRLF in lyra/rev1 (qmk#14360)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and cori committed Sep 19, 2021
1 parent 63001b4 commit 2875c00
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions keyboards/lyra/rev1/rev1.c
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/* Copyright 2021 Domanic Calleja
*
* 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 "rev1.h"
/* Copyright 2021 Domanic Calleja
*
* 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 "rev1.h"

0 comments on commit 2875c00

Please sign in to comment.