|
From: Stephen W. <sw...@ml...> - 2006-12-14 10:39:59
|
Fixed comment-style for copyright notice. ---------------------------------------------------------------------- U mltonlib/trunk/com/sweeks/basic/unstable/Makefile ---------------------------------------------------------------------- Modified: mltonlib/trunk/com/sweeks/basic/unstable/Makefile =================================================================== --- mltonlib/trunk/com/sweeks/basic/unstable/Makefile 2006-12-13 20:36:56 UTC (rev 4973) +++ mltonlib/trunk/com/sweeks/basic/unstable/Makefile 2006-12-14 18:39:58 UTC (rev 4974) @@ -1,8 +1,8 @@ -(* Copyright (C) 2006 Stephen Weeks. - * - * This code is released under the MLton license, a BSD-style license. - * See the LICENSE file or http://mlton.org/License for details. - *) +# Copyright (C) 2006 Stephen Weeks. +# +# This code is released under the MLton license, a BSD-style license. +# See the LICENSE file or http://mlton.org/License for details. + EXPORT: $(shell mlton -stop f lib.mlb) mlton -show-basis EXPORT -stop tc lib.mlb |