Copyright updates for 2016.

pull/3/head
Dave Page 2016-01-18 14:48:14 +00:00
parent 8f146ebb4c
commit 694506453b
30 changed files with 50 additions and 31 deletions

View File

@ -1,6 +1,6 @@
pgAdmin 4 pgAdmin 4
Copyright (c) 2013, The pgAdmin Development Team Copyright (c) 2013 - 2016, The pgAdmin Development Team
Permission to use, copy, modify, and distribute this software and its Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement is documentation for any purpose, without fee, and without a written agreement is

View File

@ -4,7 +4,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
# config.py - Core application configuration settings # config.py - Core application configuration settings
@ -32,7 +32,7 @@ APP_REVISION = 0
APP_SUFFIX = 'dev' APP_SUFFIX = 'dev'
# Copyright string for display in the app # Copyright string for display in the app
APP_COPYRIGHT = 'Copyright 2014 - 2015, The pgAdmin Development Team' APP_COPYRIGHT = 'Copyright 2013 - 2016, The pgAdmin Development Team'
# Path to the online help. # Path to the online help.
HELP_PATH = '../../../docs/en_US/_build/html/' HELP_PATH = '../../../docs/en_US/_build/html/'

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
from abc import ABCMeta, abstractmethod, abstractproperty from abc import ABCMeta, abstractmethod, abstractproperty
from pgadmin import current_blueprint from pgadmin import current_blueprint
from pgadmin.utils import PgAdminModule from pgadmin.utils import PgAdminModule

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
import json import json
from abc import ABCMeta, abstractmethod, abstractproperty from abc import ABCMeta, abstractmethod, abstractproperty
from flask import render_template, request, make_response, jsonify, \ from flask import render_template, request, make_response, jsonify, \

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
from flask.ext.babel import gettext from flask.ext.babel import gettext
from pgadmin.browser.server_groups.servers.types import ServerType from pgadmin.browser.server_groups.servers.types import ServerType

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
import six import six
from abc import ABCMeta, abstractmethod, abstractproperty from abc import ABCMeta, abstractmethod, abstractproperty
from flask import render_template from flask import render_template

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
######################################################################### #########################################################################
"""This File Provides Cryptography.""" """This File Provides Cryptography."""
from Crypto.Cipher import AES from Crypto.Cipher import AES

View File

@ -1,3 +1,12 @@
##########################################################################
#
# pgAdmin 4 - PostgreSQL Tools
#
# Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
##########################################################################
from flask import current_app from flask import current_app
from .registry import DriverRegistry from .registry import DriverRegistry

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
from abc import ABCMeta, abstractmethod, abstractproperty from abc import ABCMeta, abstractmethod, abstractproperty
from flask import session from flask import session
from .registry import DriverRegistry from .registry import DriverRegistry

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
from datetime import datetime from datetime import datetime
import psycopg2 import psycopg2

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
# This allows us to generate to keywords.py for PostgreSQL for used by # This allows us to generate to keywords.py for PostgreSQL for used by
@ -12,6 +12,7 @@
# pg_config executable in the PATH. # pg_config executable in the PATH.
# #
########################################################################## ##########################################################################
import re import re
import os import os
@ -25,7 +26,7 @@ if __name__ == '__main__':
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
# ScanKeyword function for PostgreSQL 9.5rc1 # ScanKeyword function for PostgreSQL 9.5rc1
def ScanKeyword(key): def ScanKeyword(key):

View File

@ -2,10 +2,11 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################
from abc import ABCMeta from abc import ABCMeta
from flask.ext.babel import gettext from flask.ext.babel import gettext

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################

View File

@ -2,7 +2,7 @@
# #
# pgAdmin 4 - PostgreSQL Tools # pgAdmin 4 - PostgreSQL Tools
# #
# Copyright (C) 2013 - 2015, The pgAdmin Development Team # Copyright (C) 2013 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence # This software is released under the PostgreSQL Licence
# #
########################################################################## ##########################################################################