You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/09/29 17:25:30 UTC

[2/2] git commit: Add missing license header.

Add missing license header.

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

Branch: refs/heads/master
Commit: a8aba734ee5055452d065f4dcee33c8970140ba9
Parents: d32091d
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Sep 29 11:25:24 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Sep 29 11:25:24 2014 -0400

----------------------------------------------------------------------
 checkstyle-suppressions.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a8aba734/checkstyle-suppressions.xml
----------------------------------------------------------------------
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index d87e27f..fd1ad78 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -4,5 +4,22 @@
      "-//Puppy Crawl//DTD Suppressions 1.0//EN"
      "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
 
+<!--
+   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.
+-->
+
 <suppressions>
 </suppressions>
\ No newline at end of file