comparison packages/io/wallclock/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 3cff44606584
children 2e5af1a83f85
comparison
equal deleted inserted replaced
2728:e5db16acddac 2729:74dbf4c3f2e1
297 297
298 * src/emulate.cxx: 298 * src/emulate.cxx:
299 Remove unnecessary include of <cyg/devs/table.h> and remove an 299 Remove unnecessary include of <cyg/devs/table.h> and remove an
300 unused variable (result) from get_current_time() 300 unused variable (result) from get_current_time()
301 301
302 //####ECOSGPLCOPYRIGHTBEGIN#### 302 // ####GPLCOPYRIGHTBEGIN####
303 // ------------------------------------------- 303 // -------------------------------------------
304 // This file is part of eCos, the Embedded Configurable Operating System. 304 // This file is part of eCos, the Embedded Configurable Operating System.
305 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 305 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
306 // 306 //
307 // eCos is free software; you can redistribute it and/or modify it under 307 // This program is free software; you can redistribute it and/or modify
308 // the terms of the GNU General Public License as published by the Free 308 // it under the terms of the GNU General Public License as published by
309 // Software Foundation; either version 2 or (at your option) any later version. 309 // the Free Software Foundation; either version 2 or (at your option) any
310 // later version.
310 // 311 //
311 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY 312 // This program is distributed in the hope that it will be useful, but
312 // WARRANTY; without even the implied warranty of MERCHANTABILITY or 313 // WITHOUT ANY WARRANTY; without even the implied warranty of
313 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 314 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
314 // for more details. 315 // General Public License for more details.
315 // 316 //
316 // You should have received a copy of the GNU General Public License along 317 // You should have received a copy of the GNU General Public License
317 // with eCos; if not, write to the Free Software Foundation, Inc., 318 // along with this program; if not, write to the
318 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 319 // Free Software Foundation, Inc., 51 Franklin Street,
319 // 320 // Fifth Floor, Boston, MA 02110-1301, USA.
320 // As a special exception, if other files instantiate templates or use macros 321 // -------------------------------------------
321 // or inline functions from this file, or you compile this file and link it 322 // ####GPLCOPYRIGHTEND####
322 // with other works to produce a work based on this file, this file does not 323
323 // by itself cause the resulting work to be covered by the GNU General Public 324
324 // License. However the source code for this file must still be made available
325 // in accordance with section (3) of the GNU General Public License.
326 //
327 // This exception does not invalidate any other reasons why a work based on
328 // this file might be covered by the GNU General Public License.
329 //
330 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
331 // at http://sources.redhat.com/ecos/ecos-license/
332 // -------------------------------------------
333 //####ECOSGPLCOPYRIGHTEND####
334
335