diff options
Diffstat (limited to 'hlsl')
-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 54bc0b6d6bb..78e4b648ddf 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 |