diff options
Diffstat (limited to 'src/aes.c')
-rw-r--r-- | src/aes.c | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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> |