Skip to content

Commit

Permalink
Remove ok v1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumukh committed Dec 30, 2015
1 parent 8d236c9 commit 0579c76
Show file tree
Hide file tree
Showing 252 changed files with 24 additions and 35,703 deletions.
7 changes: 4 additions & 3 deletions .coveragerc
@@ -1,9 +1,10 @@
[run]
branch = True
include = server/app/*
include = server/*
omit =
*__init__.py

*static*
*templates*
# GCS API wrapper
*cloudstorage*

Expand All @@ -25,7 +26,7 @@ exclude_lines =
if 0:
if __name__ == .__main__.:

ignore_errors = True
ignore_errors = False

[html]
directory = coverage_report
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -13,7 +13,6 @@ env

# Don't store secret keys in version control
secret_keys.py
gaenv/

# pip-related files
*.egg-info
Expand Down
5 changes: 0 additions & 5 deletions .pylintrc

This file was deleted.

18 changes: 17 additions & 1 deletion LICENSE
Expand Up @@ -198,4 +198,20 @@ Apache License
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

Bootstrapy License
------------------

Copyright (c) Kiran Gangadharan, 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. 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 HOLDER 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.

Flask Foundation License
------------------------

Copyright (c) 2013 Jack Stouffer 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. 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 HOLDER 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.
8 changes: 0 additions & 8 deletions activate_server.sh

This file was deleted.

1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

22 changes: 0 additions & 22 deletions docs/api.rst

This file was deleted.

0 comments on commit 0579c76

Please sign in to comment.