Skip to content
Snippets Groups Projects
Commit 3d44c3bb authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Fixed #! string, added emacs mode specifier, updated copyright.

Rev: bin/unbug:1.6
parent 6a2e89fb
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #! /usr/bin/env pike
// -*- Pike -*-
/* UNBUG - Pike debugger /* UNBUG - Pike debugger
* Written by Fredrik Hbinette * Written by Fredrik Hbinette
...@@ -2813,8 +2814,8 @@ string find_in_path(string cmd) ...@@ -2813,8 +2814,8 @@ string find_in_path(string cmd)
int main(int argc, string *argv) int main(int argc, string *argv)
{ {
write(#"UNBUG $Id: unbug,v 1.5 2001/05/10 22:15:40 hubbe Exp $ write(#"UNBUG $Id: unbug,v 1.6 2002/05/01 01:21:53 nilsson Exp $
Copyright 2001, Roxen Internet Software AB. Copyright 2001-2002, Roxen Internet Software AB.
UNBUG is free software, covered by the GNU General Public License, and you are UNBUG is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions. welcome to change it and/or distribute copies of it under certain conditions.
"); ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment