summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-08-10 08:45:17 +0000
committerBenny Prijono <bennylp@teluu.com>2006-08-10 08:45:17 +0000
commitb5500351f154d0ec1f8baa28135ca03cf6382fde (patch)
tree23bf07638cca7a275873cd717092fc143a2a372b /pjlib/include
parente8b11d39cd89a716e3580db2b0dc4fca2412cd22 (diff)
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
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/timer.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pjlib/include/pj/timer.h b/pjlib/include/pj/timer.h
index bcc4bb92..cf3d1d79 100644
--- a/pjlib/include/pj/timer.h
+++ b/pjlib/include/pj/timer.h
@@ -1,7 +1,5 @@
/* $Id$ */
/*
- * Copyright (C)2003-2006 Benny Prijono <benny@prijono.org>
- *
* 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
@@ -47,6 +45,12 @@ PJ_BEGIN_DECL
* the heap. This allows us to completely remove the need for
* dynamic memory allocation, which is important for real-time
* systems.
+ *
+ * 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 <d.schmidt@vanderbilt.edu>
+ *
* @{
*
* \section pj_timer_examples_sec Examples