]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/alien/cxx/demangle/libstdcxx/libstdcxx.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / alien / cxx / demangle / libstdcxx / libstdcxx.factor
index 3487423504eb7ff8056c97123a5de011bc346568..e32f1ad034f8ad1c596a9aaa6c8f165c0453fb0c 100644 (file)
@@ -1,4 +1,5 @@
-! (c)2010 Joe Groff bsd license
+! Copyright (C) 2010 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.data alien.destructors alien.strings
 alien.syntax combinators destructors io.encodings.ascii kernel
 libc locals sequences ;