summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2024-10-28 11:08:43 +0000
committerHeikki Linnakangas2024-10-28 11:08:43 +0000
commit22bb889f7080d5a2596df2276ccbdb1ace1e4673 (patch)
treeee06b3c1e70642f33b5a2e391d716e2833c74453
parent9be4e5d293b554d8a0800790c57fc707a3b5cf0f (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.c1
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"