re-license to MIT
This commit is contained in:
parent
560e73cc0a
commit
4f03b3faf9
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2012-2013 Martin Zimmermann.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
@ -1,22 +1,27 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2012, Martin Zimmermann <info@posativ.org>.
|
# The MIT License (MIT)
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Copyright (c) 2012-2013 Martin Zimmermann.
|
||||||
# modification, are permitted provided that the following conditions are met:
|
|
||||||
#
|
#
|
||||||
# 1. Redistributions of source code must retain the above copyright notice,
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# this list of conditions and the following disclaimer.
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
# in the Software without restriction, including without limitation the rights
|
||||||
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
# copies of the Software, and to permit persons to whom the Software is
|
||||||
|
# furnished to do so, subject to the following conditions:
|
||||||
#
|
#
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
# The above copyright notice and this permission notice shall be included in
|
||||||
# notice, this list of conditions and the following disclaimer in the
|
# all copies or substantial portions of the Software.
|
||||||
# documentation and/or other materials provided with the distribution.
|
|
||||||
#
|
#
|
||||||
# The views and conclusions contained in the software and documentation are
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
# those of the authors and should not be interpreted as representing official
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
# policies, either expressed or implied, of Martin Zimmermann <info@posativ.org>.
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
# THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# Isso – a lightweight Disqus alternative
|
# Isso – a lightweight Disqus alternative
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2012, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
|
||||||
# License: BSD Style, 2 clauses. see isso/__init__.py
|
|
||||||
#
|
|
||||||
# TODO
|
# TODO
|
||||||
#
|
#
|
||||||
# - export does not include website from commenters
|
# - export does not include website from commenters
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
|
||||||
# Copyright 2012, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
|
||||||
# License: BSD Style, 2 clauses. see isso/__init__.py
|
|
||||||
|
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
|
||||||
# Copyright 2012, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
|
||||||
# License: BSD Style, 2 clauses. see isso/__init__.py
|
|
||||||
|
|
||||||
from os.path import join, dirname
|
from os.path import join, dirname
|
||||||
|
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
|
||||||
# Copyright 2012, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
|
||||||
# License: BSD Style, 2 clauses. see isso/__init__.py
|
|
||||||
|
|
||||||
import cgi
|
import cgi
|
||||||
import json
|
import json
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
|
||||||
class SubURI(object):
|
class SubURI(object):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user