diff --git a/examples/01-cubes/makefile b/examples/01-cubes/makefile index 2733e50ca..90c11e950 100644 --- a/examples/01-cubes/makefile +++ b/examples/01-cubes/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/02-metaballs/makefile b/examples/02-metaballs/makefile index f20c508b1..fb5954021 100644 --- a/examples/02-metaballs/makefile +++ b/examples/02-metaballs/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/03-raymarch/makefile b/examples/03-raymarch/makefile index 2733e50ca..90c11e950 100644 --- a/examples/03-raymarch/makefile +++ b/examples/03-raymarch/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/04-mesh/makefile b/examples/04-mesh/makefile index f12c10236..6ff014ef4 100644 --- a/examples/04-mesh/makefile +++ b/examples/04-mesh/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/05-instancing/makefile b/examples/05-instancing/makefile index 2733e50ca..90c11e950 100644 --- a/examples/05-instancing/makefile +++ b/examples/05-instancing/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/06-bump/makefile b/examples/06-bump/makefile index 2733e50ca..90c11e950 100644 --- a/examples/06-bump/makefile +++ b/examples/06-bump/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/07-callback/makefile b/examples/07-callback/makefile index 2733e50ca..90c11e950 100644 --- a/examples/07-callback/makefile +++ b/examples/07-callback/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/08-update/makefile b/examples/08-update/makefile index 2733e50ca..90c11e950 100644 --- a/examples/08-update/makefile +++ b/examples/08-update/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/09-hdr/makefile b/examples/09-hdr/makefile index 2733e50ca..90c11e950 100644 --- a/examples/09-hdr/makefile +++ b/examples/09-hdr/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/17-drawstress/makefile b/examples/17-drawstress/makefile index 63f7d20fa..7a96901a0 100644 --- a/examples/17-drawstress/makefile +++ b/examples/17-drawstress/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/common/entry/entry_ios.mm b/examples/common/entry/entry_ios.mm index 17181e520..62d52b0ae 100644 --- a/examples/common/entry/entry_ios.mm +++ b/examples/common/entry/entry_ios.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/entry/entry_osx.mm b/examples/common/entry/entry_osx.mm index 0489f3ee6..5ef7ba460 100644 --- a/examples/common/entry/entry_osx.mm +++ b/examples/common/entry/entry_osx.mm @@ -1,5 +1,5 @@ /* - * Copyright 2011-2013 Branimir Karadzic. All rights reserved. + * Copyright 2011-2014 Branimir Karadzic. All rights reserved. * License: http://www.opensource.org/licenses/BSD-2-Clause */ diff --git a/examples/common/font/makefile b/examples/common/font/makefile index 61c359c44..d3bc6dd54 100644 --- a/examples/common/font/makefile +++ b/examples/common/font/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/common/imgui/makefile b/examples/common/imgui/makefile index 61c359c44..d3bc6dd54 100644 --- a/examples/common/imgui/makefile +++ b/examples/common/imgui/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/examples/makefile b/examples/makefile index 8497153ef..49c0849be 100644 --- a/examples/makefile +++ b/examples/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause # diff --git a/makefile b/makefile index ac025e72b..6243f6164 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # -# Copyright 2011-2013 Branimir Karadzic. All rights reserved. +# Copyright 2011-2014 Branimir Karadzic. All rights reserved. # License: http://www.opensource.org/licenses/BSD-2-Clause #