matrei commented on code in PR #14836:
URL: https://github.com/apache/grails-core/pull/14836#discussion_r2174966793


##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/publishing/GrailsPublishExtension.groovy:
##########
@@ -132,11 +206,11 @@ class GrailsPublishExtension {
 
         static final License APACHE2 = new License(name: 'The Apache Software 
License, Version 2.0', url: 'https://www.apache.org/licenses/LICENSE-2.0.txt')
         static final License EPL1 = new License(name: 'Eclipse Public License 
- v 1.0', url: 'https://www.eclipse.org/legal/epl-v10.html')
-        static final License LGPL21 = new License(name: 'GNU Lesser General 
Public License, version 2.1', url: 
'http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html')
-        static final License LGPL = new License(name: 'GNU Lesser General 
Public License', url: 'http://www.gnu.org/licenses/lgpl-3.0.html')
-        static final License GPL = new License(name: 'GNU General Public 
License', url: 'http://www.gnu.org/licenses/gpl-3.0.en.html')
+        static final License LGPL21 = new License(name: 'GNU Lesser General 
Public License, version 2.1', url: 
'https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html')
+        static final License LGPL = new License(name: 'GNU Lesser General 
Public License', url: 'https://www.gnu.org/licenses/lgpl-3.0.html')
+        static final License GPL = new License(name: 'GNU General Public 
License', url: 'https://www.gnu.org/licenses/gpl-3.0.en.html')
         static final License CPL = new License(name: "Common Public License 
Version 1.0 (CPL)", url: "https://opensource.org/licenses/cpl1.0.php";)
-        static final License AGPL = new License(name: "GNU Affero General 
Public License", url: "http://www.gnu.org/licenses/agpl-3.0.html";)
+        static final License AGPL = new License(name: "GNU Affero General 
Public License", url: "https://www.gnu.org/licenses/agpl-3.0.html";)
         static final License MIT = new License(name: "The MIT License (MIT)", 
url: "https://opensource.org/licenses/MIT";)
         static final License BSD = new License(name: "The BSD 3-Clause 
License", url: "https://opensource.org/licenses/BSD-3-Clause";)

Review Comment:
   One more pass here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to