@@ -41,4 +41,34 @@ paper.loadTheme(path, 'en', function (err) {
4141
4242 reply(html);
4343});
44- ```
44+ ```
45+
46+ #### License
47+
48+ Copyright (c) 2015-2016, Bigcommerce Inc.
49+ All rights reserved.
50+
51+ Redistribution and use in source and binary forms, with or without
52+ modification, are permitted provided that the following conditions are met:
53+ 1 . Redistributions of source code must retain the above copyright
54+ notice, this list of conditions and the following disclaimer.
55+ 2 . Redistributions in binary form must reproduce the above copyright
56+ notice, this list of conditions and the following disclaimer in the
57+ documentation and/or other materials provided with the distribution.
58+ 3 . All advertising materials mentioning features or use of this software
59+ must display the following acknowledgement:
60+ This product includes software developed by Bigcommerce Inc.
61+ 4 . Neither the name of Bigcommerce Inc. nor the
62+ names of its contributors may be used to endorse or promote products
63+ derived from this software without specific prior written permission.
64+
65+ THIS SOFTWARE IS PROVIDED BY BIGCOMMERCE INC ''AS IS'' AND ANY
66+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
67+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
68+ DISCLAIMED. IN NO EVENT SHALL BIGCOMMERCE INC BE LIABLE FOR ANY
69+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
70+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
71+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
72+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
73+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
74+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments