]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/buffers/buffers.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / gpu / buffers / buffers.factor
index 1d10fc478f4826f6ef22bc95b369c8c19db99c2a..c03dcea011da4389b9952f1a32da1fb0f8ae58ca 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: accessors alien alien.c-types alien.data arrays byte-arrays
 combinators destructors gpu kernel locals math opengl opengl.gl
 typed ui.gadgets.worlds variants ;