From 8bab6d1f4e22ec49e586eae93a0d4fb824866f92 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 21 Jul 2015 22:42:41 -0400 Subject: [PATCH] Fixed licenses --- .../src/main/java/org/jasig/cas/client/util/SamlUtils.java | 5 ++--- .../test/java/org/jasig/cas/client/util/SamlUtilsTest.java | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cas-client-support-saml/src/main/java/org/jasig/cas/client/util/SamlUtils.java b/cas-client-support-saml/src/main/java/org/jasig/cas/client/util/SamlUtils.java index 8e74a71..55b1bfe 100644 --- a/cas-client-support-saml/src/main/java/org/jasig/cas/client/util/SamlUtils.java +++ b/cas-client-support-saml/src/main/java/org/jasig/cas/client/util/SamlUtils.java @@ -6,9 +6,9 @@ * 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 following location: - * * + * * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.jasig.cas.client.util; import java.util.Date; diff --git a/cas-client-support-saml/src/test/java/org/jasig/cas/client/util/SamlUtilsTest.java b/cas-client-support-saml/src/test/java/org/jasig/cas/client/util/SamlUtilsTest.java index bd42201..3958e24 100644 --- a/cas-client-support-saml/src/test/java/org/jasig/cas/client/util/SamlUtilsTest.java +++ b/cas-client-support-saml/src/test/java/org/jasig/cas/client/util/SamlUtilsTest.java @@ -6,9 +6,9 @@ * 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 following location: - * * + * * 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 @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.jasig.cas.client.util; import java.util.Date;