From 4e1c687b22bf2e4eb8d3549081a1f468eb13e374 Mon Sep 17 00:00:00 2001 From: ysvenkat Date: Wed, 6 Jan 2010 22:39:57 +0000 Subject: [PATCH] Portions of the Usage Metrics suport code are derived from the Globus project's GridFTP, subject to this license. --- openssh/LICENSE.globus_usage | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 openssh/LICENSE.globus_usage diff --git a/openssh/LICENSE.globus_usage b/openssh/LICENSE.globus_usage new file mode 100644 index 0000000..63074cf --- /dev/null +++ b/openssh/LICENSE.globus_usage @@ -0,0 +1,18 @@ +/* + * Portions of the Usage Metrics suport code are derived from the + * Globus project's GridFTP subject to the following license. + * + * Copyright 2010 University of Chicago + * + * 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. + */ -- 2.45.1