diff options
author | 2015-05-24 14:53:26 +0200 | |
---|---|---|
committer | 2015-05-24 14:53:26 +0200 | |
commit | 7a2ac3027579fe786718858c84c3f06c09c60770 (patch) | |
tree | aa069ec67b97f334b8d1e5fedecce35e29e979a0 | |
parent | 6ec2232ad1a6cc9ab0aa78f6903fe5209b12b785 (diff) |
update in agreement with ImJezze (nw)
-rw-r--r-- | hlsl/bloom.fx | 2 | ||||
-rw-r--r-- | hlsl/downsample.fx | 2 | ||||
-rw-r--r-- | hlsl/focus.fx | 2 | ||||
-rw-r--r-- | hlsl/post.fx | 2 | ||||
-rw-r--r-- | hlsl/simple.fx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/hlsl/bloom.fx b/hlsl/bloom.fx index c01b3521442..f6a0c9d57d1 100644 --- a/hlsl/bloom.fx +++ b/hlsl/bloom.fx @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables diff --git a/hlsl/downsample.fx b/hlsl/downsample.fx index 8d6eaa60c74..b7579fc24ed 100644 --- a/hlsl/downsample.fx +++ b/hlsl/downsample.fx @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables diff --git a/hlsl/focus.fx b/hlsl/focus.fx index f19a8a01eae..a7c6c7ae8f2 100644 --- a/hlsl/focus.fx +++ b/hlsl/focus.fx @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables diff --git a/hlsl/post.fx b/hlsl/post.fx index a5a6cccf164..48722f07399 100644 --- a/hlsl/post.fx +++ b/hlsl/post.fx @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Scanline & Shadowmask Effect diff --git a/hlsl/simple.fx b/hlsl/simple.fx index bb58f37469f..e26ca3fbb36 100644 --- a/hlsl/simple.fx +++ b/hlsl/simple.fx @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables |