From e0bb61326c9d0f10568f66cad0f59df2a6927928 Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Fri, 7 Jul 2017 15:09:20 +0000 Subject: [PATCH] add missing header --- pdf/creator/table.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdf/creator/table.go b/pdf/creator/table.go index 3d3a00ab..df764e30 100644 --- a/pdf/creator/table.go +++ b/pdf/creator/table.go @@ -1,3 +1,8 @@ +/* + * This file is subject to the terms and conditions defined in + * file 'LICENSE.md', which is part of this source code package. + */ + package creator import (