circular: fix minor typo in copyright url.
							parent
							
								
									2282007334
								
							
						
					
					
						commit
						9e18953a5e
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue