diff options
author | Heikki Linnakangas | 2024-10-28 11:08:43 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2024-10-28 11:08:43 +0000 |
commit | 22bb889f7080d5a2596df2276ccbdb1ace1e4673 (patch) | |
tree | ee06b3c1e70642f33b5a2e391d716e2833c74453 | |
parent | 9be4e5d293b554d8a0800790c57fc707a3b5cf0f (diff) |
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.
-rw-r--r-- | src/port/getopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |