[pgAdmin] [RM#3831] Utility script to update copyright information

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin] [RM#3831] Utility script to update copyright information
Date: 2018-12-19 14:32:53
Message-ID: CAKKotZQb_2b_ONtgGcdFsqN+o8sQoX4Yd86o9DiBESR61iMoqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the utility script which will allow us to update the copyright
information in one shot.

*Usage:*
python copyright_updater.py <year to find> <year to replace with>
python copyright_updater.py 2018 2019

Please review.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
copyright_updater.diff application/octet-stream 2.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-19 15:26:14 Re: [pgAdmin] [RM#3831] Utility script to update copyright information
Previous Message Akshay Joshi 2018-12-19 12:32:14 pgAdmin 4 commit: Fix an issue when user define Cast from smallint->tex