Cleanup some more header comments

This commit is contained in:
Veeck 2020-04-21 14:58:17 +02:00
parent be6f1f9c4a
commit e510d279a2
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,11 @@
/* global Module */
/* Magic Mirror
* Module: UpdateNotification
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
Module.register("updatenotification", {
defaults: {

View File

@ -1,4 +1,4 @@
/* global WeatherProvider, WeatherDay */
/* global WeatherProvider */
/* Magic Mirror
* Module: Weather

View File

@ -1,5 +1,3 @@
/* global Class */
/* Magic Mirror
* Module: Weather
*