Switch to unified view

a/pxattr.h b/pxattr.h
1
#ifndef _pxattr_h_included_
1
#ifndef _pxattr_h_included_
2
#define _pxattr_h_included_
2
#define _pxattr_h_included_
3
3
4
/* @(#$Id: pxattr.h,v 1.5 2009-01-20 13:48:34 dockes Exp $  (C) 2009 J.F.Dockes
4
/* @(#$Id: pxattr.h,v 1.5 2009-01-20 13:48:34 dockes Exp $  (C) 2009 J.F.Dockes
5
  Permission to use, copy, modify, distribute, and sell this software
5
Copyright (c) 2009 Jean-Francois Dockes
6
  and its documentation for any purpose is hereby granted without fee,
6
7
Permission is hereby granted, free of charge, to any person
8
obtaining a copy of this software and associated documentation
9
files (the "Software"), to deal in the Software without
10
restriction, including without limitation the rights to use,
11
copy, modify, merge, publish, distribute, sublicense, and/or sell
12
copies of the Software, and to permit persons to whom the
13
Software is furnished to do so, subject to the following
14
conditions:
15
7
  provided that the above copyright notice and this permission notice
16
The above copyright notice and this permission notice shall be
8
  appear in all copies of the software and related documentation.
17
included in all copies or substantial portions of the Software.
9
 
18
10
  THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
19
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
11
  EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
20
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
12
  WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
21
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
13
 
22
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
14
  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
23
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
15
  INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES
24
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
16
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT
25
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
17
  ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY,
26
OTHER DEALINGS IN THE SOFTWARE.
18
  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
19
  SOFTWARE.
20
*/
27
*/
21
#include <string>
28
#include <string>
22
#include <vector>
29
#include <vector>
23
using std::string;
30
using std::string;
24
using std::vector;
31
using std::vector;