From 7475df0f6af9f84310552873f1cc78c5cc6d28a0 Mon Sep 17 00:00:00 2001 From: Hongyuan Ma Date: Mon, 28 May 2018 22:10:08 +0800 Subject: [PATCH] update .gitignore --- LICENCE | 38 +++++++++---------- client/perffarm-client.py | 0 front-end/src/page/{Home => home}/index.jsx | 0 front-end/src/page/{Home => home}/index.scss | 0 .../src/page/{Status => status}/index.jsx | 0 .../src/page/{Status => status}/index.scss | 0 web/manage.py | 0 web/static/js/plugins.js | 0 8 files changed, 19 insertions(+), 19 deletions(-) mode change 100755 => 100644 client/perffarm-client.py rename front-end/src/page/{Home => home}/index.jsx (100%) rename front-end/src/page/{Home => home}/index.scss (100%) rename front-end/src/page/{Status => status}/index.jsx (100%) rename front-end/src/page/{Status => status}/index.scss (100%) mode change 100755 => 100644 web/manage.py mode change 100755 => 100644 web/static/js/plugins.js diff --git a/LICENCE b/LICENCE index 8864204..71de7ad 100644 --- a/LICENCE +++ b/LICENCE @@ -1,19 +1,19 @@ -pgAdmin 4 - -Copyright (c) 2013 - 2016, The pgAdmin Development Team - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose, without fee, and without a written agreement is -hereby granted, provided that the above copyright notice and this paragraph and -the following two paragraphs appear in all copies. - -IN NO EVENT SHALL THE PGADMIN DEVELOPMENT TEAM BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST -PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF -THE PGADMIN DEVELOPMENT TEAM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -THE PGADMIN DEVELOPMENT TEAM SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND -THE PGADMIN DEVELOPMENT TEAM HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, -UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +pgAdmin 4 + +Copyright (c) 2013 - 2016, The pgAdmin Development Team + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose, without fee, and without a written agreement is +hereby granted, provided that the above copyright notice and this paragraph and +the following two paragraphs appear in all copies. + +IN NO EVENT SHALL THE PGADMIN DEVELOPMENT TEAM BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST +PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF +THE PGADMIN DEVELOPMENT TEAM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +THE PGADMIN DEVELOPMENT TEAM SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND +THE PGADMIN DEVELOPMENT TEAM HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, +UPDATES, ENHANCEMENTS, OR MODIFICATIONS. diff --git a/client/perffarm-client.py b/client/perffarm-client.py old mode 100755 new mode 100644 diff --git a/front-end/src/page/Home/index.jsx b/front-end/src/page/home/index.jsx similarity index 100% rename from front-end/src/page/Home/index.jsx rename to front-end/src/page/home/index.jsx diff --git a/front-end/src/page/Home/index.scss b/front-end/src/page/home/index.scss similarity index 100% rename from front-end/src/page/Home/index.scss rename to front-end/src/page/home/index.scss diff --git a/front-end/src/page/Status/index.jsx b/front-end/src/page/status/index.jsx similarity index 100% rename from front-end/src/page/Status/index.jsx rename to front-end/src/page/status/index.jsx diff --git a/front-end/src/page/Status/index.scss b/front-end/src/page/status/index.scss similarity index 100% rename from front-end/src/page/Status/index.scss rename to front-end/src/page/status/index.scss diff --git a/web/manage.py b/web/manage.py old mode 100755 new mode 100644 diff --git a/web/static/js/plugins.js b/web/static/js/plugins.js old mode 100755 new mode 100644 -- 2.39.5