Changeset 29f73d3e in rtems
- Timestamp:
- Jan 17, 2007, 6:18:30 AM (13 years ago)
- Children:
- bef8b92
- Parents:
- 37b9679
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r37b9679 r29f73d3e 2 2 * libnetworking/rtems/rtems_mii_ioctl.c, 3 3 * libnetworking/rtems/rtems_mii_ioctl.h, 4 * libnetworking/rtems/rtems_mii_ioctl_kern.c: 4 * libnetworking/rtems/rtems_mii_ioctl_kern.c, 5 * libi2c/libi2c.c, libi2c/libi2c.h: 5 6 Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer. 6 7 -
cpukit/libi2c/libi2c.c
r37b9679 r29f73d3e 3 3 /* libi2c Implementation */ 4 4 5 /* 6 * Authorship 7 * ---------- 8 * This software was created by 9 * Till Straumann <strauman@slac.stanford.edu>, 2005, 10 * Stanford Linear Accelerator Center, Stanford University. 11 * 12 * Acknowledgement of sponsorship 13 * ------------------------------ 14 * This software was produced by 15 * the Stanford Linear Accelerator Center, Stanford University, 16 * under Contract DE-AC03-76SFO0515 with the Department of Energy. 17 * 18 * Government disclaimer of liability 19 * ---------------------------------- 20 * Neither the United States nor the United States Department of Energy, 21 * nor any of their employees, makes any warranty, express or implied, or 22 * assumes any legal liability or responsibility for the accuracy, 23 * completeness, or usefulness of any data, apparatus, product, or process 24 * disclosed, or represents that its use would not infringe privately owned 25 * rights. 26 * 27 * Stanford disclaimer of liability 28 * -------------------------------- 29 * Stanford University makes no representations or warranties, express or 30 * implied, nor assumes any liability for the use of this software. 31 * 32 * Stanford disclaimer of copyright 33 * -------------------------------- 34 * Stanford University, owner of the copyright, hereby disclaims its 35 * copyright and all other rights in this software. Hence, anyone may 36 * freely use it for any purpose without restriction. 37 * 38 * Maintenance of notices 39 * ---------------------- 40 * In the interest of clarity regarding the origin and status of this 41 * SLAC software, this and all the preceding Stanford University notices 42 * are to remain affixed to any copy or derivative of this software made 43 * or distributed by the recipient and are to be affixed to any copy of 44 * software made or distributed by the recipient that contains a copy or 45 * derivative of this software. 46 * 47 * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03 48 */ 5 49 #if HAVE_CONFIG_H 6 50 #include "config.h" -
cpukit/libi2c/libi2c.h
r37b9679 r29f73d3e 2 2 #define RTEMS_LIBI2C_H 3 3 /*$Id$*/ 4 5 /* 6 * Authorship 7 * ---------- 8 * This software was created by 9 * Till Straumann <strauman@slac.stanford.edu>, 2005, 10 * Stanford Linear Accelerator Center, Stanford University. 11 * 12 * Acknowledgement of sponsorship 13 * ------------------------------ 14 * This software was produced by 15 * the Stanford Linear Accelerator Center, Stanford University, 16 * under Contract DE-AC03-76SFO0515 with the Department of Energy. 17 * 18 * Government disclaimer of liability 19 * ---------------------------------- 20 * Neither the United States nor the United States Department of Energy, 21 * nor any of their employees, makes any warranty, express or implied, or 22 * assumes any legal liability or responsibility for the accuracy, 23 * completeness, or usefulness of any data, apparatus, product, or process 24 * disclosed, or represents that its use would not infringe privately owned 25 * rights. 26 * 27 * Stanford disclaimer of liability 28 * -------------------------------- 29 * Stanford University makes no representations or warranties, express or 30 * implied, nor assumes any liability for the use of this software. 31 * 32 * Stanford disclaimer of copyright 33 * -------------------------------- 34 * Stanford University, owner of the copyright, hereby disclaims its 35 * copyright and all other rights in this software. Hence, anyone may 36 * freely use it for any purpose without restriction. 37 * 38 * Maintenance of notices 39 * ---------------------- 40 * In the interest of clarity regarding the origin and status of this 41 * SLAC software, this and all the preceding Stanford University notices 42 * are to remain affixed to any copy or derivative of this software made 43 * or distributed by the recipient and are to be affixed to any copy of 44 * software made or distributed by the recipient that contains a copy or 45 * derivative of this software. 46 * 47 * ------------------ SLAC Software Notices, Set 4 OTT.002a, 2004 FEB 03 48 */ 4 49 #include <rtems.h> 5 50
Note: See TracChangeset
for help on using the changeset viewer.