aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/exception.h')
-rw-r--r--yage/core/exception.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/yage/core/exception.h b/yage/core/exception.h
index 843a58a1..70042e02 100644
--- a/yage/core/exception.h
+++ b/yage/core/exception.h
@@ -1,7 +1,16 @@
+/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
+ * @file: exception.h
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#pragma once
-#include <stdexcept>
#include <sstream>
+#include <stdexcept>
namespace yage
{