diff --git a/copying.txt b/copying.txt index 9c8fbf98..058348f1 100644 --- a/copying.txt +++ b/copying.txt @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2005 - 2010 G-Truc Creation +Copyright (c) 2005 - 2011 G-Truc Creation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/coreModules.doxy b/doc/coreModules.doxy index 1b90e3df..1961ff71 100644 --- a/doc/coreModules.doxy +++ b/doc/coreModules.doxy @@ -27,7 +27,7 @@ **/ /*! - \defgroup core_precision Precision Types + \defgroup core_precision Precision types \brief Non-GLSL types that are used to define precision-based types. @@ -44,7 +44,7 @@ **/ /*! - \defgroup core_template Template Types + \defgroup core_template Template types \brief The generic template types used as the basis for the core types. diff --git a/glm/glm.hpp b/glm/glm.hpp index 37bd2250..a587e78c 100644 --- a/glm/glm.hpp +++ b/glm/glm.hpp @@ -45,7 +45,7 @@ namespace glm bool main_core(); }//namespace test - //! GLM core. Namespace that includes all the feature define by GLSL 1.30.8 specification. This namespace is included in glm namespace. + //! GLM core. Namespace that includes all the feature define by GLSL 4.10.6 specification. This namespace is included in glm namespace. namespace core { //! Scalar, vectors and matrices