remove author names in file headers

This commit is contained in:
selim mustafaev 2015-07-26 14:14:48 +03:00
parent 6d279358ab
commit 71cc39a922
17 changed files with 0 additions and 68 deletions

View File

@ -1,7 +1,3 @@
//
// Created by selim on 02.07.15.
//
#include "AudioPlayer.h" #include "AudioPlayer.h"
#include "WavSource.h" #include "WavSource.h"

View File

@ -1,7 +1,3 @@
//
// Created by selim on 02.07.15.
//
#ifndef GLTEST_AUDIOPLAYER_H #ifndef GLTEST_AUDIOPLAYER_H
#define GLTEST_AUDIOPLAYER_H #define GLTEST_AUDIOPLAYER_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 02.07.15.
//
#ifndef GLTEST_ISNDSOURCE_H #ifndef GLTEST_ISNDSOURCE_H
#define GLTEST_ISNDSOURCE_H #define GLTEST_ISNDSOURCE_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 02.07.15.
//
#include <iostream> #include <iostream>
#include <stdexcept> #include <stdexcept>
#include "WavSource.h" #include "WavSource.h"

View File

@ -1,7 +1,3 @@
//
// Created by selim on 02.07.15.
//
#ifndef GLTEST_WAVSOURCE_H #ifndef GLTEST_WAVSOURCE_H
#define GLTEST_WAVSOURCE_H #define GLTEST_WAVSOURCE_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 31.05.15.
//
#include "GLObject.h" #include "GLObject.h"
#include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/matrix_transform.hpp>

View File

@ -1,7 +1,3 @@
//
// Created by selim on 31.05.15.
//
#ifndef GLTEST_GLOBJECT_H #ifndef GLTEST_GLOBJECT_H
#define GLTEST_GLOBJECT_H #define GLTEST_GLOBJECT_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 31.05.15.
//
#ifndef GLTEST_IGLOBJECT_H #ifndef GLTEST_IGLOBJECT_H
#define GLTEST_IGLOBJECT_H #define GLTEST_IGLOBJECT_H

View File

@ -1,7 +1,3 @@
//
// Created by Selim Mustafaev on 10.05.15.
//
#include "Mesh.h" #include "Mesh.h"
#include <glm/gtc/type_ptr.hpp> #include <glm/gtc/type_ptr.hpp>

View File

@ -1,7 +1,3 @@
//
// Created by Selim Mustafaev on 10.05.15.
//
#ifndef GLTEST_MESH_H #ifndef GLTEST_MESH_H
#define GLTEST_MESH_H #define GLTEST_MESH_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 07.07.15.
//
#include "SpectralMesh.h" #include "SpectralMesh.h"
#include <string.h> #include <string.h>
#include <iostream> #include <iostream>

View File

@ -1,7 +1,3 @@
//
// Created by selim on 07.07.15.
//
#ifndef GLTEST_SPECTRALMESH_H #ifndef GLTEST_SPECTRALMESH_H
#define GLTEST_SPECTRALMESH_H #define GLTEST_SPECTRALMESH_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 31.05.15.
//
#include "WaveMesh.h" #include "WaveMesh.h"
float WaveMesh::heightMapFunc(std::size_t nx, std::size_t ny, float fx, float fy) const { float WaveMesh::heightMapFunc(std::size_t nx, std::size_t ny, float fx, float fy) const {

View File

@ -1,7 +1,3 @@
//
// Created by selim on 31.05.15.
//
#ifndef GLTEST_WAVEMESH_H #ifndef GLTEST_WAVEMESH_H
#define GLTEST_WAVEMESH_H #define GLTEST_WAVEMESH_H

View File

@ -1,7 +1,3 @@
//
// Created by selim on 31.05.15.
//
#ifndef GLTEST_VERTEX_H #ifndef GLTEST_VERTEX_H
#define GLTEST_VERTEX_H #define GLTEST_VERTEX_H

View File

@ -1,7 +1,3 @@
//
// Created by Selim Mustafaev on 07.05.15.
//
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
#include "ShaderProgram.h" #include "ShaderProgram.h"

View File

@ -1,7 +1,3 @@
//
// Created by Selim Mustafaev on 07.05.15.
//
#ifndef GLTEST_SHADERPROGRAM_H #ifndef GLTEST_SHADERPROGRAM_H
#define GLTEST_SHADERPROGRAM_H #define GLTEST_SHADERPROGRAM_H