aboutsummaryrefslogtreecommitdiffstats
path: root/example.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-04-06 19:18:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-04-06 19:19:06 +0200
commitc4dc23cb64d6dcadea561a9f0b5ea7a7a5ef7899 (patch)
treec6d89524d7293e4379eac9c687551cabe38e3793 /example.c
parentscript: use memfd_create instead of O_TMPFILE (diff)
downloadcscript-master.tar.xz
cscript-master.zip
Use -O2 -march=native -pipe alwaysHEADmaster
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'example.c')
-rwxr-xr-xexample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index a1cc031..1b27f63 100755
--- a/example.c
+++ b/example.c
@@ -2,7 +2,7 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2022 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#define _GNU_SOURCE