Date: Fri, 18 Dec 1998 23:54:54 +0900 From: Jun Kuriyama <kuriyama@sky.rim.or.jp> To: committers <committers@FreeBSD.ORG> Subject: Where should we put $Id$ to? Message-ID: <367A6CBE.2E9AD391@sky.rim.or.jp>
next in thread | raw e-mail | index | archive | help
I'm reviewing src/usr.sbin/pccard area for integrating
non-bus-architectural part of PAO. Then I found two styles of $Id$
place.
First one is:
> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF ...
> * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> */
>
> #ifndef lint
> static const char rcsid[] =
> "$Id: cardd.c,v 1.18 1997/10/06 11:36:06 charnier Exp $";
> #endif /* not lint */
>
> #include <fcntl.h>
Second one is:
> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF ...
> * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> *
> * $Id: cardd.c,v 1.17 1997/02/22 16:08:52 peter Exp $
> */
>
> #include <stdio.h>
Most of RELENG_2_2 code are second type, current's are first type.
Which style should we use?
--
Jun Kuriyama // kuriyama@sky.rim.or.jp
// kuriyama@FreeBSD.ORG
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?367A6CBE.2E9AD391>
