aboutsummaryrefslogtreecommitdiffstats
path: root/source/circular.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/circular.hpp')
-rw-r--r--source/circular.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/circular.hpp b/source/circular.hpp
index 33b8ee0..6b82068 100644
--- a/source/circular.hpp
+++ b/source/circular.hpp
@@ -1,3 +1,14 @@
+/**
+ * @file circular.hpp
+ * @brief Small utility for filling a buffer in a circular manner.
+ *
+ * Copyright (C) 2021 Clyne Sullivan
+ *
+ * Distributed under the GNU GPL v3 or later. You should have received a copy of
+ * the GNU General Public License along with this program.
+ * If not, see <https://www.gnu.org/licenses/>.
+ */
+
#ifndef CIRCULAR_HPP
#define CIRCULAR_HPP