]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/util/util.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / gpu / util / util.factor
index aa98afb5024d3a9e8869705bb6b912903b96a92e..0542051ec70adcb347f43a7d55cf079a10b4613f 100644 (file)
@@ -1,4 +1,5 @@
-! (c)2009 Joe Groff bsd license
+! Copyright (C) 2009 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: arrays destructors gpu.buffers gpu.framebuffers gpu.render
 gpu.shaders gpu.state gpu.textures images kernel locals math
 math.rectangles opengl.gl sequences specialized-arrays ;