diff options
Diffstat (limited to 'examples/pymicko.py')
-rw-r--r-- | examples/pymicko.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pymicko.py b/examples/pymicko.py index d3df6f5..5a79594 100644 --- a/examples/pymicko.py +++ b/examples/pymicko.py @@ -15,7 +15,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-# A copy of the GNU General Public License can be found at <http://www.gnu.org/licenses/>.
+# A copy of the GNU General Public License can be found at <https://www.gnu.org/licenses/>.
from pyparsing import *
from sys import stdin, argv, exit
|