diff --git a/include/stdex/idrec.h b/include/stdex/idrec.h
index e8b56cdfe..810a37945 100644
--- a/include/stdex/idrec.h
+++ b/include/stdex/idrec.h
@@ -1,20 +1,6 @@
/*
+ SPDX-License-Identifier: GPL-3.0-or-later
Copyright © 2016-2021 Amebis
-
- This file is part of stdex.
-
- stdex is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- stdex is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with stdex. If not, see .
*/
#pragma once
diff --git a/src/pch.cpp b/src/pch.cpp
index 0cd7f4553..aa294a637 100644
--- a/src/pch.cpp
+++ b/src/pch.cpp
@@ -1,20 +1,6 @@
/*
+ SPDX-License-Identifier: GPL-3.0-or-later
Copyright © 2016-2021 Amebis
-
- This file is part of stdex.
-
- stdex is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- stdex is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with stdex. If not, see .
*/
#include "pch.h"
diff --git a/src/pch.h b/src/pch.h
index 459bd518b..18a17e6aa 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -1,20 +1,6 @@
/*
+ SPDX-License-Identifier: GPL-3.0-or-later
Copyright © 2016-2021 Amebis
-
- This file is part of stdex.
-
- stdex is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- stdex is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with stdex. If not, see .
*/
#pragma once