From b7216e86c20ba804c2ced975219df23bb834c3cf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 09:06:25 +0300 Subject: code style --- src/box.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/box.c') diff --git a/src/box.c b/src/box.c index 7302142..c7e1e90 100644 --- a/src/box.c +++ b/src/box.c @@ -1,7 +1,9 @@ -// Copyright (c) 2015 Egor Tensin -// 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 + * 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 -- cgit v1.2.3