summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-04 17:59:11 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-05-04 17:59:11 +0200
commita7cce8d442a2c83562483ff3e649c95e6e732ea9 (patch)
tree9ab34013803c2d7d3fb05100bed374ad574460a6 /src
parent79e7e2b8c8c5ee4cca90c1807cad515e9311709d (diff)
ogServer is AGPLv3+
Update license header in files.
Diffstat (limited to 'src')
-rw-r--r--src/cfg.c5
-rw-r--r--src/client.c5
-rw-r--r--src/core.c5
-rw-r--r--src/dbi.c5
-rw-r--r--src/json.c5
-rw-r--r--src/main.c5
-rw-r--r--src/rest.c5
-rw-r--r--src/schedule.c5
-rw-r--r--src/schema.c5
-rw-r--r--src/utils.c5
-rw-r--r--src/wol.c5
11 files changed, 33 insertions, 22 deletions
diff --git a/src/cfg.c b/src/cfg.c
index 6ac2f2d..c4a252f 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "json.h"
diff --git a/src/client.c b/src/client.c
index 096c628..fcf3cbf 100644
--- a/src/client.c
+++ b/src/client.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "ogAdmServer.h"
diff --git a/src/core.c b/src/core.c
index 46cae78..6aa9b5c 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "ogAdmServer.h"
diff --git a/src/dbi.c b/src/dbi.c
index df3cebe..234e91e 100644
--- a/src/dbi.c
+++ b/src/dbi.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include <syslog.h>
diff --git a/src/json.c b/src/json.c
index 239f601..b29a2e6 100644
--- a/src/json.c
+++ b/src/json.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "json.h"
diff --git a/src/main.c b/src/main.c
index ea04a2b..270e1d4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "ogAdmServer.h"
diff --git a/src/rest.c b/src/rest.c
index 337ee40..2743f13 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "ogAdmServer.h"
diff --git a/src/schedule.c b/src/schedule.c
index 890a8ce..1f0816f 100644
--- a/src/schedule.c
+++ b/src/schedule.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include "schedule.h"
diff --git a/src/schema.c b/src/schema.c
index c4e49ed..efd8339 100644
--- a/src/schema.c
+++ b/src/schema.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2021 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include <syslog.h>
diff --git a/src/utils.c b/src/utils.c
index 433a0dc..ced6470 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include <ctype.h>
diff --git a/src/wol.c b/src/wol.c
index b0c9426..744e55e 100644
--- a/src/wol.c
+++ b/src/wol.c
@@ -1,9 +1,10 @@
/*
- * Copyright (C) 2020 Soleta Networks <info@soleta.eu>
+ * Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the
- * Free Software Foundation, version 3.
+ * Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
*/
#include <sys/types.h>
#include <ifaddrs.h>