Skip to content

Commit

Permalink
Updated copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jan 2, 2015
1 parent 1c14cd5 commit 649d7f7
Show file tree
Hide file tree
Showing 109 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion examples/01-cubes/fs_cubes.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/01-cubes/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/01-cubes/vs_cubes.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_color0
$output v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/02-metaballs/fs_metaballs.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_normal, v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/02-metaballs/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/02-metaballs/vs_metaballs.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_normal, a_color0
$output v_normal, v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/03-raymarch/fs_raymarching.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_color0, v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/03-raymarch/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/03-raymarch/vs_raymarching.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_color0, a_texcoord0
$output v_color0, v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/04-mesh/fs_mesh.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_pos, v_view, v_normal, v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/04-mesh/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/04-mesh/vs_mesh.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_normal
$output v_pos, v_view, v_normal, v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/05-instancing/fs_instancing.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/05-instancing/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/05-instancing/vs_instancing.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_color0, i_data0, i_data1, i_data2, i_data3, i_data4
$output v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/06-bump/fs_bump.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0 // in...

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/06-bump/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/06-bump/vs_bump.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0
$output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/06-bump/vs_bump_instanced.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_normal, a_tangent, a_texcoord0, i_data0, i_data1, i_data2,
$output v_wpos, v_view, v_normal, v_tangent, v_bitangent, v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/07-callback/fs_callback.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_world, v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/07-callback/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/07-callback/vs_callback.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_color0
$output v_world, v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/08-update/fs_update.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/08-update/fs_update_cmp.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/08-update/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/08-update/vs_update.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_blur.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_bright.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_lum.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_lumavg.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_mesh.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_pos, v_view, v_normal

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_skybox.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/fs_hdr_tonemap.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_blur.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_bright.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_lum.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_lumavg.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_mesh.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_normal
$output v_pos, v_view, v_normal

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_skybox.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/09-hdr/vs_hdr_tonemap.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/16-shadowmaps/vs_shadowmaps_hblur.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_texcoord0
$output v_texcoord0, v_texcoord1, v_texcoord2, v_texcoord3, v_texcoord4

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/17-drawstress/fs_drawstress.sc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$input v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/17-drawstress/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2011-2014 Branimir Karadzic. All rights reserved.
# Copyright 2011-2015 Branimir Karadzic. All rights reserved.
# License: http://www.opensource.org/licenses/BSD-2-Clause
#

Expand Down
2 changes: 1 addition & 1 deletion examples/17-drawstress/vs_drawstress.sc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $input a_position, a_color0
$output v_color0

/*
* Copyright 2011-2014 Branimir Karadzic. All rights reserved.
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/

Expand Down
Loading

0 comments on commit 649d7f7

Please sign in to comment.