]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Update header of Ethernet driver
authorMartin Vajnar <martin.vajnar@gmail.com>
Fri, 24 Jul 2015 15:55:37 +0000 (17:55 +0200)
committerMartin Vajnar <martin.vajnar@gmail.com>
Fri, 24 Jul 2015 15:55:37 +0000 (17:55 +0200)
rpp/src/rpp/eth.c

index 1379fbac65845961eb8e7a04889092c001edcd2a..3134d8e558e395feffca3b9f18352016295b3bda 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * Copyright (c) 2001-2004 Swedish Institute of Computer Science.
+ * Copyright (C) 2013-2015 Czech Technical University in Prague
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without modification,
@@ -27,6 +28,9 @@
  * This file is part of the lwIP TCP/IP stack.
  *
  * Author: Adam Dunkels <adam@sics.se>
+ *         Carlos Jenkins <carlos@jenkins.co.cr>
+ *         Rostislav Lisovy <lisovy@gmail.com>
+ *         Jan Doležal <pm.jenik@gmail.com>
  *
  */
 
  * interface driver for lwIP.
  *
  */
-/* Copyright (C) 2013-2014 Czech Technical University in Prague
- *
- * Authors:
- *     - Carlos Jenkins <carlos@jenkins.co.cr>
- *     - Rostislav Lisovy <lisovy@gmail.com>
- *     - Jan Doležal <pm.jenik@gmail.com>
- *
- * This document contains proprietary information belonging to Czech
- * Technical University in Prague. Passing on and copying of this
- * document, and communication of its contents is not permitted
- * without prior written authorization.
- *
- * File: eth.c
- * Abstract:
- *     Ethernet Communication RPP API implementation file. Using one PHY.
- *
- * References:
- *     eth.h
- *     RPP API documentation.
- */
 
 #include "rpp/rpp.h"