Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
747fd5a8
Commit
747fd5a8
authored
Jun 04, 2015
by
Alexander Wiebel
Browse files
[STYLE
#42
] fixed cryptic copyright message
parent
0dc76b39
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
src/modules/arbitraryPlane/shaders/WMArbitraryPlane-fragment.glsl
...les/arbitraryPlane/shaders/WMArbitraryPlane-fragment.glsl
+1
-1
src/modules/superquadricGlyphs/shaders/WMSuperquadricGlyphs-fragment.glsl
...rquadricGlyphs/shaders/WMSuperquadricGlyphs-fragment.glsl
+1
-1
src/modules/superquadricGlyphs/shaders/WMSuperquadricGlyphs-varyings.glsl
...rquadricGlyphs/shaders/WMSuperquadricGlyphs-varyings.glsl
+1
-1
src/modules/superquadricGlyphs/shaders/WMSuperquadricGlyphs-vertex.glsl
...perquadricGlyphs/shaders/WMSuperquadricGlyphs-vertex.glsl
+1
-1
src/modules/surfaceIllustrator/shaders/WMSurfaceIllustrator-fragment.glsl
...aceIllustrator/shaders/WMSurfaceIllustrator-fragment.glsl
+1
-1
src/modules/surfaceIllustrator/shaders/WMSurfaceIllustrator-vertex.glsl
...rfaceIllustrator/shaders/WMSurfaceIllustrator-vertex.glsl
+1
-1
src/modules/teemGlyphs/shaders/WMTeemGlyphs-fragment.glsl
src/modules/teemGlyphs/shaders/WMTeemGlyphs-fragment.glsl
+1
-1
src/modules/teemGlyphs/shaders/WMTeemGlyphs-vertex.glsl
src/modules/teemGlyphs/shaders/WMTeemGlyphs-vertex.glsl
+1
-1
src/modules/triangleMeshRenderer/shaders/WMTriangleMeshRenderer-fragment.glsl
...MeshRenderer/shaders/WMTriangleMeshRenderer-fragment.glsl
+1
-1
src/modules/triangleMeshRenderer/shaders/WMTriangleMeshRenderer-vertex.glsl
...leMeshRenderer/shaders/WMTriangleMeshRenderer-vertex.glsl
+1
-1
No files found.
src/modules/arbitraryPlane/shaders/WMArbitraryPlane-fragment.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/superquadricGlyphs/shaders/WMSuperquadricGlyphs-fragment.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/superquadricGlyphs/shaders/WMSuperquadricGlyphs-varyings.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/superquadricGlyphs/shaders/WMSuperquadricGlyphs-vertex.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/surfaceIllustrator/shaders/WMSurfaceIllustrator-fragment.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/surfaceIllustrator/shaders/WMSurfaceIllustrator-vertex.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/teemGlyphs/shaders/WMTeemGlyphs-fragment.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/teemGlyphs/shaders/WMTeemGlyphs-vertex.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/triangleMeshRenderer/shaders/WMTriangleMeshRenderer-fragment.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/triangleMeshRenderer/shaders/WMTriangleMeshRenderer-vertex.glsl
View file @
747fd5a8
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 2009 OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 2009 OpenWalnut Community, BSV
@Uni
-Leipzig and CNCF
@MPI
-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment