From 7f35cac348c944700a9677033784694cea1ec33b Mon Sep 17 00:00:00 2001 From: WofWca Date: Tue, 19 Sep 2023 22:51:03 +0400 Subject: [PATCH] refactor: comment: add "this file is copy pasted-from" Follow-up to 5bce872d6 This makes it clearer that the file was not modified after being copy-pasted. If it was, then whoever modified it could update this comment as well. --- webxdc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webxdc.js b/webxdc.js index 3181d47..253215f 100644 --- a/webxdc.js +++ b/webxdc.js @@ -1,4 +1,4 @@ -// This file originates from +// This file is copy-pasted from // https://github.com/webxdc/hello/blob/master/webxdc.js // It's a stub `webxdc.js` that adds a webxdc API stub for easy testing in // browsers. In an actual webxdc environment (e.g. Delta Chat messenger) this