From 54e5245846274113a25ab9e53654e553339c7ece Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 12 May 2015 09:18:09 +0200 Subject: added licenses to hlsl files (nw) --- hlsl/bloom.fx | 2 ++ hlsl/color.fx | 2 ++ hlsl/deconverge.fx | 2 ++ hlsl/downsample.fx | 2 ++ hlsl/focus.fx | 2 ++ hlsl/phosphor.fx | 2 ++ hlsl/pincushion.fx | 2 ++ hlsl/post.fx | 2 ++ hlsl/prescale.fx | 2 ++ hlsl/primary.fx | 2 ++ hlsl/simple.fx | 2 ++ hlsl/vector.fx | 2 ++ hlsl/yiq_decode.fx | 2 ++ hlsl/yiq_encode.fx | 2 ++ 14 files changed, 28 insertions(+) diff --git a/hlsl/bloom.fx b/hlsl/bloom.fx index 00353498b92..c01b3521442 100644 --- a/hlsl/bloom.fx +++ b/hlsl/bloom.fx @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/color.fx b/hlsl/color.fx index d74f523fcc2..53404726699 100644 --- a/hlsl/color.fx +++ b/hlsl/color.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Color-Convolution Effect //----------------------------------------------------------------------------- diff --git a/hlsl/deconverge.fx b/hlsl/deconverge.fx index 90653b2927a..341d614873b 100644 --- a/hlsl/deconverge.fx +++ b/hlsl/deconverge.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Deconvergence Effect //----------------------------------------------------------------------------- diff --git a/hlsl/downsample.fx b/hlsl/downsample.fx index cabe6b0bcde..8d6eaa60c74 100644 --- a/hlsl/downsample.fx +++ b/hlsl/downsample.fx @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/focus.fx b/hlsl/focus.fx index 0e0c64a43c0..f19a8a01eae 100644 --- a/hlsl/focus.fx +++ b/hlsl/focus.fx @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/phosphor.fx b/hlsl/phosphor.fx index 97575051843..85647fb83e9 100644 --- a/hlsl/phosphor.fx +++ b/hlsl/phosphor.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/pincushion.fx b/hlsl/pincushion.fx index 45b1ef453ed..7968363c1d6 100644 --- a/hlsl/pincushion.fx +++ b/hlsl/pincushion.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Pincushion Post-Processing Effect //----------------------------------------------------------------------------- diff --git a/hlsl/post.fx b/hlsl/post.fx index 521309e0108..8a5562ccf09 100644 --- a/hlsl/post.fx +++ b/hlsl/post.fx @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Scanline & Shadowmask Effect //----------------------------------------------------------------------------- diff --git a/hlsl/prescale.fx b/hlsl/prescale.fx index ea68ad6fe63..16df349c583 100644 --- a/hlsl/prescale.fx +++ b/hlsl/prescale.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Passthrough Effect //----------------------------------------------------------------------------- diff --git a/hlsl/primary.fx b/hlsl/primary.fx index 4abf9a60f8b..fd53bf572e8 100644 --- a/hlsl/primary.fx +++ b/hlsl/primary.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/simple.fx b/hlsl/simple.fx index 9f510ea9c73..bb58f37469f 100644 --- a/hlsl/simple.fx +++ b/hlsl/simple.fx @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Ryan Holtz,ImJezze //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/vector.fx b/hlsl/vector.fx index 295a6111ceb..0e5f2ac314c 100644 --- a/hlsl/vector.fx +++ b/hlsl/vector.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // Effect File Variables //----------------------------------------------------------------------------- diff --git a/hlsl/yiq_decode.fx b/hlsl/yiq_decode.fx index cdd804af5e4..c7526fbe870 100644 --- a/hlsl/yiq_decode.fx +++ b/hlsl/yiq_decode.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // YIQ Decode Effect //----------------------------------------------------------------------------- diff --git a/hlsl/yiq_encode.fx b/hlsl/yiq_encode.fx index ffd4a8cb727..e35062f0722 100644 --- a/hlsl/yiq_encode.fx +++ b/hlsl/yiq_encode.fx @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Ryan Holtz //----------------------------------------------------------------------------- // YIQ Encode Effect //----------------------------------------------------------------------------- -- cgit v1.2.3