You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/04/27 06:36:15 UTC

[11/50] [abbrv] logging-log4net git commit: missing license header

missing license header


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/74005040
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/74005040
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/74005040

Branch: refs/heads/master
Commit: 74005040311c77cd24ed6e5884851fca1c5c2407
Parents: f83f0ba
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Dec 18 17:10:21 2016 +0000
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Dec 18 17:10:21 2016 +0000

----------------------------------------------------------------------
 src/Appender/IFlushable.cs | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/74005040/src/Appender/IFlushable.cs
----------------------------------------------------------------------
diff --git a/src/Appender/IFlushable.cs b/src/Appender/IFlushable.cs
index e3beb05..2cb7ae3 100644
--- a/src/Appender/IFlushable.cs
+++ b/src/Appender/IFlushable.cs
@@ -1,3 +1,22 @@
+#region Apache License
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more 
+// contributor license agreements. See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership. 
+// The ASF licenses this file to you under the Apache License, Version 2.0
+// (the "License"); you may not use this file except in compliance with 
+// the License. You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+#endregion
+
 using System;
 
 namespace log4net.Appender