From: Alexander P. <no...@so...> - 2014-06-30 18:25:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Log4cpp Git repository.". The branch, master has been updated via f819554add5859a75a00edaa149642eb3898406d (commit) from e69ad74b7fe1c71494a40f9396342df9ed40d00b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://sourceforge.net/p/log4cpp/codegit/ci/ commit f819554add5859a75a00edaa149642eb3898406d Author: Alexander Perepelkin <san...@us...> Date: Mon Jun 30 22:24:42 2014 +0400 copyright notes for src/ diff --git a/.gitignore b/.gitignore index 0c7d76e..bc3ae53 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ Compiled source # #auto generated Makefile.in Makefile +*.log + diff --git a/src/AppendersFactory.cpp b/src/AppendersFactory.cpp index b30eaa9..6af7424 100644 --- a/src/AppendersFactory.cpp +++ b/src/AppendersFactory.cpp @@ -1,3 +1,10 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + + #include <log4cpp/AppendersFactory.hh> #include <stdexcept> diff --git a/src/BufferingAppender.cpp b/src/BufferingAppender.cpp index de4fed3..7b36398 100644 --- a/src/BufferingAppender.cpp +++ b/src/BufferingAppender.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include "PortabilityImpl.hh" #include <log4cpp/BufferingAppender.hh> #include <algorithm> diff --git a/src/DummyThreads.cpp b/src/DummyThreads.cpp index d291a14..ffe16bf 100644 --- a/src/DummyThreads.cpp +++ b/src/DummyThreads.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/threading/Threading.hh> #ifndef LOG4CPP_HAVE_THREADING diff --git a/src/FactoryParams.cpp b/src/FactoryParams.cpp index 96b971c..cc648f9 100644 --- a/src/FactoryParams.cpp +++ b/src/FactoryParams.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/FactoryParams.hh> #include <stdexcept> diff --git a/src/LayoutsFactory.cpp b/src/LayoutsFactory.cpp index f2a0159..232fa16 100644 --- a/src/LayoutsFactory.cpp +++ b/src/LayoutsFactory.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/LayoutsFactory.hh> #include <stdexcept> diff --git a/src/LevelEvaluator.cpp b/src/LevelEvaluator.cpp index 216b05f..bc030e3 100644 --- a/src/LevelEvaluator.cpp +++ b/src/LevelEvaluator.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/LevelEvaluator.hh> #include <log4cpp/FactoryParams.hh> #include <memory> diff --git a/src/Localtime.cpp b/src/Localtime.cpp index fe6c4bd..64beecd 100644 --- a/src/Localtime.cpp +++ b/src/Localtime.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/Portability.hh> #include "Localtime.hh" #include <time.h> diff --git a/src/Localtime.hh b/src/Localtime.hh index 1ff7cbb..9318456 100644 --- a/src/Localtime.hh +++ b/src/Localtime.hh @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #ifndef _LOG4CPP_LOCALTIME_HH #define _LOG4CPP_LOCALTIME_HH diff --git a/src/MSThreads.cpp b/src/MSThreads.cpp index fdfc774..17a4449 100644 --- a/src/MSThreads.cpp +++ b/src/MSThreads.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/threading/Threading.hh> #include <stdio.h> diff --git a/src/Manipulator.cpp b/src/Manipulator.cpp index 5f6264d..e3e730f 100644 --- a/src/Manipulator.cpp +++ b/src/Manipulator.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/Manipulator.hh> using namespace std; namespace log4cpp { diff --git a/src/NTEventLogAppender.cpp b/src/NTEventLogAppender.cpp index 25aea2a..5419dac 100644 --- a/src/NTEventLogAppender.cpp +++ b/src/NTEventLogAppender.cpp @@ -1,5 +1,9 @@ /* * NTEventLogAppender.cpp + * + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. */ #ifdef WIN32 // only available on Win32 diff --git a/src/OmniThreads.cpp b/src/OmniThreads.cpp index 86d2b2c..600c61c 100644 --- a/src/OmniThreads.cpp +++ b/src/OmniThreads.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/threading/Threading.hh> #if defined(LOG4CPP_HAVE_THREADING) && defined(LOG4CPP_USE_OMNITHREADS) diff --git a/src/PThreads.cpp b/src/PThreads.cpp index 18fd8e2..f404f03 100644 --- a/src/PThreads.cpp +++ b/src/PThreads.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/threading/Threading.hh> #if defined(LOG4CPP_HAVE_THREADING) && defined(LOG4CPP_USE_PTHREADS) diff --git a/src/PassThroughLayout.cpp b/src/PassThroughLayout.cpp index c3d3df4..e30062f 100644 --- a/src/PassThroughLayout.cpp +++ b/src/PassThroughLayout.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/PassThroughLayout.hh> #include <log4cpp/FactoryParams.hh> #include <memory> diff --git a/src/SmtpAppender.cpp b/src/SmtpAppender.cpp index bdcce5d..b526cd4 100644 --- a/src/SmtpAppender.cpp +++ b/src/SmtpAppender.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #if defined(LOG4CPP_HAVE_BOOST) #include <boost/version.hpp> #if BOOST_VERSION >= 103500 diff --git a/src/TriggeringEventEvaluatorFactory.cpp b/src/TriggeringEventEvaluatorFactory.cpp index 2706a1b..203e966 100644 --- a/src/TriggeringEventEvaluatorFactory.cpp +++ b/src/TriggeringEventEvaluatorFactory.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2002, Log4cpp Project. All rights reserved. + * + * See the COPYING file for the terms of usage and distribution. + */ + #include <log4cpp/TriggeringEventEvaluatorFactory.hh> #include <stdexcept> ----------------------------------------------------------------------- Summary of changes: .gitignore | 2 ++ src/AppendersFactory.cpp | 7 +++++++ src/BufferingAppender.cpp | 6 ++++++ src/DummyThreads.cpp | 6 ++++++ src/FactoryParams.cpp | 6 ++++++ src/LayoutsFactory.cpp | 6 ++++++ src/LevelEvaluator.cpp | 6 ++++++ src/Localtime.cpp | 6 ++++++ src/Localtime.hh | 6 ++++++ src/MSThreads.cpp | 6 ++++++ src/Manipulator.cpp | 6 ++++++ src/NTEventLogAppender.cpp | 4 ++++ src/OmniThreads.cpp | 6 ++++++ src/PThreads.cpp | 6 ++++++ src/PassThroughLayout.cpp | 6 ++++++ src/SmtpAppender.cpp | 6 ++++++ src/TriggeringEventEvaluatorFactory.cpp | 6 ++++++ 17 files changed, 97 insertions(+), 0 deletions(-) hooks/post-receive -- Log4cpp Git repository. |