mirror of
				https://github.com/MichMich/MagicMirror.git
				synced 2025-10-31 18:54:51 +00:00 
			
		
		
		
	remove all useless header comments (#3363)
see #3358 used command: `find ./ -type f -exec perl -i -0pe 's/\/\*\s*magicmirror.*?\*\/\s*//si' {} \;` This is a first draft, I think we should preserve some of the comments.
This commit is contained in:
		| @@ -1,10 +1,3 @@ | ||||
| /* MagicMirror² | ||||
|  * Node Helper: Calendar - CalendarFetcher | ||||
|  * | ||||
|  * By Michael Teeuw https://michaelteeuw.nl | ||||
|  * MIT Licensed. | ||||
|  */ | ||||
|  | ||||
| const https = require("node:https"); | ||||
| const ical = require("node-ical"); | ||||
| const Log = require("logger"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user