~ubuntu-branches/ubuntu/lucid/avr-libc/lucid

« back to all changes in this revision

Viewing changes to doc/api/acknowledge.dox

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2005-03-19 11:16:14 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050319111614-4g01s2ftv5x5nxf3
Tags: 1:1.2.3-3
* Added build depends on netpbm
* Added build depends on tetex-extra

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (c) 2002  Theodore A. Roth
 
2
   All rights reserved.
 
3
 
 
4
   Redistribution and use in source and binary forms, with or without
 
5
   modification, are permitted provided that the following conditions are met:
 
6
 
 
7
   * Redistributions of source code must retain the above copyright
 
8
     notice, this list of conditions and the following disclaimer.
 
9
   * Redistributions in binary form must reproduce the above copyright
 
10
     notice, this list of conditions and the following disclaimer in
 
11
     the documentation and/or other materials provided with the
 
12
     distribution.
 
13
 
 
14
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
15
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
16
   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
17
   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
18
   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
19
   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
20
   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
21
   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
22
   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
23
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
24
   POSSIBILITY OF SUCH DAMAGE. */
 
25
 
 
26
/** \page acks Acknowledgments
 
27
 
 
28
    This document tries to tie together the labors of a large group of
 
29
    people. Without these individuals' efforts, we wouldn't have a terrific,
 
30
    <i><b>free</b></i> set of tools to develop AVR projects. We all owe thanks
 
31
    to:
 
32
 
 
33
        - The GCC Team, which produced a very capable set of development tools for
 
34
        an amazing number of platforms and processors.
 
35
 
 
36
        - Denis Chertykov [ denisc@overta.ru ] for making the AVR-specific changes
 
37
        to the GNU tools.
 
38
 
 
39
        - Denis Chertykov and Marek Michalkiewicz [ marekm@linux.org.pl ] for
 
40
        developing the standard libraries and startup code for \b AVR-GCC.
 
41
 
 
42
        - Uros Platise for developing the AVR programmer tool, \b uisp.
 
43
 
 
44
        - Joerg Wunsch [ joerg@FreeBSD.ORG ] for adding all the AVR development
 
45
        tools to the FreeBSD [ http://www.freebsd.org ] ports tree and for
 
46
        providing the basics for the \ref demo_project "demo project".
 
47
 
 
48
        - Brian Dean [ bsd@bsdhome.com ] for developing \b avrdude (an alternative
 
49
        to <b>uisp</b>) and for contributing \ref using_avrprog "documentation"
 
50
        which describes how to use it. \b Avrdude was previously called 
 
51
        \b avrprog.
 
52
 
 
53
        - Eric Weddington [ eric@evcohs.com ] for maintaining the \b WinAVR
 
54
        package and thus making the continued improvements to the
 
55
        Opensource AVR toolchain available to many users.
 
56
 
 
57
        - Rich Neswold for writing the original avr-tools document (which he
 
58
        graciously allowed to be merged into this document) and his
 
59
        improvements to the \ref demo_project "demo project".
 
60
 
 
61
        - Theodore A. Roth for having been a long-time maintainer of
 
62
        many of the tools (\b AVR-Libc, the AVR port of \b GDB, \b AVaRICE,
 
63
        \b uisp, \b avrdude).
 
64
 
 
65
        - All the people who currently maintain the tools, and/or
 
66
        have submitted suggestions, patches and bug reports.
 
67
    (See the AUTHORS files of the various tools.)
 
68
 
 
69
        - And lastly, all the users who use the software. If nobody used the
 
70
        software, we would probably not be very motivated to continue to develop
 
71
        it. Keep those bug reports coming. ;-)
 
72
 
 
73
*/