diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-09 16:50:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 16:50:52 +1000 |
commit | d6dd2e0d516a67bdc9bde2b6d1680a00c48675e4 (patch) | |
tree | 9ac32085f32e15178165c16079c2bebee6b72fc0 /keyboards/lyra | |
parent | 4c88f76be8099d45444cea894bb2162870115832 (diff) |
Fix CRLF in lyra/rev1 (#14360)
Diffstat (limited to 'keyboards/lyra')
-rw-r--r-- | keyboards/lyra/rev1/rev1.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/keyboards/lyra/rev1/rev1.c b/keyboards/lyra/rev1/rev1.c index 5d66e2bbf6..35b44aed16 100644 --- a/keyboards/lyra/rev1/rev1.c +++ b/keyboards/lyra/rev1/rev1.c @@ -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" |