Skip to content

Commit

Permalink
Update LWJGL.org URLs and tweak LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolos committed Aug 5, 2016
1 parent d1227fa commit 0221782
Show file tree
Hide file tree
Showing 1,006 changed files with 1,012 additions and 1,012 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2016 Lightweight Java Game Library Project
Copyright (c) 2012-present Lightweight Java Game Library
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -12,7 +12,7 @@ met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

- Neither the name of 'Light Weight Java Game Library' nor the names of
- Neither the name Lightweight Java Game Library nor the names of
its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
project.buildDir = 'bin/MAVEN'

Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
-->
<project name="LWJGL" basedir="." default="all" xmlns:if="ant:if" xmlns:unless="ant:unless">

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

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

<classpath>
<pathelement path="${src.core}"/>
Expand Down
2 changes: 1 addition & 1 deletion config/build-assets.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
Binary assets used in demos are not committed to the git repository.
This script downloads such assets from S3.
Expand Down
2 changes: 1 addition & 1 deletion config/build-bindings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
Defines which library bindings will be build with LWJGL.
Expand Down
2 changes: 1 addition & 1 deletion config/build-definitions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
Defines global properties and useful macros.
Expand Down
2 changes: 1 addition & 1 deletion config/ide/netbeans/nbproject/licenseheader.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
${licenseFirst}
</#if>
${licensePrefix}Copyright LWJGL. All rights reserved.
${licensePrefix}License terms: http://lwjgl.org/license.php
${licensePrefix}License terms: https://www.lwjgl.org/license
<#if licenseLast??>
${licenseLast}
</#if>
2 changes: 1 addition & 1 deletion config/javadoc.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/

/* Javadoc style sheet - Compatible only with JDK 9 + HTML5 */
Expand Down
2 changes: 1 addition & 1 deletion config/linux/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
-->
<project name="native-linux" basedir="../.." xmlns:if="ant:if" xmlns:unless="ant:unless">
<import file="../build-definitions.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion config/macosx/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
-->
<project name="native-macosx" basedir="../.." xmlns:if="ant:if" xmlns:unless="ant:unless">
<import file="../build-definitions.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion config/windows/build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright LWJGL. All rights reserved.
License terms: http://lwjgl.org/license.php
License terms: https://www.lwjgl.org/license
-->
<project name="native-windows" basedir="../.." xmlns:if="ant:if" xmlns:unless="ant:unless">
<import file="../build-definitions.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright LWJGL. All rights reserved.
# License terms: http://lwjgl.org/license.php
# License terms: https://www.lwjgl.org/license
#

# MAJOR.MINOR.REVISION [0-9].[0-9].[0-9]+[ab]?
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/c/system/common_tools.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifdef LWJGL_WINDOWS
__pragma(warning(disable : 4710))
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/c/system/org_lwjgl_system_Callback.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifdef LWJGL_WINDOWS
__pragma(warning(disable : 4710))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#include "common_tools.h"
DISABLE_WARNINGS()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#include "common_tools.h"

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/system/common_tools.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifndef __LWJGL_COMMON_TOOLS_H__
#define __LWJGL_COMMON_TOOLS_H__
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/system/linux/LinuxConfig.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/

#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/system/linux/LinuxLWJGL.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifndef _LINUX_LWJGL_INCLUDED
#define _LINUX_LWJGL_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/system/lwjgl_malloc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifndef __LWJGL_MALLOC_H__
#define __LWJGL_MALLOC_H__
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/system/macosx/MacOSXConfig.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/

#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/system/macosx/MacOSXLWJGL.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifndef _MACOSX_LWJGL_INCLUDED
#define _MACOSX_LWJGL_INCLUDED
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/

#define DISABLE_WARNINGS() \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifndef _WINDOWS_LWJGL_INCLUDED
#define _WINDOWS_LWJGL_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/include/util/simd/intrinsics.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
#ifndef __LWJGL_SIMD_INTRINSICS_H__
#define __LWJGL_SIMD_INTRINSICS_H__
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/BufferUtils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/PointerBuffer.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/Version.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/egl/EGL.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.egl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/glfw/Callbacks.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.glfw;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/glfw/EventLoop.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.glfw;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.nanovg;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/openal/AL.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.openal;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/openal/ALC.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.openal;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/openal/ALUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.openal;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/opencl/CL.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.opencl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/opengl/GL.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.opengl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/opengl/GLChecks.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.opengl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/opengl/GLUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.opengl;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/opengles/GLES.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.opengles;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.opengles;

Expand Down
4 changes: 2 additions & 2 deletions modules/core/src/main/java/org/lwjgl/package-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/

/**
Expand All @@ -16,6 +16,6 @@
*
* <p>LWJGL is open source software and freely available at no charge.</p>
*
* @see <a href="http://www.lwjgl.org/">www.lwjgl.org</a>
* @see <a href="https://www.lwjgl.org/">www.lwjgl.org</a>
*/
package org.lwjgl;
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/system/APIUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.system;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/system/Callback.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.system;

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/java/org/lwjgl/system/CallbackI.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright LWJGL. All rights reserved.
* License terms: http://lwjgl.org/license.php
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.system;

Expand Down
Loading

0 comments on commit 0221782

Please sign in to comment.