From b5500351f154d0ec1f8baa28135ca03cf6382fde Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 10 Aug 2006 08:45:17 +0000 Subject: Removed copyright info from pj_timer_heap [hc], and explain more about ACE git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@669 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pj/timer.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'pjlib/src/pj/timer.c') diff --git a/pjlib/src/pj/timer.c b/pjlib/src/pj/timer.c index 6f7a2216..e96a3e54 100644 --- a/pjlib/src/pj/timer.c +++ b/pjlib/src/pj/timer.c @@ -1,7 +1,18 @@ /* $Id$ */ /* - * Copyright (C)2003-2006 Benny Prijono + * The PJLIB's timer heap is based (or more correctly, copied and modied) + * from ACE library by Douglas C. Schmidt. ACE is an excellent OO framework + * that implements many core patterns for concurrent communication software. + * If you're looking for C++ alternative of PJLIB, then ACE is your best + * solution. * + * You may use this file according to ACE open source terms or PJLIB open + * source terms. You can find the fine ACE library at: + * http://www.cs.wustl.edu/~schmidt/ACE.html + * + * ACE is Copyright (C)1993-2006 Douglas C. Schmidt + * + * GNU Public License: * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or -- cgit v1.2.3