istereo

diff src/ES2Renderer.h @ 39:ff055bff6a15

copyright statements and stuff
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 11 Sep 2011 09:03:18 +0300
parents 8dd271942543
children
line diff
     1.1 --- a/src/ES2Renderer.h	Sun Sep 11 05:39:01 2011 +0300
     1.2 +++ b/src/ES2Renderer.h	Sun Sep 11 09:03:18 2011 +0300
     1.3 @@ -1,10 +1,22 @@
     1.4 -//
     1.5 -//  ES2Renderer.h
     1.6 -//  istereo
     1.7 -//
     1.8 -//  Created by nuclear on 9/6/11.
     1.9 -//  Copyright __MyCompanyName__ 2011. All rights reserved.
    1.10 -//
    1.11 +/*
    1.12 +Stereoscopic tunnel for iOS.
    1.13 +Copyright (C) 2011  John Tsiombikas <nuclear@member.fsf.org>
    1.14 +
    1.15 +This program is free software: you can redistribute it and/or modify
    1.16 +it under the terms of the GNU General Public License as published by
    1.17 +the Free Software Foundation, either version 3 of the License, or
    1.18 +(at your option) any later version.
    1.19 +
    1.20 +This program is distributed in the hope that it will be useful,
    1.21 +but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.22 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.23 +GNU General Public License for more details.
    1.24 +
    1.25 +You should have received a copy of the GNU General Public License
    1.26 +along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.27 +*/
    1.28 +
    1.29 +/* XXX this file is mostly generated from Xcode and therefore sucks ass */
    1.30  
    1.31  #import "ESRenderer.h"
    1.32