diff mbox series

[71/86] rteval: Replace GPL license notice with SPDX tag in pgsql.h

Message ID 20230809191548.359938-72-ezulian@redhat.com
State Superseded
Headers show
Series Use SPDX-License-Identifier tags | expand

Commit Message

Eder Zulian Aug. 9, 2023, 7:15 p.m. UTC
Replace GPL boilerplate with SPDX-License-Identifier tag in pgsql.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/pgsql.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/server/parser/pgsql.h b/server/parser/pgsql.h
index e122b5e..d8be135 100644
--- a/server/parser/pgsql.h
+++ b/server/parser/pgsql.h
@@ -1,14 +1,7 @@ 
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; version 2.
- *
- * This application is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
  */
 
 /**