Observe precedence set by Phillippe Charnier in adding an

rcsid.
This commit is contained in:
Steve Price 1997-08-07 22:28:25 +00:00
parent 9d19feb501
commit febad2fcf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27967
9 changed files with 48 additions and 27 deletions

View File

@ -32,13 +32,15 @@
* 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.
*
* from: @(#)cmp.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
"$Id: cmp.c,v 1.6 1997/02/22 14:03:53 peter Exp $";
"$Id: cmp.c,v 1.7 1997/08/07 15:33:45 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,16 +32,21 @@
* 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.
*
* from: @(#)ls.c 8.5 (Berkeley) 4/2/94
*/
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1989, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94";
#else
static const char rcsid[] =
"$Id: ls.c,v 1.14 1997/03/28 15:24:23 imp Exp $";
"$Id: ls.c,v 1.15 1997/08/07 15:33:47 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,13 +32,15 @@
* 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.
*
* from: @(#)print.c 8.4 (Berkeley) 4/17/94";
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94";
#else
static const char rcsid[] =
"$Id: print.c,v 1.12 1997/02/22 14:04:01 peter Exp $";
"$Id: print.c,v 1.13 1997/08/07 15:33:48 steve Exp $";
#endif
#endif /* not lint */
#include <sys/param.h>

View File

@ -29,13 +29,15 @@
* 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.
*
* from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
"$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $";
"$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,13 +32,15 @@
* 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.
*
* from: @(#)util.c 8.3 (Berkeley) 4/2/94
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94";
#else
static const char rcsid[] =
"$Id: util.c,v 1.9 1997/03/26 17:48:40 obrien Exp $";
"$Id: util.c,v 1.10 1997/08/07 15:33:50 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -29,13 +29,15 @@
* 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.
*
* from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
"$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $";
"$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -29,13 +29,15 @@
* 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.
*
* from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
"$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $";
"$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -29,13 +29,15 @@
* 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.
*
* from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
"$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $";
"$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>

View File

@ -29,13 +29,15 @@
* 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.
*
* from: @(#)stat_flags.c 8.1 (Berkeley) 5/31/93
*/
#ifndef lint
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93";
#else
static const char rcsid[] =
"$Id: stat_flags.c,v 1.6 1997/06/02 06:24:50 julian Exp $";
"$Id: stat_flags.c,v 1.7 1997/08/07 15:33:49 steve Exp $";
#endif
#endif /* not lint */
#include <sys/types.h>