From fef0405d0b5b787003411800f8d62656bfab52da Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 2 Dec 2018 23:08:44 +0100 Subject: [PATCH] boilerplate comment in archimedean.cpp --- archimedean.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archimedean.cpp b/archimedean.cpp index 905c74a7..4897b8b3 100644 --- a/archimedean.cpp +++ b/archimedean.cpp @@ -1,3 +1,7 @@ +// Hyperbolic Rogue +// This file implements the 'Archimedean tilings' geometry. +// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details + namespace hr { namespace arcm {