~greg-hellings/web2py/html-py-fix

« back to all changes in this revision

Viewing changes to gluon/myregex.py

  • Committer: Massimo Di Pierro
  • Date: 2010-12-21 23:49:58 UTC
  • Revision ID: mdipierro@massimo-di-pierros-macbook-2.local-20101221234958-f38ko18sk2rj2qi1
Changed the license to LGPLv3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# -*- coding: utf-8 -*-
3
3
 
4
4
"""
5
 
This file is part of web2py Web Framework (Copyrighted, 2007-2010).
6
 
Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu>.
7
 
License: GPL v2
 
5
This file is part of the web2py Web Framework
 
6
Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu>
 
7
License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)
8
8
"""
9
9
 
10
10
import re