일단 커밋. 오랫동안 커밋을 안해서 꼬였다.
리팩토리 중.
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
python-sqlparse is written and maintained by Andi Albrecht <albrecht.andi@gmail.com>.
|
||||
|
||||
This module contains code (namely the lexer and filter mechanism) from
|
||||
the pygments project that was written by Georg Brandl.
|
||||
|
||||
This module contains code (Python 2/3 compatibility) from the six
|
||||
project: https://bitbucket.org/gutworth/six.
|
||||
|
||||
Alphabetical list of contributors:
|
||||
* Adam Greenhall <agreenhall@lyft.com>
|
||||
* Adam Johnson <me@adamj.eu>
|
||||
* Aki Ariga <chezou+github@gmail.com>
|
||||
* Alexander Beedie <ayembee@gmail.com>
|
||||
* Alexey Malyshev <nostrict@gmail.com>
|
||||
* ali-tny <aliteeney@googlemail.com>
|
||||
* andrew deryabin <github@djsf.com>
|
||||
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
|
||||
* atronah <atronah.ds@gmail.com>
|
||||
* casey <casey@cloudera.com>
|
||||
* Cauê Beloni <cbeloni@gmail.com>
|
||||
* Christian Clauss <cclauss@me.com>
|
||||
* circld <circld1@gmail.com>
|
||||
* Corey Zumar <corey.zumar@databricks.com>
|
||||
* Cristian Orellana <cristiano@groupon.com>
|
||||
* Dag Wieers <dag@wieers.com>
|
||||
* Daniel Harding <dharding@living180.net>
|
||||
* Darik Gamble <darik.gamble@gmail.com>
|
||||
* Demetrio92 <Demetrio.Rodriguez.T@gmail.com>
|
||||
* Dennis Taylor <dennis.taylor@clio.com>
|
||||
* Dvořák Václav <Vaclav.Dvorak@ysoft.com>
|
||||
* Erik Cederstrand <erik@adamatics.com>
|
||||
* Florian Bauer <florian.bauer@zmdi.com>
|
||||
* Fredy Wijaya <fredy.wijaya@gmail.com>
|
||||
* Gavin Wahl <gwahl@fusionbox.com>
|
||||
* Georg Traar <georg@crate.io>
|
||||
* griff <70294474+griffatrasgo@users.noreply.github.com>
|
||||
* Hugo van Kemenade <hugovk@users.noreply.github.com>
|
||||
* hurcy <cinyoung.hur@gmail.com>
|
||||
* Ian Robertson <ian.robertson@capitalone.com>
|
||||
* Igor Khrol <igor.khrol@automattic.com>
|
||||
* JacekPliszka <Jacek.Pliszka@gmail.com>
|
||||
* JavierPan <PeterSandwich@users.noreply.github.com>
|
||||
* Jean-Martin Archer <jm@jmartin.ca>
|
||||
* Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
|
||||
* Johannes Hoff <johshoff@gmail.com>
|
||||
* John Bodley <john.bodley@airbnb.com>
|
||||
* Jon Dufresne <jon.dufresne@gmail.com>
|
||||
* Josh Soref <jsoref@users.noreply.github.com>
|
||||
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
|
||||
* koljonen <koljonen@outlook.com>
|
||||
* Likai Liu <liulk@likai.org>
|
||||
* Long Le Xich <codenamelxl@users.noreply.github.com>
|
||||
* mathilde.oustlant <mathilde.oustlant@ext.cdiscount.com>
|
||||
* Michael Schuller <chick@mschuller.net>
|
||||
* Mike Amy <cocoade@googlemail.com>
|
||||
* mulos <daniel.strackbein@gmail.com>
|
||||
* Oleg Broytman <phd@phdru.name>
|
||||
* osmnv <80402144+osmnv@users.noreply.github.com>
|
||||
* Patrick Schemitz <patrick.schemitz@digitalbriefkasten.de>
|
||||
* Pi Delport <pjdelport@gmail.com>
|
||||
* Prudhvi Vatala <pvatala@gmail.com>
|
||||
* quest <quest@wonky.windwards.net>
|
||||
* Robert Nix <com.github@rnix.org>
|
||||
* Rocky Meza <rmeza@fusionbox.com>
|
||||
* Romain Rigaux <romain.rigaux@gmail.com>
|
||||
* Rowan Seymour <rowanseymour@gmail.com>
|
||||
* Ryan Wooden <rygwdn@gmail.com>
|
||||
* saaj <id@saaj.me>
|
||||
* Shen Longxing <shenlongxing2012@gmail.com>
|
||||
* Simon Heisterkamp <she@delegate.dk>
|
||||
* Sjoerd Job Postmus
|
||||
* Soloman Weng <soloman1124@gmail.com>
|
||||
* spigwitmer <itgpmc@gmail.com>
|
||||
* Tao Wang <twang2218@gmail.com>
|
||||
* Tenghuan <tenghuanhe@gmail.com>
|
||||
* Tim Graham <timograham@gmail.com>
|
||||
* Victor Hahn <info@victor-hahn.de>
|
||||
* Victor Uriarte <vmuriart@gmail.com>
|
||||
* Ville Skyttä <ville.skytta@iki.fi>
|
||||
* vthriller <farreva232@yandex.ru>
|
||||
* wayne.wuw <wayne.wuw@alibaba-inc.com>
|
||||
* Will Jones <willjones127@gmail.com>
|
||||
* William Ivanski <william.ivanski@gmail.com>
|
||||
* Yago Riveiro <yago.riveiro@gmail.com>
|
||||
* Zi-Xuan Fu <r33s3n6@gmail.com>
|
||||
@@ -0,0 +1,25 @@
|
||||
Copyright (c) 2016, Andi Albrecht <albrecht.andi@gmail.com>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
* Neither the name of the authors nor the names of its contributors may be
|
||||
used to endorse or promote products derived from this software without
|
||||
specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
||||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
Reference in New Issue
Block a user