1: <?php
2: /**
3: * Cvs quick log class.
4: *
5: * Provides information for the most recent log entry of a file.
6: *
7: * Copyright 2011-2012 Horde LLC (http://www.horde.org/)
8: *
9: * See the enclosed file COPYING for license information (LGPL). If you
10: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
11: *
12: * @author Jan Schneider <jan@horde.org>
13: * @package Vcs
14: */
15: class Horde_Vcs_QuickLog_Cvs extends Horde_Vcs_QuickLog_Rcs
16: {
17: }
18: