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 --- lib/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/main.cpp') diff --git a/lib/main.cpp b/lib/main.cpp index 37f1ccce..0059e0c9 100644 --- a/lib/main.cpp +++ b/lib/main.cpp @@ -1,3 +1,10 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +/* + * Copyright (C) 2018, Google Inc. + * + * main.cpp - libcamera main class + */ + #include #include -- cgit v1.2.1