diff --git a/examples/ShapeShifter/ShapeShifter.ino b/examples/ShapeShifter/ShapeShifter.ino index 7862cbb8..1af4c553 100644 --- a/examples/ShapeShifter/ShapeShifter.ino +++ b/examples/ShapeShifter/ShapeShifter.ino @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-ShapeShifter -- Change the shifted symbols on any key of your choice - * Copyright (C) 2016, 2017, 2018 Gergely Nagy + * Copyright (C) 2016, 2017, 2018 Keyboard.io, Inc * * 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 diff --git a/library.properties b/library.properties index 8282b98d..15ee123d 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=Kaleidoscope-ShapeShifter version=0.0.0 author=Gergely Nagy -maintainer=Gergely Nagy +maintainer=Gergely Nagy sentence=Change the shifted symbols on any key of your choice. paragraph=Make it possible to send a different keycode when a key is being shifted. category=Communication diff --git a/src/Kaleidoscope-ShapeShifter.h b/src/Kaleidoscope-ShapeShifter.h index 0845460d..588933ba 100644 --- a/src/Kaleidoscope-ShapeShifter.h +++ b/src/Kaleidoscope-ShapeShifter.h @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-ShapeShifter -- Change the shifted symbols on any key of your choice - * Copyright (C) 2016, 2017 Gergely Nagy + * Copyright (C) 2016, 2017 Keyboard.io, Inc * * 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 diff --git a/src/Kaleidoscope/ShapeShifter.cpp b/src/Kaleidoscope/ShapeShifter.cpp index ba8435b4..3202dfe4 100644 --- a/src/Kaleidoscope/ShapeShifter.cpp +++ b/src/Kaleidoscope/ShapeShifter.cpp @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-ShapeShifter -- Change the shifted symbols on any key of your choice - * Copyright (C) 2016, 2017 Gergely Nagy + * Copyright (C) 2016, 2017 Keyboard.io, Inc * * 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 diff --git a/src/Kaleidoscope/ShapeShifter.h b/src/Kaleidoscope/ShapeShifter.h index 29bf60e5..344a741e 100644 --- a/src/Kaleidoscope/ShapeShifter.h +++ b/src/Kaleidoscope/ShapeShifter.h @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-ShapeShifter -- Change the shifted symbols on any key of your choice - * Copyright (C) 2016, 2017 Gergely Nagy + * Copyright (C) 2016, 2017 Keyboard.io, Inc * * 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