Changeset 18 for svnbot/trunk/svnbot.py
- Timestamp:
- Nov 16, 2005, 10:49:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
svnbot/trunk/svnbot.py
r17 r18 1 1 # -*- coding: utf-8 -*- 2 3 # Copyright © 2005, Simon E. Ward 4 # 5 # This file is part of SvnBot. 6 # 7 # SvnBot is free software; you can redistribute it and/or modify it 8 # under the terms of version 2 of the GNU General Public License as 9 # published by the Free Software Foundation. 10 # 11 # SvnBot is distributed in the hope that it will be useful, but 12 # WITHOUT ANY WARRANTY; without even the implied warranty of 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 # General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License 17 # along with SvnBot; if not, write to the Free Software Foundation, 18 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 2 19 3 20 import sys
Note: See TracChangeset
for help on using the changeset viewer.