Changeset 669


Ignore:
Timestamp:
Aug 10, 2006 8:45:17 AM (18 years ago)
Author:
bennylp
Message:

Removed copyright info from pj_timer_heap [hc], and explain more about ACE

Location:
pjproject/trunk/pjlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/timer.h

    r66 r669  
    11/* $Id$ */ 
    22/*  
    3  * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org> 
    4  * 
    53 * This program is free software; you can redistribute it and/or modify 
    64 * it under the terms of the GNU General Public License as published by 
     
    4846 *      dynamic memory allocation, which is important for real-time 
    4947 *      systems. 
     48 * 
     49 * You can find the fine ACE library at: 
     50 *  http://www.cs.wustl.edu/~schmidt/ACE.html 
     51 * 
     52 * ACE is Copyright (C)1993-2006 Douglas C. Schmidt <d.schmidt@vanderbilt.edu> 
     53 * 
    5054 * @{ 
    5155 * 
  • pjproject/trunk/pjlib/src/pj/timer.c

    r251 r669  
    11/* $Id$ */ 
    22/*  
    3  * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org> 
     3 * The PJLIB's timer heap is based (or more correctly, copied and modied) 
     4 * from ACE library by Douglas C. Schmidt. ACE is an excellent OO framework 
     5 * that implements many core patterns for concurrent communication software. 
     6 * If you're looking for C++ alternative of PJLIB, then ACE is your best 
     7 * solution. 
    48 * 
     9 * You may use this file according to ACE open source terms or PJLIB open 
     10 * source terms. You can find the fine ACE library at: 
     11 *  http://www.cs.wustl.edu/~schmidt/ACE.html 
     12 * 
     13 * ACE is Copyright (C)1993-2006 Douglas C. Schmidt <d.schmidt@vanderbilt.edu> 
     14 * 
     15 * GNU Public License: 
    516 * This program is free software; you can redistribute it and/or modify 
    617 * it under the terms of the GNU General Public License as published by 
Note: See TracChangeset for help on using the changeset viewer.