summaryrefslogtreecommitdiff
path: root/tests/futility
diff options
context:
space:
mode:
Diffstat (limited to 'tests/futility')
-rw-r--r--tests/futility/binary_editor.c3
-rw-r--r--tests/futility/test_file_types.c4
-rw-r--r--tests/futility/test_not_really.c4
3 files changed, 5 insertions, 6 deletions
diff --git a/tests/futility/binary_editor.c b/tests/futility/binary_editor.c
index f6a971d3..f5d6a664 100644
--- a/tests/futility/binary_editor.c
+++ b/tests/futility/binary_editor.c
@@ -1,5 +1,4 @@
-/*
- * Copyright 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright 2014 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
diff --git a/tests/futility/test_file_types.c b/tests/futility/test_file_types.c
index 9999223d..82f51486 100644
--- a/tests/futility/test_file_types.c
+++ b/tests/futility/test_file_types.c
@@ -1,8 +1,8 @@
-/*
- * Copyright 2015 The Chromium OS Authors. All rights reserved.
+/* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
diff --git a/tests/futility/test_not_really.c b/tests/futility/test_not_really.c
index 1d69d44d..1a7cf24c 100644
--- a/tests/futility/test_not_really.c
+++ b/tests/futility/test_not_really.c
@@ -1,8 +1,8 @@
-/*
- * Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#include <stdio.h>
#include "2struct.h"
#include "test_common.h"