Skip to content

Commit

Permalink
correct license to AGPLv3
Browse files Browse the repository at this point in the history
in line with the secret pangolin code (FPTW)
  • Loading branch information
jaromil committed May 4, 2020
1 parent 541301b commit 85964ad
Show file tree
Hide file tree
Showing 17 changed files with 758 additions and 36 deletions.
661 changes: 661 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,18 @@ Please first take a look at the [Dyne.org - Contributor License Agreement](CONTR
DECODE Proximity embedded
Copyright (c) 2020 Dyne.org foundation, Amsterdam

This program 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 2 of the License, or (at your option)
any later version.

This program 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 this program; if not, write to the Free Software Foundation, Inc., 59
Temple Place, Suite 330, Boston, MA 02111-1307 USA
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, either version 3 of the
License, or (at your option) any later version.

This program 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

**[🔝 back to top](#toc)**

8 changes: 8 additions & 0 deletions ble_scan.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#include "event/timeout.h"
#include "nimble_scanner.h"
#include "net/bluetil/ad.h"
Expand Down
8 changes: 8 additions & 0 deletions ble_scan.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#ifndef BLESCAN_H
#define BLESCAN_H
void dp3t_blescan_init(void);
Expand Down
8 changes: 8 additions & 0 deletions contactstore.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#include <stdint.h>
#include <string.h>

Expand Down
8 changes: 8 additions & 0 deletions contactstore.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#ifndef CONTACTSTORE_H
#define CONTACTSTORE_H
#include <stdint.h>
Expand Down
8 changes: 8 additions & 0 deletions dp3t-config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#ifndef DP3T_CONFIG_H
#define DP3T_CONFIG_H
#include <stdint.h>
Expand Down
7 changes: 3 additions & 4 deletions dtls-client.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/

Expand Down
6 changes: 3 additions & 3 deletions dtls-server.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/

Expand Down
7 changes: 3 additions & 4 deletions gatt-srv.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
* @}
*/

#include <stdio.h>
Expand Down
6 changes: 3 additions & 3 deletions keystore.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#include <stdint.h>
Expand Down
8 changes: 8 additions & 0 deletions keystore.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#ifndef KEYSTORE_H
#define KEYSTORE_H
#include "dp3t.h"
Expand Down
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#include <wolfssl/ssl.h>
Expand Down
6 changes: 3 additions & 3 deletions nvmc.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#include <stdint.h>
Expand Down
8 changes: 8 additions & 0 deletions nvmc.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#ifndef NVMC_H
#define NVMC_H
#define FLASH_PAGE_SIZE (4096)
Expand Down
6 changes: 3 additions & 3 deletions random.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the GNU
* General Public License (GPL) version 2. See the file LICENSE
* for more details.
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#include <wolfssl/ssl.h>
Expand Down
8 changes: 8 additions & 0 deletions random.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2020 Dyne.org foundation
*
* This file is subject to the terms and conditions of the Affero GNU
* General Public License (AGPL) version 3. See the file LICENSE for
* more details.
*
*/
#ifndef RANDOM_H
#define RANDOM_H
void sys_random(uint8_t *buf, int len);
Expand Down

0 comments on commit 85964ad

Please sign in to comment.