Skip to content

Commit

Permalink
chore: drop copyright end years
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Apr 27, 2024
1 parent 78d1e24 commit 033f8f6
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgmp -- pgxs-based makefile
#
# Copyright (C) 2011-2020 Daniele Varrazzo
# Copyright (C) 2011 Daniele Varrazzo
#
# This file is part of the PostgreSQL GMP Module
#
Expand Down
2 changes: 1 addition & 1 deletion bench/benchmark.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Script to perform comparisons between pmpz and other data types.
Copyright (C) 2011-2020 - Daniele Varrazzo
Copyright (C) 2011 - Daniele Varrazzo
"""
import sys

Expand Down
2 changes: 1 addition & 1 deletion bench/plot_result.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Plot a result from benchmark.py
Copyright (C) 2011-2020 - Daniele Varrazzo
Copyright (C) 2011 - Daniele Varrazzo
"""
import sys
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Use 'make env' once, then 'make html' to build the HTML documentation.
# You can use PYTHON=python3.6 to use a different Python version to build.
#
# Copyright (C) 2011-2020 Daniele Varrazzo
# Copyright (C) 2011 Daniele Varrazzo

ENV_DIR = $(shell pwd)/env
ENV_BIN = $(ENV_DIR)/bin
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# General information about the project.
project = u'PostgreSQL Multiple Precision Arithmetic'
copyright = u'2011-2020, Daniele Varrazzo'
copyright = u'2011, Daniele Varrazzo'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/lib/issue_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
An interpreted text role to link docs to issues.
:copyright: Copyright 2013-2020 by Daniele Varrazzo.
:copyright: Copyright 2013 by Daniele Varrazzo.
"""

import re
Expand Down
2 changes: 1 addition & 1 deletion sandbox/hello/hello.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* A test program to study the mpz_t structure.
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion sandbox/pi/calc_pi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
A script to calculate pi using parallel PostgreSQL processes.
Copyright (C) 2011-2020 Daniele Varrazzo
Copyright (C) 2011 Daniele Varrazzo
"""

import eventlet
Expand Down
2 changes: 1 addition & 1 deletion sandbox/pi/calc_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# A script to calculate pi using parallel backends
# See calc_pi.py for a more advanced version.
#
# Copyright (C) 2011-2020 Daniele Varrazzo
# Copyright (C) 2011 Daniele Varrazzo

export DBARGS=regression
export NDIGITS=$1
Expand Down
2 changes: 1 addition & 1 deletion sandbox/pi/pi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Reference:
-- https://web.archive.org/web/20111211140154/http://en.literateprograms.org/Pi_with_Machin's_formula_(Python)
--
-- Copyright (C) 2011-2020 Daniele Varrazzo
-- Copyright (C) 2011 Daniele Varrazzo

CREATE FUNCTION arccot(x mpz, unity mpz) RETURNS mpz
LANGUAGE plpgsql IMMUTABLE STRICT
Expand Down
2 changes: 1 addition & 1 deletion sql/pgmp.pysql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pgmp -- Module installation SQL script
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion sql/uninstall_pgmp.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pgmp -- Module uninstall SQL script
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pgmp-impl.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pgmp-impl -- Implementation details
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pgmp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pgmp -- PostgreSQL GMP module
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpq.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpq -- PostgreSQL data type for GMP mpq
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpq.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpq -- PostgreSQL data type for GMP mpq
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpq_agg.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpq_agg -- mpq aggregation functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpq_arith.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpq_arith -- mpq arithmetic functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpq_io.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpq_io -- mpq Input/Output functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz -- PostgreSQL data type for GMP mpz
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz -- PostgreSQL data type for GMP mpz
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_agg.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_agg -- mpz aggregation functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_arith.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_arith -- mpz arithmetic functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_bits.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_bits -- bit manipulation functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_io.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_io -- mpz Input/Output functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_rand.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_rand -- mpz random numbers
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_roots.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_roots -- root extraction functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion src/pmpz_theor.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* pmpz_theor -- number theoretic functions
*
* Copyright (C) 2011-2020 Daniele Varrazzo
* Copyright (C) 2011 Daniele Varrazzo
*
* This file is part of the PostgreSQL GMP Module
*
Expand Down
2 changes: 1 addition & 1 deletion tools/sql2extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
it doesn't know how to deal with.
"""

# Copyright (c) 2011-2020, Daniele Varrazzo <[email protected]>
# Copyright (c) 2011, Daniele Varrazzo <[email protected]>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion tools/unmix.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
``!! PYON`` and ``!! PYOFF`` is executed and the output emitted.
"""

# Copyright (c) 2011-2020, Daniele Varrazzo <[email protected]>
# Copyright (c) 2011, Daniele Varrazzo <[email protected]>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 033f8f6

Please sign in to comment.