From 79f53deda9fd1255fafa9d4b987aec064c72e505 Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Tue, 1 Dec 2020 17:13:30 -0700 Subject: [PATCH] license --- src/test/java/io/fusionauth/BaseTest.java | 16 ++++++++++++++++ .../io/fusionauth/oauth2/ServerMetaDataTest.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/test/java/io/fusionauth/BaseTest.java b/src/test/java/io/fusionauth/BaseTest.java index 43195c9..83759ff 100644 --- a/src/test/java/io/fusionauth/BaseTest.java +++ b/src/test/java/io/fusionauth/BaseTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020, FusionAuth, All Rights Reserved + * + * Licensed 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 io.fusionauth; import com.sun.net.httpserver.HttpServer; diff --git a/src/test/java/io/fusionauth/oauth2/ServerMetaDataTest.java b/src/test/java/io/fusionauth/oauth2/ServerMetaDataTest.java index 0edb875..e078edc 100644 --- a/src/test/java/io/fusionauth/oauth2/ServerMetaDataTest.java +++ b/src/test/java/io/fusionauth/oauth2/ServerMetaDataTest.java @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2020, FusionAuth, All Rights Reserved + * + * Licensed 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 io.fusionauth.oauth2; import io.fusionauth.BaseTest;