snake-game.*: fix name in the copyright

char-rename
Alexander Iljin 2016-10-31 01:16:13 +03:00 committed by John Benediktsson
parent 1fbd1d6c7b
commit 3579ffac4d
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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 ;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 ;