Add LICENSE file and Refer to it from the source. Include license material
[metaproxy-moved-to-github.git] / src / factory_static.hpp
1 /* $Id: factory_static.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
2    Copyright (c) 2005-2006, Index Data.
3
4    See the LICENSE file for details
5  */
6
7 #ifndef FACTORY_STATIC_HPP
8 #define FACTORY_STATIC_HPP
9
10 #include "factory_filter.hpp"
11
12 namespace metaproxy_1 {
13     class FactoryStatic : public FactoryFilter {
14     public:
15         FactoryStatic();
16     };
17 }
18
19 #endif
20 /*
21  * Local variables:
22  * c-basic-offset: 4
23  * indent-tabs-mode: nil
24  * c-file-style: "stroustrup"
25  * End:
26  * vim: shiftwidth=4 tabstop=8 expandtab
27  */