1 | $Id: README 795 2009-06-30 03:57:27Z peter $ |
---|
2 | |
---|
3 | This directory contains files that belong to the yat project. For more |
---|
4 | information on the yat project please refer to |
---|
5 | http://dev.thep.lu.se/yat. |
---|
6 | |
---|
7 | Developers may update to the latest revision of yat via `make |
---|
8 | fetch'. Be careful doing this and particularly in sensitive branches |
---|
9 | such as a stable-branch. All files are left pristine except |
---|
10 | `Exception.h' that is modified to avoid a dependency to GSL. |
---|
11 | |
---|
12 | How to add a new file from yat? Add the file to 'noinst_HEADERS' or |
---|
13 | 'libyat_a_SOURCES' as appropriate. Check that file only includes |
---|
14 | standard header files and yat header files already present here. Issue |
---|
15 | 'make fecth' and set svndigest:ignore="" and svn:keywords="". The |
---|
16 | latter is to clarify that the 'Id' string that appears in the file |
---|
17 | contains information related to the yat repository and not svndigest |
---|
18 | repository. |
---|
19 | |
---|
20 | |
---|
21 | Copyright (C) 2009 Peter Johansson |
---|
22 | |
---|
23 | This file is part of svndigest, http://dev.thep.lu.se/svndigest |
---|
24 | |
---|
25 | svndigest is free software; you can redistribute it and/or modify it |
---|
26 | under the terms of the GNU General Public License as published by |
---|
27 | the Free Software Foundation; either version 3 of the License, or |
---|
28 | (at your option) any later version. |
---|
29 | |
---|
30 | svndigest is distributed in the hope that it will be useful, but |
---|
31 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
32 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
33 | General Public License for more details. |
---|
34 | |
---|
35 | You should have received a copy of the GNU General Public License |
---|
36 | along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
---|