From 426133915bc1cce66a9421409ffe47e50d1bd0c6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 11 Sep 2022 10:35:38 -0400 Subject: Add missing copyright info and include guard. --- thread_pool.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thread_pool.hpp') diff --git a/thread_pool.hpp b/thread_pool.hpp index c28b5e8..6aea4ec 100644 --- a/thread_pool.hpp +++ b/thread_pool.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef THREAD_POOL_H #define THREAD_POOL_H -- cgit v1.2.3