]> granicus.if.org Git - yasm/commitdiff
We're licensed under the 2-clause BSD license, not the 3-clause.
authorPeter Johnson <peter@tortall.net>
Mon, 5 May 2003 07:01:52 +0000 (07:01 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 5 May 2003 07:01:52 +0000 (07:01 -0000)
svn path=/trunk/yasm/; revision=947

frontends/yasm/yasm.c

index 3aecf6f92e5be25a1d203a4c1641cef8e3764c72..1c2fd871bce6e135553abbf6869cace929919dcd 100644 (file)
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <util.h>
-/*@unused@*/ RCSID("$IdPath: yasm/frontends/yasm/yasm.c,v 1.96 2003/05/03 06:26:15 peter Exp $");
+/*@unused@*/ RCSID("$IdPath: yasm/frontends/yasm/yasm.c,v 1.97 2003/05/05 03:42:09 peter Exp $");
 
 #include <libyasm/compat-queue.h>
 #include <libyasm/bitvect.h>
@@ -137,7 +137,7 @@ static opt_option options[] =
     N_("This program is free software; you may redistribute it under the\n"),
     N_("terms of the GNU General Public License.  Portions of this program\n"),
     N_("are licensed under the GNU Lesser General Public License or the\n"),
-    N_("3-clause BSD license; see individual file comments for details.\n"),
+    N_("2-clause BSD license; see individual file comments for details.\n"),
     N_("This program has absolutely no warranty; not even for\n"),
     N_("merchantibility or fitness for a particular purpose.\n"),
     N_("Compiled on"), " " __DATE__ ".\n",