summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Common/Align.h2
-rw-r--r--Source/Core/Common/BitSet.h2
-rw-r--r--Source/Core/Common/TraversalClient.cpp2
-rw-r--r--Source/Core/Common/TraversalClient.h2
-rw-r--r--Source/Core/Common/TraversalProto.h2
-rw-r--r--Source/Core/Common/TraversalServer.cpp2
-rw-r--r--Source/Core/DiscIO/LaggedFibonacciGenerator.cpp2
-rw-r--r--Source/Core/DiscIO/LaggedFibonacciGenerator.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/Source/Core/Common/Align.h b/Source/Core/Common/Align.h
index 40c45766d3..8e51b8aacc 100644
--- a/Source/Core/Common/Align.h
+++ b/Source/Core/Common/Align.h
@@ -1,4 +1,4 @@
-// This file is under the public domain.
+// SPDX-License-Identifier: CC0-1.0
#pragma once
diff --git a/Source/Core/Common/BitSet.h b/Source/Core/Common/BitSet.h
index 5154735f86..854e9a2de5 100644
--- a/Source/Core/Common/BitSet.h
+++ b/Source/Core/Common/BitSet.h
@@ -1,4 +1,4 @@
-// This file is under the public domain.
+// SPDX-License-Identifier: CC0-1.0
#pragma once
diff --git a/Source/Core/Common/TraversalClient.cpp b/Source/Core/Common/TraversalClient.cpp
index e34d2cbf2f..bd75486e42 100644
--- a/Source/Core/Common/TraversalClient.cpp
+++ b/Source/Core/Common/TraversalClient.cpp
@@ -1,4 +1,4 @@
-// This file is public domain, in case it's useful to anyone. -comex
+// SPDX-License-Identifier: CC0-1.0
#include "Common/TraversalClient.h"
diff --git a/Source/Core/Common/TraversalClient.h b/Source/Core/Common/TraversalClient.h
index e621a8169a..7b0bbfa3f9 100644
--- a/Source/Core/Common/TraversalClient.h
+++ b/Source/Core/Common/TraversalClient.h
@@ -1,4 +1,4 @@
-// This file is public domain, in case it's useful to anyone. -comex
+// SPDX-License-Identifier: CC0-1.0
#pragma once
diff --git a/Source/Core/Common/TraversalProto.h b/Source/Core/Common/TraversalProto.h
index 3d8e34de73..c739e599a3 100644
--- a/Source/Core/Common/TraversalProto.h
+++ b/Source/Core/Common/TraversalProto.h
@@ -1,4 +1,4 @@
-// This file is public domain, in case it's useful to anyone. -comex
+// SPDX-License-Identifier: CC0-1.0
#pragma once
diff --git a/Source/Core/Common/TraversalServer.cpp b/Source/Core/Common/TraversalServer.cpp
index 655e591916..e23c7676bd 100644
--- a/Source/Core/Common/TraversalServer.cpp
+++ b/Source/Core/Common/TraversalServer.cpp
@@ -1,4 +1,4 @@
-// This file is public domain, in case it's useful to anyone. -comex
+// SPDX-License-Identifier: CC0-1.0
// The central server implementation.
#include <arpa/inet.h>
diff --git a/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp b/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp
index e5539b334d..f8f496a8a3 100644
--- a/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp
+++ b/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp
@@ -1,4 +1,4 @@
-// This file is under the public domain.
+// SPDX-License-Identifier: CC0-1.0
#include "DiscIO/LaggedFibonacciGenerator.h"
diff --git a/Source/Core/DiscIO/LaggedFibonacciGenerator.h b/Source/Core/DiscIO/LaggedFibonacciGenerator.h
index 9520700d05..d4b3a51cc4 100644
--- a/Source/Core/DiscIO/LaggedFibonacciGenerator.h
+++ b/Source/Core/DiscIO/LaggedFibonacciGenerator.h
@@ -1,4 +1,4 @@
-// This file is under the public domain.
+// SPDX-License-Identifier: CC0-1.0
#pragma once