From 22bb889f7080d5a2596df2276ccbdb1ace1e4673 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 28 Oct 2024 13:08:43 +0200 Subject: [PATCH] Restore missing line to copyright notice Commit 12c9423832 in May 2003 accidentally removed the last line of the copyright notice in getopt.c. Put it back. --- src/port/getopt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/port/getopt.c b/src/port/getopt.c index 207c2836d35..655fef3b0c7 100644 --- 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" -- 2.39.5