]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.gvn: fix copyrights
authorAlex Vondrak <ajvondrak@csupomona.edu>
Thu, 8 Sep 2011 16:57:40 +0000 (09:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Sep 2012 22:14:11 +0000 (15:14 -0700)
extra/compiler/cfg/gvn/alien/alien.factor
extra/compiler/cfg/gvn/comparisons/comparisons.factor
extra/compiler/cfg/gvn/expressions/expressions.factor
extra/compiler/cfg/gvn/graph/graph.factor
extra/compiler/cfg/gvn/gvn.factor
extra/compiler/cfg/gvn/math/math.factor
extra/compiler/cfg/gvn/misc/misc.factor
extra/compiler/cfg/gvn/simd/simd.factor
extra/compiler/cfg/gvn/slots/slots.factor
extra/compiler/cfg/gvn/testing/testing.factor

index 5e4edfe305bdd9910baa07c36e10c1f3ea566b39..a83fc13000fd638325b99553c33455e3f5be05c3 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2010 Slava Pestov.
+! Copyright (C) 2010 Slava Pestov, 2011 Alex Vondrak
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators combinators.short-circuit fry
 kernel make math namespaces sequences
index 3b86a0159315d2f390c861f5639df031406f1c5b..254edb1327c03fe97e2c99af2dda22df5149a271 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2010 Slava Pestov.
+! Copyright (C) 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators kernel math math.order namespaces
 sequences vectors combinators.short-circuit
index 52b813012b422b4f96ca04643f143deaeb8e09ee..62a061499e75840d35c427d15bde9de44313c435 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2008, 2010 Slava Pestov.
+! Copyright (C) 2008, 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: assocs accessors arrays classes classes.algebra
 combinators fry generic.parser kernel math namespaces
index 54ad5023362608d4619c67757540fb411ff1705a..76f4bedbfc4c715ed8be84b98f2e43815ab496df 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2008, 2010 Slava Pestov.
+! Copyright (C) 2008, 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel math namespaces assocs ;
 IN: compiler.cfg.gvn.graph
index 40281d0299b244f88e9f804c7721c7fade7dcda3..ef449ce4591208ce275eecec2121600347d238ff 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2008, 2010 Slava Pestov.
+! Copyright (C) 2008, 2010 Slava Pestov, 2011 Alex Vondrak
 ! See http://factorcode.org/license.txt for BSD license.
 USING: namespaces arrays assocs hashtables kernel accessors fry
 grouping sorting sets sequences locals
index 0b6f4291dc1e657900640d7286dea1d4115bb935..56bfb2da2f1a1e5f2a1f2dc1d598da3fb6bde10e 100644 (file)
@@ -1,7 +1,8 @@
-! Copyright (C) 2010 Slava Pestov.
+! Copyright (C) 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators combinators.short-circuit
-cpu.architecture fry kernel layouts locals make math sequences
+cpu.architecture fry kernel layouts locals make math namespaces
+sequences
 compiler.cfg.instructions
 compiler.cfg.registers
 compiler.cfg.utilities
index 965334f22dff5f069faa8226cec9d3775a16e4bf..c55778799ce2558c166d08877f22a8ffa69ebfcd 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs cpu.architecture grouping kernel
-sequences
+USING: accessors cpu.architecture kernel
 compiler.cfg.instructions
 compiler.cfg.utilities
 compiler.cfg.gvn.graph
index ce7eb0779dfde0a686fa814a8be431fb1a413529..36c63e65f64758bf50e0e7f3f4d27999c9092b7a 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2008, 2010 Slava Pestov.
+! Copyright (C) 2008, 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators combinators.short-circuit arrays
 fry kernel layouts math namespaces sequences cpu.architecture
index d4ae555c04d930c2bc16251eadddbb9dcd7826f6..afd2ab89e5f70f68adac02743de96ab1665d19d3 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2010 Slava Pestov.
+! Copyright (C) 2010 Slava Pestov, 2011 Alex Vondrak.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators.short-circuit cpu.architecture fry
 kernel math
index c434236d5566057ecd5d8913d142c407043532d7..b459546c51667ef56c84c7b3335c08b9084e3e58 100644 (file)
@@ -1,5 +1,5 @@
-! Copyright (C) 2011 Alex Vondrak.  See
-! http://factorcode.org/license.txt for BSD license.
+! Copyright (C) 2011 Alex Vondrak.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs compiler.cfg compiler.cfg.graphviz
 compiler.cfg.gvn compiler.cfg.gvn.expressions
 compiler.cfg.gvn.graph compiler.cfg.optimizer continuations