Skip to content

Commit

Permalink
📝 Use SPDX-License-Identifier in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Oct 29, 2024
1 parent 6ede5ed commit d079759
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions include/pcglite/pcglite.hpp
Original file line number Diff line number Diff line change
@@ -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++
*
Expand All @@ -19,12 +24,6 @@
* visit http://www.pcg-random.org/.
*/

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////
//
// pcglite: a lightweight subset of pcg-cpp.
// <https://github.com/heavywatal/pcglite>
//

#pragma once
#ifndef PCGLITE_PCGLITE_HPP_
#define PCGLITE_PCGLITE_HPP_
Expand Down

0 comments on commit d079759

Please sign in to comment.