From 48e479d39a8e9bfaafe65ab30c6ee0d840bf4a45 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Thu, 30 Jun 2016 18:10:29 -0700 Subject: [PATCH] Updated copyright --- fah/Client.py | 2 +- fah/ClientConfig.py | 2 +- fah/Connection.py | 2 +- fah/FAHControl.glade | 2 +- fah/FAHControl.py | 2 +- fah/Icon.py | 2 +- fah/SlotConfig.py | 2 +- fah/WidgetMap.py | 2 +- fah/__init__.py | 2 +- fah/db/Column.py | 2 +- fah/db/Database.py | 2 +- fah/db/Table.py | 2 +- fah/db/__init__.py | 2 +- fah/util/EntryValidator.py | 2 +- fah/util/OrderedDict.py | 2 +- fah/util/PasswordValidator.py | 2 +- fah/util/SingleApp.py | 2 +- fah/util/__init__.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/fah/Client.py b/fah/Client.py index dabf56c..09d1bce 100644 --- a/fah/Client.py +++ b/fah/Client.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/ClientConfig.py b/fah/ClientConfig.py index dfaaaff..86796ee 100644 --- a/fah/ClientConfig.py +++ b/fah/ClientConfig.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/Connection.py b/fah/Connection.py index 07fb3f6..5a01254 100755 --- a/fah/Connection.py +++ b/fah/Connection.py @@ -1,7 +1,7 @@ #!/usr/bin/env python ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/FAHControl.glade b/fah/FAHControl.glade index 5850c60..246b212 100644 --- a/fah/FAHControl.glade +++ b/fah/FAHControl.glade @@ -108,7 +108,7 @@ True False - Copyright © 2010-2014 Stanford University + Copyright © 2010-2016 Stanford University False diff --git a/fah/FAHControl.py b/fah/FAHControl.py index 5c40bdb..ba23d60 100644 --- a/fah/FAHControl.py +++ b/fah/FAHControl.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/Icon.py b/fah/Icon.py index 8cbee80..b530052 100644 --- a/fah/Icon.py +++ b/fah/Icon.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/SlotConfig.py b/fah/SlotConfig.py index 0e55da3..56f3552 100644 --- a/fah/SlotConfig.py +++ b/fah/SlotConfig.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/WidgetMap.py b/fah/WidgetMap.py index 608be12..a52c5ae 100644 --- a/fah/WidgetMap.py +++ b/fah/WidgetMap.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/__init__.py b/fah/__init__.py index da8e4ef..d159e6b 100644 --- a/fah/__init__.py +++ b/fah/__init__.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/db/Column.py b/fah/db/Column.py index 23ecbb5..788677e 100644 --- a/fah/db/Column.py +++ b/fah/db/Column.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/db/Database.py b/fah/db/Database.py index b0f450f..c586fc2 100644 --- a/fah/db/Database.py +++ b/fah/db/Database.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/db/Table.py b/fah/db/Table.py index 562b448..ebbffc7 100644 --- a/fah/db/Table.py +++ b/fah/db/Table.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/db/__init__.py b/fah/db/__init__.py index 7acf64b..f4f5c53 100644 --- a/fah/db/__init__.py +++ b/fah/db/__init__.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/util/EntryValidator.py b/fah/util/EntryValidator.py index b83247e..848b18d 100644 --- a/fah/util/EntryValidator.py +++ b/fah/util/EntryValidator.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/util/OrderedDict.py b/fah/util/OrderedDict.py index ae6f14b..a6e5022 100644 --- a/fah/util/OrderedDict.py +++ b/fah/util/OrderedDict.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/util/PasswordValidator.py b/fah/util/PasswordValidator.py index 8697224..2e36bc6 100644 --- a/fah/util/PasswordValidator.py +++ b/fah/util/PasswordValidator.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/util/SingleApp.py b/fah/util/SingleApp.py index 9a6e4f8..29d5ead 100644 --- a/fah/util/SingleApp.py +++ b/fah/util/SingleApp.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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 diff --git a/fah/util/__init__.py b/fah/util/__init__.py index caa1b14..709850b 100644 --- a/fah/util/__init__.py +++ b/fah/util/__init__.py @@ -1,6 +1,6 @@ ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2014 Stanford University + 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