diff --git a/include/pcglite/pcglite.hpp b/include/pcglite/pcglite.hpp index 2f1e279..4741313 100644 --- a/include/pcglite/pcglite.hpp +++ b/include/pcglite/pcglite.hpp @@ -1,3 +1,8 @@ +// pcglite: a lightweight subset of pcg-cpp. +// +// Copyright 2024 Watal M. Iwasaki +// SPDX-License-Identifier: MIT + /* * PCG Random Number Generation for C++ * @@ -19,12 +24,6 @@ * visit http://www.pcg-random.org/. */ -/////////1/////////2/////////3/////////4/////////5/////////6/////////7///////// -// -// pcglite: a lightweight subset of pcg-cpp. -// -// - #pragma once #ifndef PCGLITE_PCGLITE_HPP_ #define PCGLITE_PCGLITE_HPP_