diff options
author | fauxpark <fauxpark@gmail.com> | 2021-09-09 16:54:39 +1000 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-09-09 16:54:39 +1000 |
commit | 93387f89414cce9ebe60aba6a8525d9f78c427bd (patch) | |
tree | 1934027f78f1a2a0693b4dbd187ec0d516b936b2 | |
parent | 4e8f064c27b887172854d351ba4525e2bb8fbc3c (diff) | |
parent | d6dd2e0d516a67bdc9bde2b6d1680a00c48675e4 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
-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" |