Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / src / pipe.hpp
index f5b2378..df824c8 100644 (file)
@@ -1,17 +1,19 @@
-/* $Id: pipe.hpp,v 1.1 2005-11-07 12:32:01 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: pipe.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
+   Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef YP2_PIPE_HPP
 #define YP2_PIPE_HPP
 
+#include <stdexcept>
+#include <string>
 #include <boost/scoped_ptr.hpp>
 
 #include <yaz/yconfig.h>
 
-namespace yp2 {
+namespace metaproxy_1 {
     class Pipe {
         class Error : public std::runtime_error {
         public: