diff --git a/examples/OneShot/OneShot.ino b/examples/OneShot/OneShot.ino index 5ab0823b..59aece6b 100644 --- a/examples/OneShot/OneShot.ino +++ b/examples/OneShot/OneShot.ino @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-OneShot -- One-shot modifiers and layers - * Copyright (C) 2016, 2017, 2018 Gergely Nagy + * Copyright (C) 2016-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 2d721114..9eee3f76 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=Kaleidoscope-OneShot version=0.0.0 author=Gergely Nagy -maintainer=Gergely Nagy +maintainer=Gergely Nagy sentence=One-shot modifiers and layers for Kaleidoscope. paragraph=Provides a way to use one-shot modifiers and layers. category=Communication diff --git a/src/Kaleidoscope-OneShot.h b/src/Kaleidoscope-OneShot.h index 86b6540f..e5b9d769 100644 --- a/src/Kaleidoscope-OneShot.h +++ b/src/Kaleidoscope-OneShot.h @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-OneShot -- One-shot modifiers and layers - * Copyright (C) 2016, 2017 Gergely Nagy + * Copyright (C) 2016-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/src/Kaleidoscope/OneShot.cpp b/src/Kaleidoscope/OneShot.cpp index 39f5728e..5fa8d755 100644 --- a/src/Kaleidoscope/OneShot.cpp +++ b/src/Kaleidoscope/OneShot.cpp @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-OneShot -- One-shot modifiers and layers - * Copyright (C) 2016, 2017, 2018 Gergely Nagy + * Copyright (C) 2016-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/src/Kaleidoscope/OneShot.h b/src/Kaleidoscope/OneShot.h index 40a906e1..7c4d85f1 100644 --- a/src/Kaleidoscope/OneShot.h +++ b/src/Kaleidoscope/OneShot.h @@ -1,6 +1,6 @@ /* -*- mode: c++ -*- * Kaleidoscope-OneShot -- One-shot modifiers and layers - * Copyright (C) 2016, 2017, 2018 Gergely Nagy + * Copyright (C) 2016-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