diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2009-04-26 14:17:46 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2009-04-26 14:17:46 +0000 |
commit | 28220e748f718756fd97330f36e696dec1c415d3 (patch) | |
tree | 64a23320fc67ade13b245fa848c59494bba68df0 /usr.bin/file | |
parent | 104f201e18b98d1cf0dd00365556b2eaa90ff1f1 (diff) |
add missing $OpenBSD$ tags
ok ian@
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/elfclass.h | 1 | ||||
-rw-r--r-- | usr.bin/file/file_opts.h | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/clarion | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/efi | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/erlang | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/fortran | 2 | ||||
-rw-r--r-- | usr.bin/file/magdir/gnome-keyring | 2 | ||||
-rw-r--r-- | usr.bin/file/magdir/gnumeric | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/inform | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/kde | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/llvm | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/lua | 2 | ||||
-rw-r--r-- | usr.bin/file/magdir/luks | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/mathcad | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/mercurial | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/mozilla | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/netware | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/ole2compounddocs | 1 | ||||
-rw-r--r-- | usr.bin/file/magdir/securitycerts | 2 | ||||
-rw-r--r-- | usr.bin/file/magdir/xilinx | 1 |
20 files changed, 24 insertions, 0 deletions
diff --git a/usr.bin/file/elfclass.h b/usr.bin/file/elfclass.h index 7f6d8adce6d..87c9813b43b 100644 --- a/usr.bin/file/elfclass.h +++ b/usr.bin/file/elfclass.h @@ -1,3 +1,4 @@ +/* $OpenBSD: elfclass.h,v 1.2 2009/04/26 14:17:45 chl Exp $ */ /* * Copyright (c) Christos Zoulas 2008. * All Rights Reserved. diff --git a/usr.bin/file/file_opts.h b/usr.bin/file/file_opts.h index 46bc08ae4b4..593bc2f7661 100644 --- a/usr.bin/file/file_opts.h +++ b/usr.bin/file/file_opts.h @@ -1,3 +1,4 @@ +/* $OpenBSD: file_opts.h,v 1.2 2009/04/26 14:17:45 chl Exp $ */ /* * Table of command-line options * diff --git a/usr.bin/file/magdir/clarion b/usr.bin/file/magdir/clarion index 5f5f6e75613..21cc2261d70 100644 --- a/usr.bin/file/magdir/clarion +++ b/usr.bin/file/magdir/clarion @@ -1,3 +1,4 @@ +# $OpenBSD: clarion,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # clarion: file(1) magic for # Clarion Personal/Professional Developer diff --git a/usr.bin/file/magdir/efi b/usr.bin/file/magdir/efi index 4eec2eb9377..1290d9873ae 100644 --- a/usr.bin/file/magdir/efi +++ b/usr.bin/file/magdir/efi @@ -1,3 +1,4 @@ +# $OpenBSD: efi,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # efi: file(1) magic for Universal EFI binaries diff --git a/usr.bin/file/magdir/erlang b/usr.bin/file/magdir/erlang index 59f55ecb31b..f977d8a3d3d 100644 --- a/usr.bin/file/magdir/erlang +++ b/usr.bin/file/magdir/erlang @@ -1,3 +1,4 @@ +# $OpenBSD: erlang,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # erlang: file(1) magic for Erlang JAM and BEAM files diff --git a/usr.bin/file/magdir/fortran b/usr.bin/file/magdir/fortran index 3e490333e18..9d03360d0c6 100644 --- a/usr.bin/file/magdir/fortran +++ b/usr.bin/file/magdir/fortran @@ -1,3 +1,5 @@ +# $OpenBSD: fortran,v 1.2 2009/04/26 14:17:45 chl Exp $ + # FORTRAN source 0 string/c c\ FORTRAN program !:mime text/x-fortran diff --git a/usr.bin/file/magdir/gnome-keyring b/usr.bin/file/magdir/gnome-keyring index 80a4f882c16..fddfa9bb107 100644 --- a/usr.bin/file/magdir/gnome-keyring +++ b/usr.bin/file/magdir/gnome-keyring @@ -1,3 +1,5 @@ +# $OpenBSD: gnome-keyring,v 1.2 2009/04/26 14:17:45 chl Exp $ + # GNOME keyring # Contributed by Josh Triplett # FIXME: Could be simplified if pstring supported two-byte counts diff --git a/usr.bin/file/magdir/gnumeric b/usr.bin/file/magdir/gnumeric index 76dfa90684e..c51d267b0f3 100644 --- a/usr.bin/file/magdir/gnumeric +++ b/usr.bin/file/magdir/gnumeric @@ -1,3 +1,4 @@ +# $OpenBSD: gnumeric,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # gnumeric: file(1) magic for Gnumeric spreadsheet diff --git a/usr.bin/file/magdir/inform b/usr.bin/file/magdir/inform index ba35d61e046..f473b379ec6 100644 --- a/usr.bin/file/magdir/inform +++ b/usr.bin/file/magdir/inform @@ -1,3 +1,4 @@ +# $OpenBSD: inform,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # inform: file(1) magic for Inform interactive fiction language diff --git a/usr.bin/file/magdir/kde b/usr.bin/file/magdir/kde index d81ee693fd5..098f238cd18 100644 --- a/usr.bin/file/magdir/kde +++ b/usr.bin/file/magdir/kde @@ -1,3 +1,4 @@ +# $OpenBSD: kde,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # kde: file(1) magic for KDE diff --git a/usr.bin/file/magdir/llvm b/usr.bin/file/magdir/llvm index 8c1610cd10e..1881e699afe 100644 --- a/usr.bin/file/magdir/llvm +++ b/usr.bin/file/magdir/llvm @@ -1,3 +1,4 @@ +# $OpenBSD: llvm,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # llvm: file(1) magic for LLVM byte-codes diff --git a/usr.bin/file/magdir/lua b/usr.bin/file/magdir/lua index 303fd3798e1..a65e0929459 100644 --- a/usr.bin/file/magdir/lua +++ b/usr.bin/file/magdir/lua @@ -1,3 +1,5 @@ +# $OpenBSD: lua,v 1.2 2009/04/26 14:17:45 chl Exp $ + #------------------------------------------------------------------------------ # lua: file(1) magic for Lua scripting language # URL: http://www.lua.org/ diff --git a/usr.bin/file/magdir/luks b/usr.bin/file/magdir/luks index 2ab23935ef6..67e13a384a5 100644 --- a/usr.bin/file/magdir/luks +++ b/usr.bin/file/magdir/luks @@ -1,3 +1,4 @@ +# $OpenBSD: luks,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # luks: file(1) magic for Linux Unified Key Setup diff --git a/usr.bin/file/magdir/mathcad b/usr.bin/file/magdir/mathcad index 41801968888..3528a06dee2 100644 --- a/usr.bin/file/magdir/mathcad +++ b/usr.bin/file/magdir/mathcad @@ -1,3 +1,4 @@ +# $OpenBSD: mathcad,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # mathcad: file(1) magic for Mathcad documents diff --git a/usr.bin/file/magdir/mercurial b/usr.bin/file/magdir/mercurial index 3f1bdfc8f9c..b90e1888292 100644 --- a/usr.bin/file/magdir/mercurial +++ b/usr.bin/file/magdir/mercurial @@ -1,3 +1,4 @@ +# $OpenBSD: mercurial,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # mercurial: file(1) magic for Mercurial changeset bundles diff --git a/usr.bin/file/magdir/mozilla b/usr.bin/file/magdir/mozilla index 069886064fb..0c5f684e397 100644 --- a/usr.bin/file/magdir/mozilla +++ b/usr.bin/file/magdir/mozilla @@ -1,3 +1,4 @@ +# $OpenBSD: mozilla,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # mozilla: file(1) magic for Mozilla XUL fastload files diff --git a/usr.bin/file/magdir/netware b/usr.bin/file/magdir/netware index fbc16054a32..d59c9771bf1 100644 --- a/usr.bin/file/magdir/netware +++ b/usr.bin/file/magdir/netware @@ -1,3 +1,4 @@ +# $OpenBSD: netware,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # netware: file(1) magic for NetWare Loadable Modules (NLMs) diff --git a/usr.bin/file/magdir/ole2compounddocs b/usr.bin/file/magdir/ole2compounddocs index ee07514ec5b..44467b83f55 100644 --- a/usr.bin/file/magdir/ole2compounddocs +++ b/usr.bin/file/magdir/ole2compounddocs @@ -1,3 +1,4 @@ +# $OpenBSD: ole2compounddocs,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # Microsoft OLE 2 Compound Documents : file(1) magic for Microsoft Structured diff --git a/usr.bin/file/magdir/securitycerts b/usr.bin/file/magdir/securitycerts index aa55d2188fc..ec43ee71052 100644 --- a/usr.bin/file/magdir/securitycerts +++ b/usr.bin/file/magdir/securitycerts @@ -1,3 +1,5 @@ +# $OpenBSD: securitycerts,v 1.2 2009/04/26 14:17:45 chl Exp $ + 0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text 0 belong 0xedfeedfe Sun 'jks' Java Keystore File data diff --git a/usr.bin/file/magdir/xilinx b/usr.bin/file/magdir/xilinx index 8f411ce21dd..1776155427d 100644 --- a/usr.bin/file/magdir/xilinx +++ b/usr.bin/file/magdir/xilinx @@ -1,3 +1,4 @@ +# $OpenBSD: xilinx,v 1.2 2009/04/26 14:17:45 chl Exp $ #------------------------------------------------------------------------------ # This is Aaron's attempt at a MAGIC file for Xilinx .bit files. |