Revision: 76364
http://sourceforge.net/p/brlcad/code/76364
Author: starseeker
Date: 2020-07-17 17:36:47 +0000 (Fri, 17 Jul 2020)
Log Message:
-----------
Add license header to glm files
Modified Paths:
--------------
brlcad/branches/bioh/src/qged/display/glm/glm/common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/_features.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/_fixes.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/_noise.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle_func.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/_vectorize.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_vector_relational.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/glm.cpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/qualifier.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/setup.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_float.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_half.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_quat.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/exponential.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_clip_space.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float3x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float3x2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float3x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float3x3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float3x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float3x4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float4x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float4x2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float4x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float4x3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float4x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float4x4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int2x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int2x2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int2x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int2x3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int2x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int2x4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int3x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int3x2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int3x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int3x3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int3x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int3x4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int4x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int4x2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int4x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int4x3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int4x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_int4x4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_projection.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_relational.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_transform.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint2x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint2x2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint2x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint2x3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint2x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint2x4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint3x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint3x2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint3x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint3x3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint3x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint3x4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint4x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint4x2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint4x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint4x3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint4x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_uint4x4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_double.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_double_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_exponential.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_float.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_float_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_geometric.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_relational.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_transform.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/quaternion_trigonometric.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_constants.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_int_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_integer.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_packing.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_relational.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_uint_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/scalar_ulp.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool1_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_bool4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double1_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_double4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float1_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float2_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float3_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_float4_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int1_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_int4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_integer.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_packing.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_relational.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint1_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint2_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint3_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_uint4_sized.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext/vector_ulp.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/ext.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/fwd.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/geometric.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/glm.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/bitfield.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/color_space.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/constants.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/epsilon.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/integer.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/matrix_access.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/matrix_integer.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/matrix_inverse.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/matrix_transform.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/noise.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/packing.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/quaternion.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/random.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/reciprocal.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/round.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/type_aligned.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/type_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/type_ptr.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/ulp.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtc/vec1.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/associated_min_max.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/bit.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/closest_point.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/color_encoding.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/color_space.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/color_space_YCoCg.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/common.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/compatibility.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/component_wise.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/dual_quaternion.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/easing.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/euler_angles.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/extend.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/extended_min_max.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/exterior_product.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/fast_exponential.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/fast_square_root.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/fast_trigonometry.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/functions.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/gradient_paint.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/handed_coordinate_space.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/hash.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/integer.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/intersect.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/io.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/log_base.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_cross_product.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_decompose.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_factorisation.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_interpolation.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_major_storage.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_operation.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_query.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/matrix_transform_2d.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/mixed_product.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/norm.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/normal.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/normalize_dot.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/number_precision.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/optimum_pow.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/orthonormalize.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/perpendicular.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/polar_coordinates.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/projection.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/quaternion.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/range.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/raw_data.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/rotate_normalized_axis.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/rotate_vector.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/scalar_multiplication.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/scalar_relational.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/spline.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/std_based_type.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/string_cast.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/texture.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/transform.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/transform2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/type_aligned.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/type_trait.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/vec_swizzle.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/vector_angle.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/vector_query.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/gtx/wrap.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/integer.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat2x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat2x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat2x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat3x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat3x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat3x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat4x2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat4x3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/mat4x4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/matrix.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/packing.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/simd/common.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/exponential.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/geometric.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/integer.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/matrix.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/neon.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/packing.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/platform.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/trigonometric.h
brlcad/branches/bioh/src/qged/display/glm/glm/simd/vector_relational.h
brlcad/branches/bioh/src/qged/display/glm/glm/trigonometric.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/vec2.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/vec3.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/vec4.hpp
brlcad/branches/bioh/src/qged/display/glm/glm/vector_relational.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/common.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/common.hpp 2020-07-17
17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/common.hpp 2020-07-17
17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/common.hpp
///
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/_features.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/_features.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/_features.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
// #define GLM_CXX98_EXCEPTIONS
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/_fixes.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/_fixes.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/_fixes.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#include <cmath>
//! Workaround for compatibility with other libraries
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/_noise.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/_noise.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/_noise.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
#include "../common.hpp"
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
namespace glm{
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle_func.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle_func.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/_swizzle_func.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
#define GLM_SWIZZLE_GEN_VEC2_ENTRY(T, P, CONST, A, B) \
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/_vectorize.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/_vectorize.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/_vectorize.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
namespace glm{
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_common.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_common.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_common.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
#include "setup.hpp"
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_vector_relational.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_vector_relational.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/detail/compute_vector_relational.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
//#include "compute_common.hpp"
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/glm.cpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/glm.cpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/glm.cpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/glm.cpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/qualifier.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/qualifier.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/qualifier.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
#include "setup.hpp"
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/setup.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/setup.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/setup.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#ifndef GLM_SETUP_INCLUDED
#include <cassert>
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_float.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_float.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_float.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
#include "setup.hpp"
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_half.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_half.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_half.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
#pragma once
#include "setup.hpp"
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat2x2.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat2x3.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat2x4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat2x4.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat3x2.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat3x3.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat3x4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat3x4.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat4x2.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat4x3.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_mat4x4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_mat4x4.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_quat.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_quat.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_quat.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_quat.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec1.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec1.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec1.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_vec1.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_vec2.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_vec3.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/detail/type_vec4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/detail/type_vec4.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/exponential.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/exponential.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/exponential.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/exponential.hpp
///
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_clip_space.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_clip_space.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_clip_space.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref ext_matrix_clip_space
/// @file glm/ext/matrix_clip_space.hpp
///
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_common.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_common.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_common.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref ext_matrix_common
/// @file glm/ext/matrix_common.hpp
///
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double2x2.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x2_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double2x2_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double2x3.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x3_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double2x3_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double2x4.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double2x4_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double2x4_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double3x2.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x2_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double3x2_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double3x3.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x3_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double3x3_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double3x4.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double3x4_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double3x4_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double4x2.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x2_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double4x2_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double4x3.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x3_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double4x3_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double4x4.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_double4x4_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_double4x4_precision.hpp
Modified: brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2.hpp
===================================================================
--- brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++ brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - 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
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
/// @ref core
/// @file glm/ext/matrix_float2x2.hpp
Modified:
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2_precision.hpp
===================================================================
---
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2_precision.hpp
2020-07-17 17:25:45 UTC (rev 76363)
+++
brlcad/branches/bioh/src/qged/display/glm/glm/ext/matrix_float2x2_precision.hpp
2020-07-17 17:36:47 UTC (rev 76364)
@@ -1,3 +1,34 @@
+/*
+ * OpenGL Mathematics (GLM)
+ *
--------------------------------------------------------------------------------
+ * GLM is licensed under The Happy Bunny License or MIT License
+ *
+ * BRL-CAD will use glm under the standard MIT license
+ *
+ *
================================================================================
+ * The MIT License
+ *
--------------------------------------------------------------------------------
+ * Copyright (c) 2005 - G-Truc Creation
+ *
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits