diff --git a/FAHControl b/FAHControl index 3705dfa..4d1de46 100755 --- a/FAHControl +++ b/FAHControl @@ -1,7 +1,7 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2013 Stanford University + Copyright (C) 2010-2018 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 diff --git a/fah/Connection.py b/fah/Connection.py index 273fe3a..c94b0ab 100755 --- a/fah/Connection.py +++ b/fah/Connection.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ''' Folding@Home Client Control (FAHControl) Copyright (C) 2010-2016 Stanford University