diff --git a/LICENSE b/LICENSE index 6572aa7..14ecd56 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 by Ben Kurtovic +Copyright (c) 2011-2012 Ben Kurtovic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/musicquizzer.py b/musicquizzer.py index 40f2a97..c1a9e2c 100644 --- a/musicquizzer.py +++ b/musicquizzer.py @@ -20,7 +20,7 @@ from tkFont import Font from urllib import urlretrieve __author__ = "Ben Kurtovic" -__copyright__ = "Copyright (c) 2011 by Ben Kurtovic" +__copyright__ = "Copyright (c) 2011-2012 Ben Kurtovic" __license__ = "MIT License" __version__ = "0.1.2" __email__ = "ben.kurtovic@verizon.net"