|
From: Alexander P. <no...@so...> - 2014-06-29 19:36:33
|
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 e69ad74b7fe1c71494a40f9396342df9ed40d00b (commit)
from 8064124511a4752458f4bb0fe3fe42b4a4d372fd (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 e69ad74b7fe1c71494a40f9396342df9ed40d00b
Author: Alexander Perepelkin <san...@us...>
Date: Sun Jun 29 23:35:41 2014 +0400
Copyright notes, .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0c7d76e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.lo
+*.la
+*.so
+#auto generated
+Makefile.in
+Makefile
diff --git a/include/log4cpp/AppendersFactory.hh b/include/log4cpp/AppendersFactory.hh
index 200532c..7c3a860 100644
--- a/include/log4cpp/AppendersFactory.hh
+++ b/include/log4cpp/AppendersFactory.hh
@@ -1,3 +1,11 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
+
#if !defined(h_738a42b1_1502_4483_948a_a69e7bbbee6a)
#define h_738a42b1_1502_4483_948a_a69e7bbbee6a
diff --git a/include/log4cpp/BufferingAppender.hh b/include/log4cpp/BufferingAppender.hh
index 555e90f..8035103 100644
--- a/include/log4cpp/BufferingAppender.hh
+++ b/include/log4cpp/BufferingAppender.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_ebd0ee89_622d_4af1_9a9d_d0e057debe86)
#define h_ebd0ee89_622d_4af1_9a9d_d0e057debe86
diff --git a/include/log4cpp/Export.hh b/include/log4cpp/Export.hh
index 48a9bd5..c7d1c1a 100644
--- a/include/log4cpp/Export.hh
+++ b/include/log4cpp/Export.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#ifndef _LOG4CPP_EXPORT_HH
#define _LOG4CPP_EXPORT_HH
diff --git a/include/log4cpp/FactoryParams.hh b/include/log4cpp/FactoryParams.hh
index b7a5c18..22212fe 100644
--- a/include/log4cpp/FactoryParams.hh
+++ b/include/log4cpp/FactoryParams.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_3e645482_ae6a_43e5_8f81_abbc4200212d)
#define h_3e645482_ae6a_43e5_8f81_abbc4200212d
diff --git a/include/log4cpp/LayoutsFactory.hh b/include/log4cpp/LayoutsFactory.hh
index cc1b3e7..f25680c 100644
--- a/include/log4cpp/LayoutsFactory.hh
+++ b/include/log4cpp/LayoutsFactory.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_409ac787_0acf_47ff_ac15_3e9024d40315)
#define h_409ac787_0acf_47ff_ac15_3e9024d40315
diff --git a/include/log4cpp/LevelEvaluator.hh b/include/log4cpp/LevelEvaluator.hh
index 3fd27a6..b5ab624 100644
--- a/include/log4cpp/LevelEvaluator.hh
+++ b/include/log4cpp/LevelEvaluator.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_3491ecd0_3891_4902_b3ba_15b15d98ae49)
#define h_3491ecd0_3891_4902_b3ba_15b15d98ae49
diff --git a/include/log4cpp/PassThroughLayout.hh b/include/log4cpp/PassThroughLayout.hh
index 3d3143b..12cb48a 100644
--- a/include/log4cpp/PassThroughLayout.hh
+++ b/include/log4cpp/PassThroughLayout.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_8e4861a3_f607_479c_ac2d_0b2d81b4c36c)
#define h_8e4861a3_f607_479c_ac2d_0b2d81b4c36c
diff --git a/include/log4cpp/SmtpAppender.hh b/include/log4cpp/SmtpAppender.hh
index 035087b..b233bf8 100644
--- a/include/log4cpp/SmtpAppender.hh
+++ b/include/log4cpp/SmtpAppender.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_2c5af17f_8daf_418f_acb8_5cfce724ec1a)
#define h_2c5af17f_8daf_418f_acb8_5cfce724ec1a
diff --git a/include/log4cpp/TriggeringEventEvaluator.hh b/include/log4cpp/TriggeringEventEvaluator.hh
index c2416e0..41a76b7 100644
--- a/include/log4cpp/TriggeringEventEvaluator.hh
+++ b/include/log4cpp/TriggeringEventEvaluator.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_fb88639f_85c9_481a_a3a0_f25ae8bac24c)
#define h_fb88639f_85c9_481a_a3a0_f25ae8bac24c
diff --git a/include/log4cpp/TriggeringEventEvaluatorFactory.hh b/include/log4cpp/TriggeringEventEvaluatorFactory.hh
index fae4b98..aff4371 100644
--- a/include/log4cpp/TriggeringEventEvaluatorFactory.hh
+++ b/include/log4cpp/TriggeringEventEvaluatorFactory.hh
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#if !defined(h_dd233b8b_5c59_4956_9393_6581c95f9779)
#define h_dd233b8b_5c59_4956_9393_6581c95f9779
diff --git a/include/log4cpp/config-MinGW32.h b/include/log4cpp/config-MinGW32.h
index 381ca64..42a5350 100644
--- a/include/log4cpp/config-MinGW32.h
+++ b/include/log4cpp/config-MinGW32.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#ifndef _INCLUDE_LOG4CPP_CONFIG_MINGW32_H
#define _INCLUDE_LOG4CPP_CONFIG_MINGW32_H 1
diff --git a/include/log4cpp/config-openvms.h b/include/log4cpp/config-openvms.h
index 792c7b0..f0c17cf 100644
--- a/include/log4cpp/config-openvms.h
+++ b/include/log4cpp/config-openvms.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#ifndef _INCLUDE_LOG4CPP_CONFIG_OPENVMS_H
#define _INCLUDE_LOG4CPP_CONFIG_OPENVMS_H 1
diff --git a/include/log4cpp/config-win32-stlport-boost.h b/include/log4cpp/config-win32-stlport-boost.h
index 47f7bc9..8905b93 100644
--- a/include/log4cpp/config-win32-stlport-boost.h
+++ b/include/log4cpp/config-win32-stlport-boost.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#ifndef _INCLUDE_LOG4CPP_CONFIG_WIN32_H
#define _INCLUDE_LOG4CPP_CONFIG_WIN32_H 1
diff --git a/include/log4cpp/config-win32.h b/include/log4cpp/config-win32.h
index 1038dda..5ebcbc9 100644
--- a/include/log4cpp/config-win32.h
+++ b/include/log4cpp/config-win32.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#ifndef _INCLUDE_LOG4CPP_CONFIG_WIN32_H
#define _INCLUDE_LOG4CPP_CONFIG_WIN32_H 1
diff --git a/include/log4cpp/convenience.h b/include/log4cpp/convenience.h
index 275de4b..04cac8d 100644
--- a/include/log4cpp/convenience.h
+++ b/include/log4cpp/convenience.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2002, LifeLine Networks BV (www.lifeline.nl). All rights reserved.
+ * Copyright 2002, Bastiaan Bakker. All rights reserved.
+ *
+ * See the COPYING file for the terms of usage and distribution.
+ */
+
#ifndef LOG4CPP_CONVENIENCE_H
#define LOG4CPP_CONVENIENCE_H
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 13 +++++++++++++
include/log4cpp/AppendersFactory.hh | 8 ++++++++
include/log4cpp/BufferingAppender.hh | 7 +++++++
include/log4cpp/Export.hh | 7 +++++++
include/log4cpp/FactoryParams.hh | 7 +++++++
include/log4cpp/LayoutsFactory.hh | 7 +++++++
include/log4cpp/LevelEvaluator.hh | 7 +++++++
include/log4cpp/PassThroughLayout.hh | 7 +++++++
include/log4cpp/SmtpAppender.hh | 7 +++++++
include/log4cpp/TriggeringEventEvaluator.hh | 7 +++++++
include/log4cpp/TriggeringEventEvaluatorFactory.hh | 7 +++++++
include/log4cpp/config-MinGW32.h | 7 +++++++
include/log4cpp/config-openvms.h | 7 +++++++
include/log4cpp/config-win32-stlport-boost.h | 7 +++++++
include/log4cpp/config-win32.h | 7 +++++++
include/log4cpp/convenience.h | 7 +++++++
16 files changed, 119 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
Log4cpp Git repository.
|