Skip to content

Commit 0221782

Browse files
committed
Update LWJGL.org URLs and tweak LICENSE.md
1 parent d1227fa commit 0221782

File tree

1,006 files changed

+1012
-1012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,006 files changed

+1012
-1012
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright LWJGL. All rights reserved.
3-
* License terms: http://lwjgl.org/license.php
3+
* License terms: https://www.lwjgl.org/license
44
*/
55
project.buildDir = 'bin/MAVEN'
66

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright LWJGL. All rights reserved.
3-
License terms: http://lwjgl.org/license.php
3+
License terms: https://www.lwjgl.org/license
44
-->
55
<project name="LWJGL" basedir="." default="all" xmlns:if="ant:if" xmlns:unless="ant:unless">
66

@@ -523,7 +523,7 @@ License terms: http://lwjgl.org/license.php
523523
failonerror="true"
524524
>
525525
<doctitle><![CDATA[<h1>Lightweight Java Game Library</h1>]]></doctitle>
526-
<bottom><![CDATA[<i>Copyright LWJGL. All Rights Reserved. <a href="http://lwjgl.org/license.php">License terms</a>.</i>]]></bottom>
526+
<bottom><![CDATA[<i>Copyright LWJGL. All Rights Reserved. <a href="https://www.lwjgl.org/license">License terms</a>.</i>]]></bottom>
527527

528528
<classpath>
529529
<pathelement path="${src.core}"/>
@@ -670,7 +670,7 @@ License terms: http://lwjgl.org/license.php
670670
failonerror="true"
671671
>
672672
<doctitle><![CDATA[<h1>LWJGL - @{title}</h1>]]></doctitle>
673-
<bottom><![CDATA[<i>Copyright LWJGL. All Rights Reserved. <a href="http://lwjgl.org/license.php">License terms</a>.</i>]]></bottom>
673+
<bottom><![CDATA[<i>Copyright LWJGL. All Rights Reserved. <a href="https://www.lwjgl.org/license">License terms</a>.</i>]]></bottom>
674674

675675
<classpath>
676676
<pathelement path="${src.core}"/>

config/build-assets.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright LWJGL. All rights reserved.
3-
License terms: http://lwjgl.org/license.php
3+
License terms: https://www.lwjgl.org/license
44
55
Binary assets used in demos are not committed to the git repository.
66
This script downloads such assets from S3.

config/build-bindings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright LWJGL. All rights reserved.
3-
License terms: http://lwjgl.org/license.php
3+
License terms: https://www.lwjgl.org/license
44
55
Defines which library bindings will be build with LWJGL.
66

config/build-definitions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright LWJGL. All rights reserved.
3-
License terms: http://lwjgl.org/license.php
3+
License terms: https://www.lwjgl.org/license
44
55
Defines global properties and useful macros.
66

config/ide/netbeans/nbproject/licenseheader.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
${licenseFirst}
33
</#if>
44
${licensePrefix}Copyright LWJGL. All rights reserved.
5-
${licensePrefix}License terms: http://lwjgl.org/license.php
5+
${licensePrefix}License terms: https://www.lwjgl.org/license
66
<#if licenseLast??>
77
${licenseLast}
88
</#if>

config/javadoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright LWJGL. All rights reserved.
3-
* License terms: http://lwjgl.org/license.php
3+
* License terms: https://www.lwjgl.org/license
44
*/
55

66
/* Javadoc style sheet - Compatible only with JDK 9 + HTML5 */

config/linux/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright LWJGL. All rights reserved.
3-
License terms: http://lwjgl.org/license.php
3+
License terms: https://www.lwjgl.org/license
44
-->
55
<project name="native-linux" basedir="../.." xmlns:if="ant:if" xmlns:unless="ant:unless">
66
<import file="../build-definitions.xml"/>

config/macosx/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Copyright LWJGL. All rights reserved.
3-
License terms: http://lwjgl.org/license.php
3+
License terms: https://www.lwjgl.org/license
44
-->
55
<project name="native-macosx" basedir="../.." xmlns:if="ant:if" xmlns:unless="ant:unless">
66
<import file="../build-definitions.xml"/>

0 commit comments

Comments
 (0)