]> gitweb.factorcode.org Git - factor.git/commitdiff
jamshred: add copyright notices
authorAlex Chapman <chapman.alex@gmail.com>
Wed, 23 Jan 2008 04:13:08 +0000 (15:13 +1100)
committerAlex Chapman <chapman.alex@gmail.com>
Wed, 23 Jan 2008 04:13:08 +0000 (15:13 +1100)
extra/jamshred/authors.txt [new file with mode: 0644]
extra/jamshred/game/game.factor
extra/jamshred/gl/gl.factor
extra/jamshred/jamshred.factor
extra/jamshred/oint/oint.factor
extra/jamshred/player/player.factor
extra/jamshred/summary.txt [new file with mode: 0644]
extra/jamshred/tags.txt [new file with mode: 0644]
extra/jamshred/tunnel/tunnel-tests.factor
extra/jamshred/tunnel/tunnel.factor

diff --git a/extra/jamshred/authors.txt b/extra/jamshred/authors.txt
new file mode 100644 (file)
index 0000000..e9c193b
--- /dev/null
@@ -0,0 +1 @@
+Alex Chapman
index fe517d68fdd3ce1e896c05f8ee0ff8ed6089bf98..f82ee91d22dc2271fe81db0edde21c949c8b607a 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: kernel opengl arrays sequences jamshred.tunnel
 jamshred.player math.vectors ;
 IN: jamshred.game
index da38e4339239f5abd004c0b5743ebd5b3030c2ec..85c5a8dbafe2deea87e890a381d98a72b8c1d333 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types colors jamshred.game jamshred.oint
 jamshred.player jamshred.tunnel kernel math math.vectors opengl
 opengl.gl opengl.glu sequences ;
index 36dd0619f0073ac197d6042838f89a98ea85bab8..890a0fe1ec9add02eef23c41a4517eb5e58a79db 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: arrays jamshred.game jamshred.gl kernel math math.constants
 namespaces sequences timers ui ui.gadgets ui.gestures ui.render
 math.vectors ;
index 254be2057a1c1221732d3626cf676933683a859d..bcf4597307c328b6616723080776743eab12e1bf 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: arrays float-arrays kernel math math.constants math.functions math.matrices math.vectors math.quaternions random sequences ;
 IN: jamshred.oint
 
index 4daecf29a2d2af5df01d69d015466044a88864ec..6cc433903e807737d5ac5ee443d78f9f5018f34f 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: colors jamshred.oint jamshred.tunnel kernel
 math math.constants sequences ;
 IN: jamshred.player
diff --git a/extra/jamshred/summary.txt b/extra/jamshred/summary.txt
new file mode 100644 (file)
index 0000000..e26fc1c
--- /dev/null
@@ -0,0 +1 @@
+A simple 3d tunnel racing game
diff --git a/extra/jamshred/tags.txt b/extra/jamshred/tags.txt
new file mode 100644 (file)
index 0000000..8ae5957
--- /dev/null
@@ -0,0 +1,2 @@
+applications
+games
index 2ea8a64bd9fd9de93979ce10e123e06132290312..649a6bada78400ad0dd106e0f0febdc546ab7d09 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: jamshred.oint jamshred.tunnel kernel sequences tools.test ;
 IN: temporary
 
index 4d60a65a4acd6def6f57857f534fb01c9a991195..61fef7959cecb66de74a3b3268fa9cafe6bfc8c7 100755 (executable)
@@ -1,3 +1,5 @@
+! Copyright (C) 2007 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: arrays float-arrays kernel jamshred.oint math math.functions
 math.ranges math.vectors math.constants random sequences vectors ;
 IN: jamshred.tunnel