From commits-return-1691-apmail-shiro-commits-archive=shiro.apache.org@shiro.apache.org Fri Jul 8 16:01:01 2016 Return-Path: X-Original-To: apmail-shiro-commits-archive@www.apache.org Delivered-To: apmail-shiro-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 254EF18810 for ; Fri, 8 Jul 2016 16:01:01 +0000 (UTC) Received: (qmail 5929 invoked by uid 500); 8 Jul 2016 16:01:01 -0000 Delivered-To: apmail-shiro-commits-archive@shiro.apache.org Received: (qmail 5904 invoked by uid 500); 8 Jul 2016 16:01:01 -0000 Mailing-List: contact commits-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list commits@shiro.apache.org Received: (qmail 5895 invoked by uid 99); 8 Jul 2016 16:01:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2016 16:01:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D953EDFFF8; Fri, 8 Jul 2016 16:01:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bdemers@apache.org To: commits@shiro.apache.org Message-Id: <0dd6a33541104105910878b680ee7e18@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: shiro git commit: Corrected license header in previous commit Date: Fri, 8 Jul 2016 16:01:00 +0000 (UTC) Repository: shiro Updated Branches: refs/heads/master 4c1a4cf44 -> d38838173 Corrected license header in previous commit Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/d3883817 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/d3883817 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/d3883817 Branch: refs/heads/master Commit: d3883817368f3b179bc5835cfb24e9c3d378f570 Parents: 4c1a4cf Author: Brian Demers Authored: Fri Jul 8 11:57:57 2016 -0400 Committer: Brian Demers Committed: Fri Jul 8 11:57:57 2016 -0400 ---------------------------------------------------------------------- .../shiro/web/env/MockWebEnvironment.groovy | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/d3883817/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy ---------------------------------------------------------------------- diff --git a/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy b/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy index 4a2cf9e..0b41e04 100644 --- a/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy +++ b/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy @@ -1,3 +1,21 @@ +/* + * 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. + */ package org.apache.shiro.web.env import org.apache.shiro.mgt.SecurityManager