summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2021-12-09 17:25:59 -0800
committerPokechu22 <Pokechu022@gmail.com>2021-12-10 13:59:38 -0800
commit89f0b7b10c79069b28dfd9638bb5ae88431ee140 (patch)
treed0761264ac3ed80512c5e825d018b666ea425379 /Source
parentbfddce425dfb4767aefe00c9e4b49126a50d62b6 (diff)
DolphinAnalytics: Add missing license comment
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/DolphinAnalytics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Core/DolphinAnalytics.cpp b/Source/Core/Core/DolphinAnalytics.cpp
index 2c54129ecc..a15715c58f 100644
--- a/Source/Core/Core/DolphinAnalytics.cpp
+++ b/Source/Core/Core/DolphinAnalytics.cpp
@@ -1,3 +1,6 @@
+// Copyright 2016 Dolphin Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
#include "Core/DolphinAnalytics.h"
#include <array>