year updated in license

This commit is contained in:
Riccardo Spagni 2015-01-02 18:52:46 +02:00
parent f4675dc05d
commit f4b69d553a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
313 changed files with 302 additions and 349 deletions

View file

@ -22,4 +22,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -1 +1 @@
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.

View file

@ -4,4 +4,4 @@ cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
cd ..
pause
pause

View file

@ -218,4 +218,4 @@ namespace demo
s.m_storage_entry_string = epee::serialization::storage_entry(std::string("sdsvsdvs"));
return s;
}
}
}

View file

@ -51,4 +51,4 @@ namespace epee
return std::atomic<uint32_t>::operator++(fake);
}
};
}
}

View file

@ -269,4 +269,4 @@ PRAGMA_WARNING_POP
time_t m_interval;
};
}
}
}

View file

@ -560,4 +560,4 @@ namespace md5
MD5Final(digest, &context); /* finish up 2nd pass */
}
}
}

View file

@ -181,4 +181,4 @@ namespace net_utils
};
}
}
}
}

View file

@ -872,4 +872,4 @@ using namespace std;
}
}
}
}

View file

@ -70,4 +70,4 @@ namespace epee
i_target_handler* m_powner_filter;
};
}
}
}

View file

@ -174,4 +174,4 @@ namespace net_utils
return final_res;
}
}
}
}

View file

@ -677,4 +677,4 @@ namespace net_utils
//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------

View file

@ -109,4 +109,4 @@ namespace epee
protected:
net_utils::boosted_tcp_server<net_utils::http::http_custom_handler<t_connection_context> > m_net_server;
};
}
}

View file

@ -574,4 +574,4 @@ namespace levin
};
}
}
}

View file

@ -134,4 +134,4 @@ namespace levin
return true;
}
}
}
}

View file

@ -373,4 +373,4 @@ namespace net_utils
}
}
}
#endif//!_MUNIN_CONNECTION_HANDLER_H_
#endif//!_MUNIN_CONNECTION_HANDLER_H_

View file

@ -46,4 +46,4 @@ namespace net_utils
}
}
}
#endif//!_MUNIN_NODE_SERVER_H_
#endif//!_MUNIN_NODE_SERVER_H_

View file

@ -118,4 +118,4 @@ namespace net_utils
}
}
}
#endif //_PROTOCOL_SWITCHER_H_
#endif //_PROTOCOL_SWITCHER_H_

View file

@ -28,4 +28,4 @@
#pragma once
#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;}
#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;}

View file

@ -178,4 +178,4 @@ namespace net_utils
}
}
//#include "smtp.inl"
//#include "smtp.inl"

View file

@ -1566,4 +1566,4 @@ namespace net_utils
}
}
}
}

View file

@ -85,4 +85,4 @@ namespace net_utils
}
}
}
}
}

View file

@ -50,4 +50,4 @@ namespace epee
{ // construct from specified values
}
};
}
}

View file

@ -139,4 +139,4 @@ namespace soci
std::string m_connection_string;
};
}
/*}*/
/*}*/

View file

@ -59,4 +59,4 @@ public:
};
}
#endif //_CRYPTED_STORAGE_H_
#endif //_CRYPTED_STORAGE_H_

View file

@ -65,4 +65,4 @@ namespace StorageNamed
}
}
#endif
#endif

View file

@ -257,4 +257,4 @@ namespace misc_utils
}
}
}
}
}

View file

@ -157,4 +157,4 @@ namespace epee
typedef section* hsection;
typedef array_entry* harray;
}
}
}

View file

@ -278,4 +278,4 @@ namespace epee
m_count -= len;
}
}
}
}

View file

@ -376,4 +376,4 @@ namespace epee
}
}
}
}
}

View file

@ -120,4 +120,4 @@ namespace epee
return std::move(binary_buff);
}
}
}
}

View file

@ -209,4 +209,4 @@ namespace epee
return true;
}
}
}
}

View file

@ -178,4 +178,4 @@ namespace epee
strm << make_indent(indent) << "}";
}
}
}
}

View file

@ -166,4 +166,4 @@ POP_WARNINGS
convert_to_same<from_type, to_type, std::is_same<to_type, from_type>::value>::convert(from, to);
}
}
}
}

View file

@ -156,4 +156,4 @@ PRAGMA_WARNING_POP
#endif
}
}
}

View file

@ -27,4 +27,4 @@
#define DISABLE_GCC_AND_CLANG_WARNING(w) _Pragma(BOOST_PP_STRINGIZE(GCC diagnostic ignored BOOST_PP_STRINGIZE(-W##w)))
#endif
#endif

View file

@ -1 +1 @@
¢IMóÙŸˆm_bo
¢IMóÙŸˆm_bo

View file

@ -2,4 +2,4 @@ mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
cd ..
pause
pause

View file

@ -400,4 +400,4 @@ namespace tests
}
}
}
}

View file

@ -229,4 +229,4 @@ namespace epee
}
}
}
}

View file

@ -56,4 +56,4 @@ int main(int argc, char* argv[])
tests::test_portable_storages(tests_data_path);
}
return 1;
}
}