Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
update author email and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Feb 6, 2017
1 parent f08baac commit 8b1486f
Show file tree
Hide file tree
Showing 56 changed files with 104 additions and 546 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2016 Feei. <wufeifei@wufeifei.com> All rights reserved
Copyright (c) 2017 Feei. <feei@feei.cn> All rights reserved

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:

Expand Down
4 changes: 2 additions & 2 deletions app/CommonClass/DataDictClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements data dict
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""

__author__ = "lightless"
Expand Down
4 changes: 2 additions & 2 deletions app/CommonClass/ValidateClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements validate
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
from functools import wraps

Expand Down
4 changes: 2 additions & 2 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
Implements app
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions app/controller/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
External API interface implementation
:doc: http://cobra-docs.readthedocs.io/en/latest/API
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import os
import logging
Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/BackendAPIController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements api
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""

from . import ADMIN_URL
Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/DashboardController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements dashboard controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import time
import datetime
Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/IndexController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements index controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import time
import operator
Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/LanguagesController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements languages controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
from flask import request, jsonify, render_template, redirect

Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/ProjectsController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements projects controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import time

Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/RulesController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements rules controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import datetime

Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/SearchController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements search controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
from flask import request, render_template, jsonify

Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/TasksController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements tasks controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import datetime

Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/VulsController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements vuln controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import time

Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/WhiteListsController.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements whitelist controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import time
import datetime
Expand Down
4 changes: 2 additions & 2 deletions app/controller/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements the backend for controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""


Expand Down
4 changes: 2 additions & 2 deletions app/controller/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements the route for controller
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""
import time
import os
Expand Down
4 changes: 2 additions & 2 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Implements models
:author: Feei <wufeifei#wufeifei.com>
:author: Feei <feei#feei.cn>
:homepage: https://github.com/wufeifei/cobra
:license: MIT, see LICENSE for more details.
:copyright: Copyright (c) 2016 Feei. All rights reserved
:copyright: Copyright (c) 2017 Feei. All rights reserved
"""

import time
Expand Down
2 changes: 1 addition & 1 deletion app/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Cobra is a code static scan system">
<meta name="author" content="Feei <wufeifei@wufeifei.com>">
<meta name="author" content="Feei <feei@feei.cn>">
<title>404 Not Found - Cobra</title>

<!-- Favicon-->
Expand Down
2 changes: 1 addition & 1 deletion app/templates/backend/common/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Feei <wufeifei#wufeifei.com>">
<meta name="author" content="Feei <feei#feei.cn>">
<title>Cobra</title>
<link href="{{ url_for('static', filename='css/toolkit-inverse.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/application.css') }}" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/backend/common/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Feei <wufeifei#wufeifei.com>">
<meta name="author" content="Feei <feei#feei.cn>">
<title>Cobra</title>
<link href="{{ url_for('static', filename='css/toolkit-inverse.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/application.css') }}" rel="stylesheet">
Expand Down
4 changes: 2 additions & 2 deletions app/templates/blank.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Cobra is a code static scan system">
<meta name="author" content="Feei <wufeifei@wufeifei.com>">
<meta name="author" content="Feei <feei@feei.cn>">
<title>Black Page - Cobra</title>

<!-- Favicon-->
Expand Down Expand Up @@ -88,7 +88,7 @@
<div class="row">
<div class="col-md-12">
<div>
<p>Copyright &copy; 2016 Cobra. All Righsts Reserved</p>
<p>Copyright &copy; 2017 Cobra. All Righsts Reserved</p>
</div>
</div>
</div><!-- End row -->
Expand Down
4 changes: 2 additions & 2 deletions app/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="col-md-6">
<div>
<p style="float:left;">
Copyright &copy; 2016 <a href="http://wufeifei.com/cobra" target="_blank">Cobra</a>. All
Copyright &copy; 2017 <a href="http://cobra.feei.cn/cobra" target="_blank">Cobra</a>. All
rights reserved
</p>
</div>
Expand All @@ -13,7 +13,7 @@
<div>
<p style="float:right;">
<a href="https://github.com/wufeifei/cobra" target="_blank">Github</a> -
<a href="http://wufeifei.com/cobra/" target="_blank">About</a>
<a href="http://cobra.feei.cn/" target="_blank">About</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="static code scan">
<meta name="description" content="Cobra is a code static security scan system">
<meta name="author" content="Feei <wufeifei@wufeifei.com>">
<meta name="author" content="Feei <feei@feei.cn>">
<title>Cobra</title>

<!-- Favicon-->
Expand Down
Loading

0 comments on commit 8b1486f

Please sign in to comment.