Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/cca/diff/ef8839e99f34/state.py
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 11:23:08 2014
Кодировка:
cca: state.py diff

cca

diff state.py @ 105:ef8839e99f34

Adding GPLv2
author darkhan
date Sat, 18 Dec 2010 13:58:03 +0300
parents 7eeedb501691
children
line diff
     1.1 --- a/state.py	Wed Dec 15 22:39:49 2010 +0300
     1.2 +++ b/state.py	Sat Dec 18 13:58:03 2010 +0300
     1.3 @@ -1,3 +1,22 @@
     1.4 +"""Copyright 2010 Aydarkhanov Ruslan, Kurochkin Ilya, Rusinov Ivan
     1.5 +
     1.6 +This file is part of Foobar.
     1.7 +
     1.8 +Foobar is free software: you can redistribute it and/or modify it under
     1.9 +the terms of the GNU General Public License as published
    1.10 +by the Free Software Foundation, either version 2 of the License,
    1.11 +or (at your option) any later version.
    1.12 +
    1.13 +Foobar is distributed in the hope that it will be useful,
    1.14 +but WITHOUT ANY WARRANTY; without even the implied warranty
    1.15 +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    1.16 +See the GNU General Public License for more details.
    1.17 +
    1.18 +You should have received a copy of the GNU General Public License
    1.19 +along with Foobar. If not, see http://www.gnu.org/licenses/.
    1.20 +"""
    1.21 +
    1.22 +
    1.23  class State(object):
    1.24  
    1.25  	def __init__(self, name, symbol, color, key, nums):