Mercurial > ecos-v3_0-branch
comparison packages/devs/spi/arm/at91/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | e40a637e7b2e |
| children | fe2b9e9dcbe2 |
comparison
equal
deleted
inserted
replaced
| 2728:e5db16acddac | 2729:74dbf4c3f2e1 |
|---|---|
| 59 Atmel AT91 SPI bus driver implementation. | 59 Atmel AT91 SPI bus driver implementation. |
| 60 | 60 |
| 61 | 61 |
| 62 | 62 |
| 63 //=========================================================================== | 63 //=========================================================================== |
| 64 //####ECOSGPLCOPYRIGHTBEGIN#### | 64 // ####GPLCOPYRIGHTBEGIN#### |
| 65 // ------------------------------------------- | 65 // ------------------------------------------- |
| 66 // This file is part of eCos, the Embedded Configurable Operating System. | 66 // This file is part of eCos, the Embedded Configurable Operating System. |
| 67 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. | 67 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. |
| 68 // | 68 // |
| 69 // eCos is free software; you can redistribute it and/or modify it under | 69 // This program is free software; you can redistribute it and/or modify |
| 70 // the terms of the GNU General Public License as published by the Free | 70 // it under the terms of the GNU General Public License as published by |
| 71 // Software Foundation; either version 2 or (at your option) any later version. | 71 // the Free Software Foundation; either version 2 or (at your option) any |
| 72 // later version. | |
| 72 // | 73 // |
| 73 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY | 74 // This program is distributed in the hope that it will be useful, but |
| 74 // WARRANTY; without even the implied warranty of MERCHANTABILITY or | 75 // WITHOUT ANY WARRANTY; without even the implied warranty of |
| 75 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 76 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 76 // for more details. | 77 // General Public License for more details. |
| 77 // | 78 // |
| 78 // You should have received a copy of the GNU General Public License along | 79 // You should have received a copy of the GNU General Public License |
| 79 // with eCos; if not, write to the Free Software Foundation, Inc., | 80 // along with this program; if not, write to the |
| 80 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. | 81 // Free Software Foundation, Inc., 51 Franklin Street, |
| 81 // | 82 // Fifth Floor, Boston, MA 02110-1301, USA. |
| 82 // As a special exception, if other files instantiate templates or use macros | 83 // ------------------------------------------- |
| 83 // or inline functions from this file, or you compile this file and link it | 84 // ####GPLCOPYRIGHTEND#### |
| 84 // with other works to produce a work based on this file, this file does not | |
| 85 // by itself cause the resulting work to be covered by the GNU General Public | |
| 86 // License. However the source code for this file must still be made available | |
| 87 // in accordance with section (3) of the GNU General Public License. | |
| 88 // | |
| 89 // This exception does not invalidate any other reasons why a work based on | |
| 90 // this file might be covered by the GNU General Public License. | |
| 91 // | |
| 92 // ------------------------------------------- | |
| 93 //####ECOSGPLCOPYRIGHTEND#### | |
| 94 //=========================================================================== | 85 //=========================================================================== |
