]> gitweb.factorcode.org Git - factor.git/commitdiff
snake-game.*: fix name in the copyright
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 30 Oct 2016 22:16:13 +0000 (01:16 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 30 Oct 2016 23:10:31 +0000 (16:10 -0700)
extra/snake-game/constants/constants.factor
extra/snake-game/game/game.factor
extra/snake-game/input/input.factor
extra/snake-game/sprites/sprites.factor
extra/snake-game/ui/ui.factor
extra/snake-game/util/util.factor

index b6f6c59c13f9f7fb3c5c64a6cb73c527bc748593..ce742958ce0b23e84eb73f2b3f6353e5c8b674c8 100644 (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
 
index 0a0b4dcfa3acc687e00a9b75d5d47ce2af0c2331..f8f01b89ae1bdddbd80bcac9b1930407cfe64928 100644 (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 ;
index 8f47e2d37996f565cbc3c0d69a94cdbfe5aec6cb..3534ccfbe771876450766fb262bbfd67a728a260 100644 (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
index dec02e78ea07533bd6c8eb3977ef89b236d73c21..cac3e339608e22d3a9ed67e4d6c8caf952ec0e43 100644 (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
index 610c744125c69e3450d6274c2990044a2a069150..cd653454932cd0572e0c83b71f1085a9e78fba0a 100644 (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
index 8aec4118453921f18681d178ce70d531be9de87f..50a64a5965a45af7fc752c1a56ea9cf3b36ff4c9 100644 (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 ;