diff --git a/README b/README index 9863e1830..7b9fa2f24 100644 --- a/README +++ b/README @@ -11,8 +11,8 @@ Architecture ------------ pgAdmin 4 is being written as a web application in Python, using jQuery and -Backbone for the client side processing and UI. On the server side, CherryPy is -being considered. +Bootstrap for the client side processing and UI. On the server side, Flask is +being utilised. Although developed using web technologies, we intend for pgAdmin 4 to be usable either on a web server using a browser, or standalone on a workstation. The diff --git a/web/pgadmin/test/hooks.py b/web/pgadmin/test/hooks.py index 5bb319d72..ba8f9a8d1 100644 --- a/web/pgadmin/test/hooks.py +++ b/web/pgadmin/test/hooks.py @@ -2,7 +2,7 @@ # # pgAdmin 4 - PostgreSQL Tools # -# Copyright (C) 2013 - 2014, The pgAdmin Development Team +# Copyright (C) 2013 - 2015, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # ########################################################################## diff --git a/web/pgadmin/test/views.py b/web/pgadmin/test/views.py index e57c10afc..01088d50a 100644 --- a/web/pgadmin/test/views.py +++ b/web/pgadmin/test/views.py @@ -2,7 +2,7 @@ # # pgAdmin 4 - PostgreSQL Tools # -# Copyright (C) 2013 - 2014, The pgAdmin Development Team +# Copyright (C) 2013 - 2015, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # ##########################################################################