circular: fix minor typo in copyright url.

db4
John Benediktsson 2012-09-11 10:33:47 -07:00
parent 2282007334
commit 9e18953a5e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Alex Chapman, Daniel Ehrenberg ! Copyright (C) 2005, 2006 Alex Chapman, Daniel Ehrenberg
! See http;//factorcode.org/license.txt for BSD license ! See http://factorcode.org/license.txt for BSD license
USING: arrays kernel tools.test sequences sequences.private USING: arrays kernel tools.test sequences sequences.private
circular strings ; circular strings ;
IN: circular.tests IN: circular.tests

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Alex Chapman, Daniel Ehrenberg ! Copyright (C) 2005, 2006 Alex Chapman, Daniel Ehrenberg
! See http;//factorcode.org/license.txt for BSD license ! See http://factorcode.org/license.txt for BSD license
USING: kernel sequences math sequences.private strings USING: kernel sequences math sequences.private strings
accessors locals fry ; accessors locals fry ;
IN: circular IN: circular

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 Alex Chapman ! Copyright (C) 2008 Alex Chapman
! Copyright (C) 2012 John Benediktsson ! Copyright (C) 2012 John Benediktsson
! See http;//factorcode.org/license.txt for BSD license ! See http://factorcode.org/license.txt for BSD license
USING: accessors circular kernel math sequences sequences.private ; USING: accessors circular kernel math sequences sequences.private ;
IN: sequences.repeating IN: sequences.repeating