You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2017/12/04 16:50:40 UTC

commons-pool git commit: Make license header identical across all .java source files

Repository: commons-pool
Updated Branches:
  refs/heads/master fc0f9c905 -> 26b93f6ba


Make license header identical across all .java source files

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/26b93f6b
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/26b93f6b
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/26b93f6b

Branch: refs/heads/master
Commit: 26b93f6baa5fc330f608989f2617753f4a8d9e5f
Parents: fc0f9c9
Author: mark <ma...@study04.dev.local>
Authored: Mon Dec 4 16:46:10 2017 +0000
Committer: mark <ma...@study04.dev.local>
Committed: Mon Dec 4 16:46:10 2017 +0000

----------------------------------------------------------------------
 .../commons/pool2/impl/SecurityManagerCallStack.java      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/26b93f6b/src/main/java/org/apache/commons/pool2/impl/SecurityManagerCallStack.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/pool2/impl/SecurityManagerCallStack.java b/src/main/java/org/apache/commons/pool2/impl/SecurityManagerCallStack.java
index 7ffff10..f8c5eac 100644
--- a/src/main/java/org/apache/commons/pool2/impl/SecurityManagerCallStack.java
+++ b/src/main/java/org/apache/commons/pool2/impl/SecurityManagerCallStack.java
@@ -1,18 +1,18 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
+ * 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 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
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.commons.pool2.impl;