From b974c2145bd96b5382776cbe9d39bcb820de1d58 Mon Sep 17 00:00:00 2001 From: lazarus-bart Date: Sat, 4 Jan 2020 15:24:53 +0000 Subject: [PATCH] Sudoku: add comment about original import in lazarus-ccr, so this can more easily be foud back for those interested. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7225 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/sudoku/sudokumain.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/sudoku/sudokumain.pas b/applications/sudoku/sudokumain.pas index cc530a66d..d261306d1 100644 --- a/applications/sudoku/sudokumain.pas +++ b/applications/sudoku/sudokumain.pas @@ -4,6 +4,9 @@ unit sudokumain; *************************************************************************** * Copyright (C) 2006 Matthijs Willemstein * * * + * Note: the original code by Matthijs was checked in as revision 7217 * + * in Lazarus-CCR subversion repository * + * * * This source is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or *