aboutsummaryrefslogtreecommitdiff
path: root/pso.c
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-13 22:52:23 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-05-13 22:52:23 +0200
commit67e69ccff5b8c54fde369f8aa467dc4ceb0043e2 (patch)
tree45c98508e2ad86d1689d109c3376e889639b2d19 /pso.c
parent825a80b7efe9d40c7b9da61b8a508e89f47da856 (diff)
downloadpso-67e69ccff5b8c54fde369f8aa467dc4ceb0043e2.tar.gz
pso-67e69ccff5b8c54fde369f8aa467dc4ceb0043e2.zip
add GPL-3.0
Diffstat (limited to 'pso.c')
-rw-r--r--pso.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pso.c b/pso.c
index 1ece9b4..66fc38a 100644
--- a/pso.c
+++ b/pso.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+// Copyright 2020 Florian Fischer
#include <assert.h>
#include <math.h>
#include <pthread.h>