Update copyright
This commit is contained in:
parent
eafc04165e
commit
85bb67a838
|
@ -0,0 +1,16 @@
|
||||||
|
Folding@Home Client Control (FAHControl)
|
||||||
|
Copyright (C) 2016-2020 foldingathome.org
|
||||||
|
Copyright (C) 2010-2016 Stanford University
|
||||||
|
|
||||||
|
This program 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 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
'''
|
'''
|
||||||
Folding@Home Client Control (FAHControl)
|
Folding@Home Client Control (FAHControl)
|
||||||
Copyright (C) 2010-2018 Stanford University
|
Copyright (C) 2010-2020 foldingathome.org
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@ Upstream-Name: fahcontrol
|
||||||
Source: https://github.com/FoldingAtHome/fah-control/
|
Source: https://github.com/FoldingAtHome/fah-control/
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2010-2018 foldingathome.org
|
Copyright: 2010-2020 foldingathome.org
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import traceback
|
import traceback
|
||||||
import time
|
import time
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import gtk
|
import gtk
|
||||||
|
|
|
@ -1,21 +1,25 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
'''
|
|
||||||
Folding@Home Client Control (FAHControl)
|
|
||||||
Copyright (C) 2010-2016 Stanford University
|
|
||||||
|
|
||||||
This program 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 3 of the License, or
|
# Folding@Home Client Control (FAHControl) #
|
||||||
(at your option) any later version.
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
This program is distributed in the hope that it will be useful,
|
# #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# it under the terms of the GNU General Public License as published by #
|
||||||
GNU General Public License for more details.
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
You should have received a copy of the GNU General Public License
|
# #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# This program is distributed in the hope that it will be useful, #
|
||||||
'''
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import select
|
import select
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTIULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
37
fah/Icon.py
37
fah/Icon.py
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
import gobject
|
import gobject
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# fah
|
# fah
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
class Column:
|
class Column:
|
||||||
def __init__(self, name, dbType, constraits, auto = False):
|
def __init__(self, name, dbType, constraits, auto = False):
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
from fah.db import Column, Table
|
from fah.db import Column, Table
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
from fah.db import Column
|
from fah.db import Column
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
# fah.db
|
# fah.db
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
from UserDict import DictMixin
|
from UserDict import DictMixin
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,24 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
|
# #
|
||||||
|
# This program 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 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# This program is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
This program 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 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
'''
|
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,23 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
This program is free software: you can redistribute it and/or modify
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
it under the terms of the GNU General Public License as published by
|
# #
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
(at your option) any later version.
|
# it under the terms of the GNU General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
This program is distributed in the hope that it will be useful,
|
# (at your option) any later version. #
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# This program is distributed in the hope that it will be useful, #
|
||||||
GNU General Public License for more details.
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
You should have received a copy of the GNU General Public License
|
# GNU General Public License for more details. #
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# #
|
||||||
'''
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import socket
|
import socket
|
||||||
|
|
|
@ -1,20 +1,24 @@
|
||||||
'''
|
################################################################################
|
||||||
Folding@Home Client Control (FAHControl)
|
# #
|
||||||
Copyright (C) 2010-2016 Stanford University
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
|
# #
|
||||||
|
# This program 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 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# This program is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
This program 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 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
'''
|
|
||||||
|
|
||||||
# fah.util
|
# fah.util
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,3 +1,24 @@
|
||||||
|
################################################################################
|
||||||
|
# #
|
||||||
|
# Folding@Home Client Control (FAHControl) #
|
||||||
|
# Copyright (C) 2016-2020 foldingathome.org #
|
||||||
|
# Copyright (C) 2010-2016 Stanford University #
|
||||||
|
# #
|
||||||
|
# This program 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 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# This program is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU General Public License #
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
################################################################################
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
import gobject
|
import gobject
|
||||||
import pango
|
import pango
|
||||||
|
|
Loading…
Reference in New Issue