aboutsummaryrefslogtreecommitdiff
path: root/common/lock.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/lock.js')
-rw-r--r--common/lock.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/lock.js b/common/lock.js
index 822ad1b..6cf0835 100644
--- a/common/lock.js
+++ b/common/lock.js
@@ -1,5 +1,7 @@
/**
- * Hachette lock (aka binary semaphore aka mutex)
+ * This file is part of Haketilo.
+ *
+ * Function: Implement a lock (aka binary semaphore aka mutex).
*
* Copyright (C) 2021 Wojtek Kosior
* Redistribution terms are gathered in the `copyright' file.