projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be4e5d
)
Restore missing line to copyright notice
author
Heikki Linnakangas
Mon, 28 Oct 2024 11:08:43 +0000
(13:08 +0200)
committer
Heikki Linnakangas
Mon, 28 Oct 2024 11:08:43 +0000
(13:08 +0200)
Commit
12c9423832
in May 2003 accidentally removed the last line of
the copyright notice in getopt.c. Put it back.
src/port/getopt.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/getopt.c
b/src/port/getopt.c
index 207c2836d354b9d66413b57a7ae7c632b66b02a9..655fef3b0c771ce4148ebe3e484c0b8d14d671db 100644
(file)
--- a/
src/port/getopt.c
+++ b/
src/port/getopt.c
@@
-26,6
+26,7
@@
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
*/
#include "c.h"