From be50ad395f97a264395d1950e30752bb927105d5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Sep 2020 17:13:43 +0300 Subject: add missing copyright headers --- include/pdb/process.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/pdb/process.hpp b/include/pdb/process.hpp index 3ddb6b4..e73ffff 100644 --- a/include/pdb/process.hpp +++ b/include/pdb/process.hpp @@ -1,3 +1,8 @@ +// Copyright (c) 2020 Egor Tensin +// This file is part of the "PDB repository" project. +// For details, see https://github.com/egor-tensin/pdb-repo. +// Distributed under the MIT License. + #pragma once #include "handle.hpp" -- cgit v1.2.3