summaryrefslogtreecommitdiff
path: root/src/common/Utilities/CircularBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Utilities/CircularBuffer.h')
-rw-r--r--src/common/Utilities/CircularBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/CircularBuffer.h b/src/common/Utilities/CircularBuffer.h
index 4c23099c9e..55681c87ba 100644
--- a/src/common/Utilities/CircularBuffer.h
+++ b/src/common/Utilities/CircularBuffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE
+# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>
*
* This file was based on
* https://embeddedartistry.com/blog/2017/05/17/creating-a-circular-buffer-in-c-and-c/