1.1 --- a/epoc32/include/stdapis/stlport/stl/_relops.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/stlport/stl/_relops.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,33 @@
1.4 -_relops.h
1.5 +/*
1.6 + *
1.7 + * Copyright (c) 1994
1.8 + * Hewlett-Packard Company
1.9 + *
1.10 + * Permission to use, copy, modify, distribute and sell this software
1.11 + * and its documentation for any purpose is hereby granted without fee,
1.12 + * provided that the above copyright notice appear in all copies and
1.13 + * that both that copyright notice and this permission notice appear
1.14 + * in supporting documentation. Hewlett-Packard Company makes no
1.15 + * representations about the suitability of this software for any
1.16 + * purpose. It is provided "as is" without express or implied warranty.
1.17 + *
1.18 + * Copyright (c) 1996,1997
1.19 + * Silicon Graphics
1.20 + *
1.21 + * Permission to use, copy, modify, distribute and sell this software
1.22 + * and its documentation for any purpose is hereby granted without fee,
1.23 + * provided that the above copyright notice appear in all copies and
1.24 + * that both that copyright notice and this permission notice appear
1.25 + * in supporting documentation. Silicon Graphics makes no
1.26 + * representations about the suitability of this software for any
1.27 + * purpose. It is provided "as is" without express or implied warranty.
1.28 + *
1.29 + */
1.30 +
1.31 +/* NOTE: This is an internal header file, included by other STL headers.
1.32 + * You should not attempt to use it directly.
1.33 + */
1.34 +
1.35 +// Local Variables:
1.36 +// mode:C++
1.37 +// End: