Differences From Artifact [7a36a45549]:
- File mkup.c — part of check-in [0f5a51907d] at 2023-04-13 07:26:12 on branch trunk — relicense to EUPL (user: lexi, size: 13344) [annotate] [blame] [check-ins using]
To Artifact [c8562e1cb9]:
- File mkup.c — part of check-in [f7c93df9f4] at 2024-07-10 19:07:16 on branch trunk — periodic update (user: lexi, size: 13348) [annotate] [blame] [check-ins using]
1 1 /* [ʞ] mkup.c 2 2 * ~ lexi hale <lexi@hale.su> 3 - * © EUPL v1.2 3 + * 🄯 GNU AGPL v3 4 4 * ? mkup is a document generator based loosely 5 5 * on markup, which produces html files formatted 6 6 * according to my website's template. */ 7 7 8 8 #include <stdio.h> 9 9 #include <stddef.h> 10 10 #include <stdint.h>