From ca76e7c217f25ca118c12ad295a373b3c6d015cb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 28 Jul 2019 11:08:06 +0200 Subject: [PATCH] title comment in binary-tiling.cpp --- binary-tiling.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binary-tiling.cpp b/binary-tiling.cpp index 19954270..afd4014f 100644 --- a/binary-tiling.cpp +++ b/binary-tiling.cpp @@ -1,4 +1,8 @@ +// implementation of the binary tilings + +// Copyright (C) 2011-2019 Zeno Rogue, see 'hyper.cpp' for details + namespace hr { namespace binary {