diff --git a/LICENSE b/LICENSE index 930c688..794d075 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) [2020] [Nils Feldkämper] +Copyright (c) [2021] [Jomelo] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index c8d11e4..470043a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Images: MIT License -Copyright (c) [2020] [Nils Feldkämper] +Copyright (c) [2021] [Jomelo] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_ssd1306/LCDML_adafruit_gfx_ssd1306.ino b/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_ssd1306/LCDML_adafruit_gfx_ssd1306.ino index d3ca2e5..38eb76a 100644 --- a/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_ssd1306/LCDML_adafruit_gfx_ssd1306.ino +++ b/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_ssd1306/LCDML_adafruit_gfx_ssd1306.ino @@ -1,7 +1,7 @@ // ============================================================ // Example: LCDML: use ADAFRUIT i2c display ssd1306 // ============================================================ -// Author: Nils Feldkämper +// Author: Jomelo // Last update: 12.11.2018 // License: MIT // ============================================================ diff --git a/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_st7735/LCDML_adafruit_gfx_st7735.ino b/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_st7735/LCDML_adafruit_gfx_st7735.ino index 16d2203..759c24e 100644 --- a/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_st7735/LCDML_adafruit_gfx_st7735.ino +++ b/examples/03_displaytypes/gfx/LCDML_adafruit_gfx_st7735/LCDML_adafruit_gfx_st7735.ino @@ -1,7 +1,7 @@ // ============================================================ // Example: LCDML: use ADAFRUIT i2c display ssd1306 // ============================================================ -// Author: Nils Feldkämper, Markus Rudel +// Author: Jomelo, Markus Rudel // Last update: 12.11.2018 // License: MIT // ============================================================ diff --git a/examples/03_displaytypes/glcd/LCDML_u8g2lib/LCDML_u8g2lib.ino b/examples/03_displaytypes/glcd/LCDML_u8g2lib/LCDML_u8g2lib.ino index 72fbce3..a123e38 100644 --- a/examples/03_displaytypes/glcd/LCDML_u8g2lib/LCDML_u8g2lib.ino +++ b/examples/03_displaytypes/glcd/LCDML_u8g2lib/LCDML_u8g2lib.ino @@ -1,7 +1,7 @@ // ============================================================ // Example: LCDML: graphic display with u8g // ============================================================ -// Author: Nils Feldkämper +// Author: Jomelo // Last update: 21.01.2018 // License: MIT // ============================================================ diff --git a/examples/03_displaytypes/glcd/LCDML_u8glib/LCDML_u8glib.ino b/examples/03_displaytypes/glcd/LCDML_u8glib/LCDML_u8glib.ino index c4b8a10..0be9922 100644 --- a/examples/03_displaytypes/glcd/LCDML_u8glib/LCDML_u8glib.ino +++ b/examples/03_displaytypes/glcd/LCDML_u8glib/LCDML_u8glib.ino @@ -1,7 +1,7 @@ // ============================================================ // Example: LCDML: graphic display with u8g // ============================================================ -// Author: Nils Feldkämper +// Author: Jomelo // Last update: 21.01.2018 // License: MIT // ============================================================ diff --git a/keywords.txt b/keywords.txt index 5129af3..d5be3b8 100644 --- a/keywords.txt +++ b/keywords.txt @@ -4,7 +4,7 @@ # # MIT License # -# Copyright (c) [2020] [Nils Feldkämper] +# Copyright (c) [2021] [Jomelo] # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/library.properties b/library.properties index c686625..d71faba 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=LCDMenuLib2 version=2.2.7 beta-4 -author=Nils Feldkaemper -maintainer=Nils Feldkaemper +author=Jomelo +maintainer=Jomelo sentence=Easy creation of a multi layer tree menu with screensaver and other stuff. paragraph=Examples for the basic function and different output types [console (serial monitor), lcd displays, glcd displays, gfx displays] category=Display diff --git a/src/LCDMenuLib2.cpp b/src/LCDMenuLib2.cpp index a0b5bc9..72940b6 100644 --- a/src/LCDMenuLib2.cpp +++ b/src/LCDMenuLib2.cpp @@ -4,7 +4,7 @@ * * MIT License * - * Copyright (c) [2020] [Nils Feldkämper] + * Copyright (c) [2021] [Jomelo] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/LCDMenuLib2.h b/src/LCDMenuLib2.h index 43501bb..38a7e1a 100644 --- a/src/LCDMenuLib2.h +++ b/src/LCDMenuLib2.h @@ -4,7 +4,7 @@ * * MIT License * - * Copyright (c) [2020] [Nils Feldkämper] + * Copyright (c) [2021] [Jomelo] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/LCDMenuLib2_macros.h b/src/LCDMenuLib2_macros.h index e99cfd7..7cefaa1 100644 --- a/src/LCDMenuLib2_macros.h +++ b/src/LCDMenuLib2_macros.h @@ -4,7 +4,7 @@ * * MIT License * - * Copyright (c) [2020] [Nils Feldkämper] + * Copyright (c) [2021] [Jomelo] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/LCDMenuLib2_menu.cpp b/src/LCDMenuLib2_menu.cpp index adcd5f3..83f6cd0 100644 --- a/src/LCDMenuLib2_menu.cpp +++ b/src/LCDMenuLib2_menu.cpp @@ -4,7 +4,7 @@ * * MIT License * - * Copyright (c) [2020] [Nils Feldkämper] + * Copyright (c) [2021] [Jomelo] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/LCDMenuLib2_menu.h b/src/LCDMenuLib2_menu.h index 8e751a3..c18489a 100644 --- a/src/LCDMenuLib2_menu.h +++ b/src/LCDMenuLib2_menu.h @@ -4,7 +4,7 @@ * * MIT License * - * Copyright (c) [2020] [Nils Feldkämper] + * Copyright (c) [2021] [Jomelo] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/LCDMenuLib2_typedef.h b/src/LCDMenuLib2_typedef.h index dc178ba..9d6ab0d 100644 --- a/src/LCDMenuLib2_typedef.h +++ b/src/LCDMenuLib2_typedef.h @@ -4,7 +4,7 @@ * * MIT License * - * Copyright (c) [2020] [Nils Feldkämper] + * Copyright (c) [2021] [Jomelo] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal