Skip to content

Commit

Permalink
Copyright updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Feb 11, 2014
1 parent e9cceff commit 03aaa95
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
#######################################################################
#
# pgAgent - PostgreSQL tools
# Copyright (C) 2002 - 2012, The pgAdmin Development Team
# Copyright (C) 2002 - 2014, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# CMakeLists.txt - CMake build configuration
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
pgAgent

Copyright (c) 2002 - 2012, The pgAdmin Development Team
Copyright (c) 2002 - 2014, 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
Expand Down
10 changes: 10 additions & 0 deletions cmake/MakeExt.cmake
@@ -1,3 +1,13 @@
#######################################################################
#
# pgAgent - PostgreSQL tools
# Copyright (C) 2002 - 2014, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# MakeExt,cmake - Create the PG Extension
#
#######################################################################

FILE(READ sql/pgagent.sql PGAGENT_SQL)
STRING(REPLACE "BEGIN TRANSACTION;" "" PGAGENT_SQL "${PGAGENT_SQL}")
STRING(REPLACE "COMMIT TRANSACTION;" "" PGAGENT_SQL "${PGAGENT_SQL}")
Expand Down
2 changes: 1 addition & 1 deletion connection.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// connection.cpp - database connection
Expand Down
2 changes: 1 addition & 1 deletion include/connection.h
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// connection.h - database connection
Expand Down
2 changes: 1 addition & 1 deletion include/job.h
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// job.h - agent job
Expand Down
2 changes: 1 addition & 1 deletion include/misc.h
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// misc.h - misc functions
Expand Down
2 changes: 1 addition & 1 deletion include/pgAgent.h
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgAgent.h - main include
Expand Down
2 changes: 1 addition & 1 deletion job.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012 The pgAdmin Development Team
// Copyright (C) 2002 - 2014 The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// job.cpp - pgAgent job
Expand Down
2 changes: 1 addition & 1 deletion misc.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012 The pgAdmin Development Team
// Copyright (C) 2002 - 2014 The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// misc.cpp - misc functions
Expand Down
2 changes: 1 addition & 1 deletion pgAgent.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgAgent.cpp - pgAgent main entry
Expand Down
4 changes: 2 additions & 2 deletions pgAgent.rc
@@ -1,8 +1,8 @@
//////////////////////////////////////////////////////////////////////////
//
// pgAgent - PostgreSQL Tools
// $Id$
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
//
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgAgent.rc - win32 Resources
Expand Down
2 changes: 1 addition & 1 deletion pgaevent/CMakeLists.txt
@@ -1,7 +1,7 @@
#######################################################################
#
# pgAgent - PostgreSQL tools
# Copyright (C) 2002 - 2012, The pgAdmin Development Team
# Copyright (C) 2002 - 2014, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# pgaevent/CMakeLists.txt - CMake build configuration
Expand Down
2 changes: 1 addition & 1 deletion pgaevent/pgaevent.c
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgaevent.c - win32 message format dll
Expand Down
2 changes: 1 addition & 1 deletion pgaevent/pgaevent.def
Expand Up @@ -2,7 +2,7 @@
; //
; // pgAgent - PostgreSQL Tools
; //
; // Copyright (C) 2002 - 2012 The pgAdmin Development Team
; // Copyright (C) 2002 - 2014 The pgAdmin Development Team
; // This software is released under the PostgreSQL Licence
; //
; // pgaeventdef - pgaevent.dll exports
Expand Down
2 changes: 1 addition & 1 deletion pgaevent/pgamsgevent.h
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgamsgevent.h - Message id declarations
Expand Down
4 changes: 2 additions & 2 deletions pgaevent/pgamsgevent.rc
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgaevent.rc - win32 Resources
Expand Down Expand Up @@ -31,7 +31,7 @@ BEGIN
VALUE "FileVersion", "3.2.1", "\0"
VALUE "File Version", "3.2.1", "\0"
VALUE "FileDescription", "pgaevent - pgAgent Event Log Message DLL", "\0"
VALUE "LegalCopyright", "\251 2002 - 2012, The pgAdmin Development Team", "\0"
VALUE "LegalCopyright", "\251 2002 - 2014, The pgAdmin Development Team", "\0"
VALUE "LegalTrademarks", "This software is released under the PostgreSQL Licence.", "\0"
VALUE "InternalName", "pgaevent", "\0"
VALUE "OriginalFilename","pgaevent.dll", "\0"
Expand Down
2 changes: 1 addition & 1 deletion precomp.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// precomp.cpp - pgAgent precompiled headers
Expand Down
10 changes: 10 additions & 0 deletions sql/pgagent--unpackaged--3.3.0.sql
@@ -1,3 +1,13 @@
/*
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2014 The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgagent--unpackaged--3.0.0.sql - Convert pgAgent existing tables and functions to an extension
//
*/

\echo Use "CREATE EXTENSION pgagent FROM unpackaged" to load this file. \quit

ALTER EXTENSION pgagent ADD TABLE pgagent.pga_jobagent;
Expand Down
2 changes: 1 addition & 1 deletion sql/pgagent.sql
@@ -1,7 +1,7 @@
/*
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012 The pgAdmin Development Team
// Copyright (C) 2002 - 2014 The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgagent.sql - pgAgent tables and functions
Expand Down
2 changes: 1 addition & 1 deletion sql/pgagent_upgrade.sql
@@ -1,7 +1,7 @@
/*
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012 The pgAdmin Development Team
// Copyright (C) 2002 - 2014 The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgagent_upgrade.sql - Upgrade pgAgent tables and functions
Expand Down
2 changes: 1 addition & 1 deletion unix.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012, The pgAdmin Development Team
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// unix.cpp - pgAgent unix specific functions
Expand Down
2 changes: 1 addition & 1 deletion win32.cpp
Expand Up @@ -2,7 +2,7 @@
//
// pgAgent - PostgreSQL Tools
//
// Copyright (C) 2002 - 2012 The pgAdmin Development Team
// Copyright (C) 2002 - 2014 The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// win32.cpp - pgAgent win32 specific functions
Expand Down

0 comments on commit 03aaa95

Please sign in to comment.