From 8b05a3c7c93d2e8825a439afe54d09cd31788b50 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 23:16:06 +0200 Subject: [PATCH] Fixed Apachec Software Foundation license name --- LICENSE | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 8083fdf..0a312ca 100644 --- a/LICENSE +++ b/LICENSE @@ -15,7 +15,7 @@ - FilenameUtils.java (normalize + dependencies) - http://commons.apache.org/proper/commons-io/ Copyright 2013 - The Apache Software License, Version 2.0 - ASF + The Apache Software Foundation Kevin A. Burton Scott Sanders Daniel Rall diff --git a/build.gradle b/build.gradle index 567d9ce..c5f17b6 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ licensing { license('FilenameUtils.java (normalize + dependencies)', License.APACHE_2) { copyright 2013 - author 'ASF' + author 'The Apache Software Foundation' author 'Kevin A. Burton' author 'Scott Sanders' author 'Daniel Rall'