Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Commit

Permalink
add license and copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Apr 29, 2018
1 parent 5950ba4 commit 9ad9475
Show file tree
Hide file tree
Showing 19 changed files with 645 additions and 4 deletions.
502 changes: 502 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
RIOT Workshop sample applications
=================================
# RIOT course exercise applications

This repository contains samples applications showcased during the RIOT
workshop.
This repository contains the exercise applications developed during the RIOT
course.

## License

All sources of the application are license under the LGPL-v2.1
8 changes: 8 additions & 0 deletions getting-started/first-app/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>

int main(void)
Expand Down
8 changes: 8 additions & 0 deletions getting-started/led-app/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <stdlib.h>

Expand Down
8 changes: 8 additions & 0 deletions getting-started/shell-app/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>

int main(void)
Expand Down
8 changes: 8 additions & 0 deletions riot-basics/drivers/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <string.h>

Expand Down
8 changes: 8 additions & 0 deletions riot-basics/first-thread/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>

int main(void)
Expand Down
8 changes: 8 additions & 0 deletions riot-basics/gpio/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <string.h>

Expand Down
8 changes: 8 additions & 0 deletions riot-basics/rtc/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <string.h>
#include <time.h>
Expand Down
8 changes: 8 additions & 0 deletions riot-basics/thread-ipc/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <string.h>

Expand Down
8 changes: 8 additions & 0 deletions riot-basics/thread-safe-ipc/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <string.h>

Expand Down
8 changes: 8 additions & 0 deletions riot-basics/timers/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>

#include "thread.h"
Expand Down
8 changes: 8 additions & 0 deletions riot-basics/uart/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <stdio.h>
#include <string.h>

Expand Down
8 changes: 8 additions & 0 deletions riot-lorawan/downlink/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <string.h>

#include "thread.h"
Expand Down
8 changes: 8 additions & 0 deletions riot-lorawan/lpp/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <string.h>

#include "thread.h"
Expand Down
8 changes: 8 additions & 0 deletions riot-lorawan/pm/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <string.h>

#include "thread.h"
Expand Down
8 changes: 8 additions & 0 deletions riot-lorawan/sensor/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <string.h>

#include "thread.h"
Expand Down
8 changes: 8 additions & 0 deletions riot-lorawan/simple/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <string.h>

#include "xtimer.h"
Expand Down
8 changes: 8 additions & 0 deletions riot-lorawan/thread/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/

#include <string.h>

#include "thread.h"
Expand Down

0 comments on commit 9ad9475

Please sign in to comment.