ossp-pkg/act/act.h.in 1.6 -> 1.7
--- act.h.in 2002/01/18 17:30:05 1.6
+++ act.h.in 2003/01/06 12:10:57 1.7
@@ -1,9 +1,10 @@
-/*
-** Act - Abstract Container Type Library
-** Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+/*
+** OSSP act - Abstract Container Types
+** Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+** Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
**
-** This file is part of Act, a library for dealing with Abstract
-** Container Types which can be found at http://www.ossp.org/pkg/act/.
+** This file is part of OSSP act, an abstract container type library
+** which can be found at http://www.ossp.org/pkg/lib/act/.
**
** Permission to use, copy, modify, and distribute this software for
** any purpose with or without fee is hereby granted, provided that
@@ -63,7 +64,7 @@
#define FALSE 0
#endif
#ifndef TRUE
-/* Do not depend on the exact TRUE value, i.e. never do: x == TRUE.
+/* Do not depend on the exact TRUE value, i.e. never do: x == TRUE.
Use TRUE only for return or assignment. */
#define TRUE !FALSE
#endif
@@ -76,7 +77,7 @@
#define NUL '\0'
#endif
-/*
+/*
* Internal Bitmask Calculation Macros
* (Notice: bit positions are counted n...0, i.e. lowest bit is position 0)
*/
|
|