Add author, license and copyright details. (Which weren't permitted in competition entry source.)

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@140 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 16 years ago
parent 455c965626
commit e444588173

@ -2,3 +2,4 @@ The original license of the WIZnet supplied vendor code is unknown.
The modifications and additions are licensed under the LGPL version 2 or later.
(C) Copyright 2007-2008

@ -35,6 +35,13 @@ If you want to compile the library manually you can use the following:
Open a demo '.pde' to compile.
Author
------
Philip Lindsay <follower@rancidbacon.com>
From the original driver README
-------------------------------

@ -4,6 +4,14 @@
High level socket instance wrapper
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#include "connection.h"

@ -4,6 +4,14 @@
High level socket instance wrapper
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#ifndef _CONNECTION_H_

@ -8,6 +8,14 @@
connecting or listening Network Connection (representing a socket in either
client or server state).
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#include "interface.h"

@ -4,6 +4,14 @@
Generic wrapper around a specific network device.
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#ifndef _INTERFACE_H_

@ -2,6 +2,14 @@
libw5100.h
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#ifndef _LIBW5100_H_

@ -1,8 +1,12 @@
/*
*
@file socket.c
@brief setting chip register for socket
*
Original Author:
WIZnet Inc.
*/
#include <avr/io.h>
#include <avr/interrupt.h>

@ -1,8 +1,20 @@
/*
*
@file socket.h
@brief define function of socket API
*
Original Author:
WIZnet Inc.
Modifications by:
Philip Lindsay <follower@rancidbacon.com>
Modifications license:
Copyright 2007-2008 // LGPL
*/
#ifndef _SOCKET_H_

@ -1,8 +1,17 @@
/*
SPI Configuration
SPI Configuration
TODO: Enable multiple SPI devices to be controlled.
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
TODO: Enable multiple SPI devices to be controlled.
*/

@ -1,6 +1,14 @@
/*
SPI Configuration
SPI Configuration
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/

@ -1,7 +1,19 @@
/*
*
@file type.h
*
Original Author:
WIZnet Inc.
Modifications by:
Philip Lindsay <follower@rancidbacon.com>
Modifications license:
Copyright 2007-2008 // LGPL
*/
#ifndef _TYPE_H_

@ -1,5 +1,19 @@
/*
@file w5100.c
Original Author:
WIZnet Inc.
Modifications by:
Philip Lindsay <follower@rancidbacon.com>
Modifications license:
Copyright 2007-2008 // LGPL
*/
#include <stdio.h>

@ -1,5 +1,19 @@
/*
@file w5100.h
Original Author:
WIZnet Inc.
Modifications by:
Philip Lindsay <follower@rancidbacon.com>
Modifications license:
Copyright 2007-2008 // LGPL
*/
#ifndef _W5100_H_

@ -2,6 +2,14 @@
W5100 device configuration
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#include "w5100_device.h"

@ -2,6 +2,14 @@
W5100 device configuration
Author:
Philip Lindsay <follower@rancidbacon.com>
License:
Copyright 2007-2008 // LGPL
*/
#ifndef _W5100_DEVICE_H_

Loading…
Cancel
Save