Skip to content

Commit

Permalink
Copyright notice updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Jul 19, 2024
1 parent 97fd914 commit a2c7ff7
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## interpreter plugin, and a set of functions that form an SQL interface
## to the PL/pgSQL debugger.
##
## Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
## Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
##
## Licensed under the Artistic License v2.0, see
## https://opensource.org/licenses/artistic-license-2.0
Expand Down
2 changes: 1 addition & 1 deletion dbgcomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* This file contains some helper functions for the proxy - target
* communication.
* Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
* Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license-2.0
Expand Down
2 changes: 1 addition & 1 deletion dbgcomm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file defines the functions used to establish connections between
* the debugging proxy and target backend.
*
* Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
* Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license-2.0
Expand Down
2 changes: 1 addition & 1 deletion globalbp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file defines the (shared-memory) structures used by the PL debugger
* to keep track of global breakpoints.
*
* Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
* Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license-2.0
Expand Down
9 changes: 9 additions & 0 deletions pldbgapi--1.0--1.1.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-- pldbgapi--1.0--1.1.sql
-- This script upgrades the API from version 1.0 to 1.1.
--
-- Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
--
-- Licensed under the Artistic License v2.0, see
-- https://opensource.org/licenses/artistic-license-2.0
-- for full details

DO $do$

declare
Expand Down
4 changes: 2 additions & 2 deletions pldbgapi--1.1.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- pldbg.sql
-- pldbgapi--1.1.sql
-- This script creates the data types and functions defined by the PL debugger API
--
-- Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
-- Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
--
-- Licensed under the Artistic License v2.0, see
-- https://opensource.org/licenses/artistic-license-2.0
Expand Down
9 changes: 9 additions & 0 deletions pldbgapi--unpackaged--1.1.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-- pldbgapi--unpackaged--1.1.sql
-- This script converts an existing API installation to an extension.
--
-- Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
--
-- Licensed under the Artistic License v2.0, see
-- https://opensource.org/licenses/artistic-license-2.0
-- for full details

ALTER EXTENSION pldbgapi ADD TYPE breakpoint;
ALTER EXTENSION pldbgapi ADD TYPE frame;

Expand Down
2 changes: 1 addition & 1 deletion pldbgapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
* likely to encounter an error when you call pldbg_continue() and the
* target process runs to completion (without hitting another breakpoint)
*
* Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
* Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license-2.0
Expand Down
12 changes: 12 additions & 0 deletions pldebugger.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
* pldebugger.h -
*
* Main debugger header
*
* Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license-2.0
* for full details
*/

#ifndef PLDEBUGGER_H
#define PLDEBUGGER_H

Expand Down
12 changes: 12 additions & 0 deletions pldebugger.proj
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!--
Visual Studio project for pl/debugger.
See settings.projinc for configurable options.
Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
Licensed under the Artistic License v2.0, see
https://opensource.org/licenses/artistic-license-2.0
for full details
-->

<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="all">

Expand Down
2 changes: 1 addition & 1 deletion plugin_debugger.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**********************************************************************
* plugin_debugger.c - Language-independent parts of debugger
*
* Copyright (c) 2004-2018 EnterpriseDB Corporation. All Rights Reserved.
* Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
*
* Licensed under the Artistic License v2.0, see
* https://opensource.org/licenses/artistic-license-2.0
Expand Down
10 changes: 8 additions & 2 deletions settings.projinc
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="all">
<!--
Project level settings.
Can be overridden on the commandline by things like:
msbuild /p:PGPATH=C:\postgresql-8.3.0

Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.

Licensed under the Artistic License v2.0, see
https://opensource.org/licenses/artistic-license-2.0
for full details
-->

<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="all">
<PropertyGroup>

<!-- Debug build? -->
Expand Down
7 changes: 7 additions & 0 deletions uninstall_pldbgapi.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- uninstall_pldbgapi.sql
--
-- This script uninstalls the PL/PGSQL debugger API.
--
Expand All @@ -6,6 +7,12 @@
-- DROP EXTENSION command. This is still needed to uninstall on older
-- versions, however.
--
-- Copyright (c) 2004-2024 EnterpriseDB Corporation. All Rights Reserved.
--
-- Licensed under the Artistic License v2.0, see
-- https://opensource.org/licenses/artistic-license-2.0
-- for full details


DROP FUNCTION pldbg_get_target_info(TEXT, "char");
DROP FUNCTION pldbg_wait_for_target(INTEGER);
Expand Down

0 comments on commit a2c7ff7

Please sign in to comment.