From b9b8a6e8716b6bef32743c96c891b345a036be69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 4 Jan 2017 08:34:25 -0800 Subject: [PATCH] Cleanup. --- examples/01-cubes/makefile | 4 ++-- examples/02-metaballs/makefile | 4 ++-- examples/03-raymarch/makefile | 4 ++-- examples/04-mesh/makefile | 4 ++-- examples/05-instancing/makefile | 4 ++-- examples/06-bump/makefile | 4 ++-- examples/07-callback/makefile | 4 ++-- examples/08-update/makefile | 4 ++-- examples/09-hdr/makefile | 4 ++-- examples/12-lod/makefile | 4 ++-- examples/13-stencil/makefile | 4 ++-- examples/14-shadowvolumes/makefile | 4 ++-- examples/15-shadowmaps-simple/makefile | 4 ++-- examples/16-shadowmaps/makefile | 4 ++-- examples/17-drawstress/makefile | 4 ++-- examples/18-ibl/makefile | 4 ++-- examples/19-oit/makefile | 4 ++-- examples/21-deferred/makefile | 4 ++-- examples/23-vectordisplay/makefile | 4 ++-- examples/24-nbody/makefile | 4 ++-- examples/27-terrain/makefile | 4 ++-- examples/28-wireframe/makefile | 4 ++-- examples/30-picking/makefile | 4 ++-- examples/31-rsm/makefile | 4 ++-- examples/common/debugdraw/makefile | 4 ++-- examples/common/font/makefile | 4 ++-- examples/common/imgui/makefile | 4 ++-- examples/common/nanovg/makefile | 4 ++-- examples/common/ps/makefile | 4 ++-- examples/makefile | 4 ++-- makefile | 4 ++-- scripts/shader-embeded.mk | 4 ++-- scripts/shader.mk | 4 ++-- scripts/tools.mk | 4 ++-- src/makefile | 4 ++-- tools/texturev/makefile | 4 ++-- 36 files changed, 72 insertions(+), 72 deletions(-) diff --git a/examples/01-cubes/makefile b/examples/01-cubes/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/01-cubes/makefile +++ b/examples/01-cubes/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/02-metaballs/makefile b/examples/02-metaballs/makefile index 818fe30cb..a9e318152 100644 --- a/examples/02-metaballs/makefile +++ b/examples/02-metaballs/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../scripts/shader-embeded.mk diff --git a/examples/03-raymarch/makefile b/examples/03-raymarch/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/03-raymarch/makefile +++ b/examples/03-raymarch/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/04-mesh/makefile b/examples/04-mesh/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/04-mesh/makefile +++ b/examples/04-mesh/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/05-instancing/makefile b/examples/05-instancing/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/05-instancing/makefile +++ b/examples/05-instancing/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/06-bump/makefile b/examples/06-bump/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/06-bump/makefile +++ b/examples/06-bump/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/07-callback/makefile b/examples/07-callback/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/07-callback/makefile +++ b/examples/07-callback/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/08-update/makefile b/examples/08-update/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/08-update/makefile +++ b/examples/08-update/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/09-hdr/makefile b/examples/09-hdr/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/09-hdr/makefile +++ b/examples/09-hdr/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/12-lod/makefile b/examples/12-lod/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/12-lod/makefile +++ b/examples/12-lod/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/13-stencil/makefile b/examples/13-stencil/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/13-stencil/makefile +++ b/examples/13-stencil/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/14-shadowvolumes/makefile b/examples/14-shadowvolumes/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/14-shadowvolumes/makefile +++ b/examples/14-shadowvolumes/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/15-shadowmaps-simple/makefile b/examples/15-shadowmaps-simple/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/15-shadowmaps-simple/makefile +++ b/examples/15-shadowmaps-simple/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/16-shadowmaps/makefile b/examples/16-shadowmaps/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/16-shadowmaps/makefile +++ b/examples/16-shadowmaps/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/17-drawstress/makefile b/examples/17-drawstress/makefile index 818fe30cb..a9e318152 100644 --- a/examples/17-drawstress/makefile +++ b/examples/17-drawstress/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../scripts/shader-embeded.mk diff --git a/examples/18-ibl/makefile b/examples/18-ibl/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/18-ibl/makefile +++ b/examples/18-ibl/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/19-oit/makefile b/examples/19-oit/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/19-oit/makefile +++ b/examples/19-oit/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/21-deferred/makefile b/examples/21-deferred/makefile index 4f81fb5bf..ce6bf430d 100644 --- a/examples/21-deferred/makefile +++ b/examples/21-deferred/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/23-vectordisplay/makefile b/examples/23-vectordisplay/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/23-vectordisplay/makefile +++ b/examples/23-vectordisplay/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/24-nbody/makefile b/examples/24-nbody/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/24-nbody/makefile +++ b/examples/24-nbody/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/27-terrain/makefile b/examples/27-terrain/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/27-terrain/makefile +++ b/examples/27-terrain/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/28-wireframe/makefile b/examples/28-wireframe/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/28-wireframe/makefile +++ b/examples/28-wireframe/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/30-picking/makefile b/examples/30-picking/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/30-picking/makefile +++ b/examples/30-picking/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/31-rsm/makefile b/examples/31-rsm/makefile index e6278cb66..3ee4cd72c 100644 --- a/examples/31-rsm/makefile +++ b/examples/31-rsm/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # BGFX_DIR=../.. diff --git a/examples/common/debugdraw/makefile b/examples/common/debugdraw/makefile index ab2bae2d5..27e6c6bf0 100644 --- a/examples/common/debugdraw/makefile +++ b/examples/common/debugdraw/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../../../bgfx/scripts/shader-embeded.mk diff --git a/examples/common/font/makefile b/examples/common/font/makefile index 38f4d0d7d..928467df3 100644 --- a/examples/common/font/makefile +++ b/examples/common/font/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../../scripts/shader-embeded.mk diff --git a/examples/common/imgui/makefile b/examples/common/imgui/makefile index b7d3b8329..b9648f147 100644 --- a/examples/common/imgui/makefile +++ b/examples/common/imgui/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../../scripts/shader-embeded.mk diff --git a/examples/common/nanovg/makefile b/examples/common/nanovg/makefile index 38f4d0d7d..928467df3 100644 --- a/examples/common/nanovg/makefile +++ b/examples/common/nanovg/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../../scripts/shader-embeded.mk diff --git a/examples/common/ps/makefile b/examples/common/ps/makefile index ab2bae2d5..27e6c6bf0 100644 --- a/examples/common/ps/makefile +++ b/examples/common/ps/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../../../bgfx/scripts/shader-embeded.mk diff --git a/examples/makefile b/examples/makefile index 13ce9f336..ec6ea3c43 100644 --- a/examples/makefile +++ b/examples/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # rebuild: diff --git a/makefile b/makefile index 4ee32e834..d755a10f9 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # UNAME := $(shell uname) diff --git a/scripts/shader-embeded.mk b/scripts/shader-embeded.mk index cf949e9bb..9ced9e083 100644 --- a/scripts/shader-embeded.mk +++ b/scripts/shader-embeded.mk @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # THISDIR:=$(dir $(lastword $(MAKEFILE_LIST))) diff --git a/scripts/shader.mk b/scripts/shader.mk index 56937fb10..5502d49b4 100644 --- a/scripts/shader.mk +++ b/scripts/shader.mk @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # THISDIR:=$(dir $(lastword $(MAKEFILE_LIST))) diff --git a/scripts/tools.mk b/scripts/tools.mk index 1c810c0d1..0cda8ba7c 100644 --- a/scripts/tools.mk +++ b/scripts/tools.mk @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # SILENT?=@ diff --git a/src/makefile b/src/makefile index 3fade997e..00bac69fa 100644 --- a/src/makefile +++ b/src/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2016 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # THISDIR:=$(dir $(lastword $(MAKEFILE_LIST))) diff --git a/tools/texturev/makefile b/tools/texturev/makefile index 31820c53b..733ae658a 100644 --- a/tools/texturev/makefile +++ b/tools/texturev/makefile @@ -1,6 +1,6 @@ # -# Copyright 2011-2015 Branimir Karadzic. All rights reserved. -# License: http://www.opensource.org/licenses/BSD-2-Clause +# Copyright 2011-2017 Branimir Karadzic. All rights reserved. +# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause # include ../../../bgfx/scripts/shader-embeded.mk