From 0713202dc00df8aa4d2101d923546bff18d51921 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 4 Dec 2018 23:50:10 +0200 Subject: Add boilerplate headers comments and include guards The initial main.cpp and libcamera.h files are missing boilerplate header comments. libcamera.h is further missing include guards. Add them. Signed-off-by: Laurent Pinchart Acked-by: Kieran Bingham --- test/init.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/init.cpp') diff --git a/test/init.cpp b/test/init.cpp index 8c8ec9ad..97948b9c 100644 --- a/test/init.cpp +++ b/test/init.cpp @@ -1,3 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright (C) 2018, Google Inc. + * + * init.cpp - libcamera initialization test + */ + #include int main(void) -- cgit v1.2.1