mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 09:20:29 +00:00
Add copyright notice and CVS header
This commit is contained in:
parent
28038e339f
commit
6a96424e9c
1 changed files with 8 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│
|
||||
│ vi: set noet ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi │
|
||||
╞══════════════════════════════════════════════════════════════════════════════╡
|
||||
│ $OpenBSD: readpassphrase.c,v 1.26 2016/10/18 12:47:18 millert Exp $ │
|
||||
│ │
|
||||
│ Copyright (c) 2000-2002, 2007, 2010 │
|
||||
│ Todd C. Miller <Todd.Miller@courtesan.com> │
|
||||
│ Todd C. Miller <Todd.Miller@courtesan.com> │
|
||||
│ │
|
||||
│ Permission to use, copy, modify, and distribute this software for any │
|
||||
│ purpose with or without fee is hereby granted, provided that the above │
|
||||
|
@ -33,6 +35,11 @@
|
|||
#include "libc/sysv/consts/termios.h"
|
||||
#include "libc/unistd.h"
|
||||
|
||||
__notice(readpassphrase_notice, "\
|
||||
libbsd readpassphrase (ISC)\n\
|
||||
Copyright (c) 2000-2002, 2007, 2010 Todd C. Miller <Todd.Miller@courtesan.com>");
|
||||
// clang-format off
|
||||
|
||||
#ifndef TCSASOFT
|
||||
#define TCSASOFT 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue