diff options
author | Jay Greco <jayv.greco@gmail.com> | 2021-10-10 18:37:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 18:37:33 -0700 |
commit | c75bf9daf46897209338f7dc4b68f2efec074a65 (patch) | |
tree | 17c16997d48b1727a7eb6e67992b88efb1f4bd32 /keyboards/nullbitsco/scramble | |
parent | 5c034c43ab547b95847e7419b9a07e76f560dc16 (diff) |
[Keyboard] nullbitsco keyboards: common file cleanup (#14358)
Diffstat (limited to 'keyboards/nullbitsco/scramble')
-rw-r--r-- | keyboards/nullbitsco/scramble/config.h | 2 | ||||
-rw-r--r-- | keyboards/nullbitsco/scramble/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/nullbitsco/scramble/keymaps/oled/config.h | 2 | ||||
-rw-r--r-- | keyboards/nullbitsco/scramble/keymaps/oled/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/nullbitsco/scramble/keymaps/via/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/nullbitsco/scramble/scramble.c | 2 | ||||
-rw-r--r-- | keyboards/nullbitsco/scramble/scramble.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/nullbitsco/scramble/config.h b/keyboards/nullbitsco/scramble/config.h index 949c280263..811f28e6be 100644 --- a/keyboards/nullbitsco/scramble/config.h +++ b/keyboards/nullbitsco/scramble/config.h @@ -1,5 +1,5 @@ /* -Copyright 2020 Jay Greco +Copyright 2021 Jay Greco 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 diff --git a/keyboards/nullbitsco/scramble/keymaps/default/keymap.c b/keyboards/nullbitsco/scramble/keymaps/default/keymap.c index b80214110a..a798bd3cb8 100644 --- a/keyboards/nullbitsco/scramble/keymaps/default/keymap.c +++ b/keyboards/nullbitsco/scramble/keymaps/default/keymap.c @@ -1,5 +1,5 @@ /* -Copyright 2020 Jay Greco +Copyright 2021 Jay Greco 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 diff --git a/keyboards/nullbitsco/scramble/keymaps/oled/config.h b/keyboards/nullbitsco/scramble/keymaps/oled/config.h index 5bfc9cff75..cd980b0936 100644 --- a/keyboards/nullbitsco/scramble/keymaps/oled/config.h +++ b/keyboards/nullbitsco/scramble/keymaps/oled/config.h @@ -1,5 +1,5 @@ /* -Copyright 2020 Jay Greco +Copyright 2021 Jay Greco 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 diff --git a/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c b/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c index 41356631af..109da78ad6 100644 --- a/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c +++ b/keyboards/nullbitsco/scramble/keymaps/oled/keymap.c @@ -1,5 +1,5 @@ /* -Copyright 2020 Jay Greco +Copyright 2021 Jay Greco 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 diff --git a/keyboards/nullbitsco/scramble/keymaps/via/keymap.c b/keyboards/nullbitsco/scramble/keymaps/via/keymap.c index d5b97855a5..4c0ffbe2eb 100644 --- a/keyboards/nullbitsco/scramble/keymaps/via/keymap.c +++ b/keyboards/nullbitsco/scramble/keymaps/via/keymap.c @@ -1,5 +1,5 @@ /* -Copyright 2020 Jay Greco +Copyright 2021 Jay Greco 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 diff --git a/keyboards/nullbitsco/scramble/scramble.c b/keyboards/nullbitsco/scramble/scramble.c index 3e981cfbb3..f9f28d2c31 100644 --- a/keyboards/nullbitsco/scramble/scramble.c +++ b/keyboards/nullbitsco/scramble/scramble.c @@ -1,5 +1,5 @@ /* -Copyright 2020 Jay Greco +Copyright 2021 Jay Greco 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 diff --git a/keyboards/nullbitsco/scramble/scramble.h b/keyboards/nullbitsco/scramble/scramble.h index 5d3e1b0103..101645e51d 100644 --- a/keyboards/nullbitsco/scramble/scramble.h +++ b/keyboards/nullbitsco/scramble/scramble.h @@ -1,4 +1,4 @@ -/* Copyright 2020 Jay Greco +/* Copyright 2021 Jay Greco * * 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 |