Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Nov 10, 2019
1 parent 909b274 commit b33e59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qweborf/qweborf/qweborf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Weborf
# Copyright (C) 2010 Salvo "LtWorf" Tomaselli
# Copyright (C) 2010-2019 Salvo "LtWorf" Tomaselli
#
# Weborf is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -96,7 +96,7 @@ def stop_sharing(self):

def about(self):

self.logger('<hr><strong>Qweborf 0.15</strong>')
self.logger('<hr><strong>Qweborf 0.16</strong>')
self.logger('This program comes with ABSOLUTELY NO WARRANTY.'
' This is free software, and you are welcome to redistribute it under certain conditions.'
' For details see the <a href="http://www.gnu.org/licenses/gpl.html">GPLv3 Licese</a>.')
Expand Down

0 comments on commit b33e59b

Please sign in to comment.