aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/c/aes128.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c/aes128.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/c/aes128.c b/src/c/aes128.c
index 0653889..a1bad40 100644
--- a/src/c/aes128.c
+++ b/src/c/aes128.c
@@ -1,7 +1,9 @@
-// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com>
-// This file is part of the "AES tools" project.
-// For details, see https://github.com/egor-tensin/aes-tools.
-// Distributed under the MIT License.
+/*
+ * Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com>
+ * This file is part of the "AES tools" project.
+ * For details, see https://github.com/egor-tensin/aes-tools.
+ * Distributed under the MIT License.
+ */
#include <aes/all.h>