snake-game.*: fix name in the copyright
parent
1fbd1d6c7b
commit
3579ffac4d
|
@ -1,4 +1,4 @@
|
|||
! Copyright (C) 2015 Your name.
|
||||
! Copyright (C) 2015 Sankaranarayanan Viswanathan.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
IN: snake-game.constants
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Copyright (C) 2015 Your name.
|
||||
! Copyright (C) 2015 Sankaranarayanan Viswanathan.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays combinators kernel make math random
|
||||
sequences sets snake-game.constants snake-game.util sorting ;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Copyright (C) 2015 Your name.
|
||||
! Copyright (C) 2015 Sankaranarayanan Viswanathan.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs sets snake-game.constants ;
|
||||
IN: snake-game.input
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Copyright (C) 2015 Your name.
|
||||
! Copyright (C) 2015 Sankaranarayanan Viswanathan.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs byte-vectors formatting fry
|
||||
images images.loader kernel locals make math math.vectors
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Copyright (C) 2015 Your name.
|
||||
! Copyright (C) 2015 Sankaranarayanan Viswanathan.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs calendar combinators destructors
|
||||
formatting kernel make math namespaces opengl opengl.textures
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
! Copyright (C) 2015 Your name.
|
||||
! Copyright (C) 2015 Sankaranarayanan Viswanathan.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays assocs combinators kernel math sequences
|
||||
snake-game.constants ;
|
||||
|
|
Loading…
Reference in New Issue