aboutsummaryrefslogtreecommitdiffstats
path: root/generic/true.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-01 08:50:47 +0200
committerMattias Andrée <maandree@kth.se>2023-07-01 08:52:27 +0200
commit0d1a7a2223f50a14c428c4a587edd79170e8bc99 (patch)
tree7926b8b8b9cf676597a9b7ded2f15dfda023bc73 /generic/true.c
parentpossiblity optimisation of false (diff)
downloadoptimised-true-0d1a7a2223f50a14c428c4a587edd79170e8bc99.tar.gz
optimised-true-0d1a7a2223f50a14c428c4a587edd79170e8bc99.tar.bz2
optimised-true-0d1a7a2223f50a14c428c4a587edd79170e8bc99.tar.xz
Change license to ISC
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'generic/true.c')
-rw-r--r--generic/true.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/true.c b/generic/true.c
index e0d9985..8a8ff5d 100644
--- a/generic/true.c
+++ b/generic/true.c
@@ -1,5 +1,7 @@
-int main(void)
+/* See LICENSE file for copyright and license details. */
+
+int
+main(void)
{
- return 0;
+ return 0;
}
-