mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 20:03:28 +00:00
Bump the year in the copyright messages.
.README.in: bindist/bindist.README: trace/mercury_trace_internal.c: compiler/handle_options.m: doc/*.texi: profiler/mercury_profile.m: */.gitignore: Convert and / or update .gitignore files.
This commit is contained in:
committed by
Peter Wang
parent
a08560205b
commit
3a290b340b
@@ -2,7 +2,7 @@ This directory contains the source distribution for the University of Melbourne
|
|||||||
Mercury compiler, version @VERSION@.
|
Mercury compiler, version @VERSION@.
|
||||||
|
|
||||||
The Mercury implementation is free software, but it is Copyright
|
The Mercury implementation is free software, but it is Copyright
|
||||||
(C) 1993-2012 The University of Melbourne. It is distributed
|
(C) 1993-2013 The University of Melbourne. It is distributed
|
||||||
under the terms of the GNU General Public License. See the file
|
under the terms of the GNU General Public License. See the file
|
||||||
COPYING for copying permission.
|
COPYING for copying permission.
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,3 +21,4 @@ Mercury.options
|
|||||||
autom4te.cache
|
autom4te.cache
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
.configured_library_grades
|
.configured_library_grades
|
||||||
|
main.o
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ This directory contains a binary distribution of the University of Melbourne
|
|||||||
Mercury compiler, version <VERSION>, built on a `<FULLARCH>' system.
|
Mercury compiler, version <VERSION>, built on a `<FULLARCH>' system.
|
||||||
|
|
||||||
The Mercury implementation is free software, but it is Copyright
|
The Mercury implementation is free software, but it is Copyright
|
||||||
(C) 1993-2012 The University of Melbourne. It is distributed
|
(C) 1993-2013 The University of Melbourne. It is distributed
|
||||||
under the terms of the GNU General Public License. See the file
|
under the terms of the GNU General Public License. See the file
|
||||||
COPYING for copying permission.
|
COPYING for copying permission.
|
||||||
|
|
||||||
|
|||||||
2
boehm_gc/.gitignore
vendored
2
boehm_gc/.gitignore
vendored
@@ -9,7 +9,9 @@ libgc_dll.h
|
|||||||
mercury_boehm_gc_conf.h
|
mercury_boehm_gc_conf.h
|
||||||
gc.lib
|
gc.lib
|
||||||
libgc.lib
|
libgc.lib
|
||||||
|
*.a
|
||||||
*.ilk
|
*.ilk
|
||||||
|
*.o
|
||||||
*.pdb
|
*.pdb
|
||||||
gc_cpp.cpp
|
gc_cpp.cpp
|
||||||
libgc.dylib
|
libgc.dylib
|
||||||
|
|||||||
2
browser/.gitignore
vendored
2
browser/.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
*.il
|
*.il
|
||||||
*.pdb
|
*.pdb
|
||||||
*.dep
|
*.dep
|
||||||
|
*.a
|
||||||
*.c
|
*.c
|
||||||
*.d
|
*.d
|
||||||
*.ql
|
*.ql
|
||||||
@@ -15,6 +16,7 @@
|
|||||||
*.date0
|
*.date0
|
||||||
*.date3
|
*.date3
|
||||||
*.pic_o
|
*.pic_o
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.trans_opt
|
*.trans_opt
|
||||||
|
|||||||
1
compiler/.gitignore
vendored
1
compiler/.gitignore
vendored
@@ -33,6 +33,7 @@ Mercury
|
|||||||
*.mh
|
*.mh
|
||||||
*.mih
|
*.mih
|
||||||
Mercury.modules
|
Mercury.modules
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.trans_opt
|
*.trans_opt
|
||||||
|
|||||||
@@ -2563,7 +2563,7 @@ long_usage(!IO) :-
|
|||||||
library.version(Version),
|
library.version(Version),
|
||||||
io.write_strings(["Name: mmc -- Melbourne Mercury Compiler, version ",
|
io.write_strings(["Name: mmc -- Melbourne Mercury Compiler, version ",
|
||||||
Version, "\n"], !IO),
|
Version, "\n"], !IO),
|
||||||
io.write_string("Copyright: Copyright (C) 1993-2012 " ++
|
io.write_string("Copyright: Copyright (C) 1993-2013 " ++
|
||||||
"The University of Melbourne\n", !IO),
|
"The University of Melbourne\n", !IO),
|
||||||
io.write_string("Usage: mmc [<options>] <arguments>\n", !IO),
|
io.write_string("Usage: mmc [<options>] <arguments>\n", !IO),
|
||||||
io.write_string("Arguments:\n", !IO),
|
io.write_string("Arguments:\n", !IO),
|
||||||
|
|||||||
1
deep_profiler/.gitignore
vendored
1
deep_profiler/.gitignore
vendored
@@ -31,6 +31,7 @@ Mercury
|
|||||||
Mercury.modules
|
Mercury.modules
|
||||||
.deep.tags
|
.deep.tags
|
||||||
DEEP_FLAGS
|
DEEP_FLAGS
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
config.log
|
config.log
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
*.1
|
|
||||||
*.text
|
|
||||||
*.info *.info-*
|
|
||||||
*.html
|
|
||||||
*.pdf
|
|
||||||
*.texi_pp
|
|
||||||
*.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.ps *.dvi *.dvi_log
|
|
||||||
*.cps *.fns *.kys *.pgs *.tps *.vrs
|
|
||||||
library-menu.texi library-chapters.texi
|
|
||||||
mercury.html mercury.info
|
|
||||||
mdb_doc mdb_command_list mdb_command_test.inp
|
|
||||||
Prof.MemoryCells
|
|
||||||
Prof.MemoryWords
|
|
||||||
34
doc/.gitignore
vendored
Normal file
34
doc/.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
*.1
|
||||||
|
*.text
|
||||||
|
*.info
|
||||||
|
*.info-*
|
||||||
|
*.html
|
||||||
|
*.pdf
|
||||||
|
*.texi_pp
|
||||||
|
*.aux
|
||||||
|
*.cp
|
||||||
|
*.fn
|
||||||
|
*.ky
|
||||||
|
*.log
|
||||||
|
*.pg
|
||||||
|
*.toc
|
||||||
|
*.tp
|
||||||
|
*.vr
|
||||||
|
*.ps
|
||||||
|
*.dvi
|
||||||
|
*.dvi_log
|
||||||
|
*.cps
|
||||||
|
*.fns
|
||||||
|
*.kys
|
||||||
|
*.pgs
|
||||||
|
*.tps
|
||||||
|
*.vrs
|
||||||
|
library-menu.texi
|
||||||
|
library-chapters.texi
|
||||||
|
mercury.html
|
||||||
|
mercury.info
|
||||||
|
mdb_doc
|
||||||
|
mdb_command_list
|
||||||
|
mdb_command_test.inp
|
||||||
|
Prof.MemoryCells
|
||||||
|
Prof.MemoryWords
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
This file is the Mercury Frequently Asked Questions List, version <VERSION>.
|
This file is the Mercury Frequently Asked Questions List, version <VERSION>.
|
||||||
It contains a list of frequently asked questions about Mercury, with answers.
|
It contains a list of frequently asked questions about Mercury, with answers.
|
||||||
|
|
||||||
Copyright (C) 1995-1997,1999,2001-2012 The University of Melbourne.
|
Copyright (C) 1995-1997,1999,2001-2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this FAQ list provided the copyright notice and this permission notice
|
this FAQ list provided the copyright notice and this permission notice
|
||||||
@@ -54,7 +54,7 @@ into another language, under the above conditions for modified versions.
|
|||||||
@author Zoltan Somogyi
|
@author Zoltan Somogyi
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1995--1997,1999,2001--2012 The University of Melbourne.
|
Copyright @copyright{} 1995--1997,1999,2001--2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this FAQ list provided the copyright notice and this permission notice
|
this FAQ list provided the copyright notice and this permission notice
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
@ifnottex
|
@ifnottex
|
||||||
This file documents the Mercury standard library, version <VERSION>.
|
This file documents the Mercury standard library, version <VERSION>.
|
||||||
|
|
||||||
Copyright (C) 1995-1997,1999-2012 The University of Melbourne.
|
Copyright (C) 1995-1997,1999-2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
@ifnottex
|
@ifnottex
|
||||||
This file documents the Mercury programming language, version <VERSION>.
|
This file documents the Mercury programming language, version <VERSION>.
|
||||||
|
|
||||||
Copyright (C) 1995-2012 The University of Melbourne.
|
Copyright (C) 1995-2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
@ifnottex
|
@ifnottex
|
||||||
This file is an aid for people porting Prolog programs to Mercury.
|
This file is an aid for people porting Prolog programs to Mercury.
|
||||||
|
|
||||||
Copyright (C) 1995-2012 The University of Melbourne.
|
Copyright (C) 1995-2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
@@ -44,7 +44,7 @@ into another language, under the above conditions for modified versions.
|
|||||||
@author Fergus Henderson
|
@author Fergus Henderson
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1995--2012 The University of Melbourne.
|
Copyright @copyright{} 1995--2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
@ifnottex
|
@ifnottex
|
||||||
This file documents the Mercury implementation, version <VERSION>.
|
This file documents the Mercury implementation, version <VERSION>.
|
||||||
|
|
||||||
Copyright (C) 1995-2012 The University of Melbourne.
|
Copyright (C) 1995-2013 The University of Melbourne.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
|
|||||||
2
library/.gitignore
vendored
2
library/.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
*.module_dep
|
*.module_dep
|
||||||
*.il
|
*.il
|
||||||
|
*.a
|
||||||
*.c
|
*.c
|
||||||
*.d
|
*.d
|
||||||
*.ql
|
*.ql
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
*.date0
|
*.date0
|
||||||
*.date3
|
*.date3
|
||||||
*.pic_o
|
*.pic_o
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.trans_opt
|
*.trans_opt
|
||||||
|
|||||||
2
mdbcomp/.gitignore
vendored
2
mdbcomp/.gitignore
vendored
@@ -13,6 +13,7 @@
|
|||||||
*.pic_o
|
*.pic_o
|
||||||
*.dylib
|
*.dylib
|
||||||
*.mih
|
*.mih
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.prof
|
*.prof
|
||||||
@@ -22,6 +23,7 @@ mer_mdbcomp.mh
|
|||||||
mer_mdbcomp
|
mer_mdbcomp
|
||||||
mer_mdbcomp.dep
|
mer_mdbcomp.dep
|
||||||
mer_mdbcomp.jar
|
mer_mdbcomp.jar
|
||||||
|
libmer_mdbcomp.a
|
||||||
Mercury
|
Mercury
|
||||||
Mercury.modules
|
Mercury.modules
|
||||||
MDBCOMP_FLAGS
|
MDBCOMP_FLAGS
|
||||||
|
|||||||
1
profiler/.gitignore
vendored
1
profiler/.gitignore
vendored
@@ -16,6 +16,7 @@
|
|||||||
*.date
|
*.date
|
||||||
*.date0
|
*.date0
|
||||||
*.date3
|
*.date3
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.trans_opt
|
*.trans_opt
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ usage(!IO) :-
|
|||||||
library.version(Version),
|
library.version(Version),
|
||||||
io.write_strings(StdErr, [
|
io.write_strings(StdErr, [
|
||||||
"Mercury Profiler, version ", Version, "\n",
|
"Mercury Profiler, version ", Version, "\n",
|
||||||
"Copyright (C) 1995-2012 The University of Melbourne\n",
|
"Copyright (C) 1995-2013 The University of Melbourne\n",
|
||||||
"Usage: ", ProgName, " [<options>] [<files>]\n",
|
"Usage: ", ProgName, " [<options>] [<files>]\n",
|
||||||
"Use `", ProgName, " --help' for more information.\n"
|
"Use `", ProgName, " --help' for more information.\n"
|
||||||
], !IO).
|
], !IO).
|
||||||
@@ -120,7 +120,7 @@ long_usage(!IO) :-
|
|||||||
library.version(Version),
|
library.version(Version),
|
||||||
io.write_strings([
|
io.write_strings([
|
||||||
"Mercury Profiler, version ", Version, "\n",
|
"Mercury Profiler, version ", Version, "\n",
|
||||||
"Copyright (C) 1995-2011 The University of Melbourne\n\n",
|
"Copyright (C) 1995-2013 The University of Melbourne\n\n",
|
||||||
"Usage: ", ProgName, "[<options>] [<files>]\n",
|
"Usage: ", ProgName, "[<options>] [<files>]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Description:\n",
|
"Description:\n",
|
||||||
|
|||||||
1
slice/.gitignore
vendored
1
slice/.gitignore
vendored
@@ -18,6 +18,7 @@ mcov
|
|||||||
*.int3
|
*.int3
|
||||||
*.mh
|
*.mh
|
||||||
*.mih
|
*.mih
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.prof
|
*.prof
|
||||||
|
|||||||
2
ssdb/.gitignore
vendored
2
ssdb/.gitignore
vendored
@@ -17,9 +17,11 @@ SSDB_FLAGS
|
|||||||
*.mh
|
*.mh
|
||||||
*.mih
|
*.mih
|
||||||
*.pic_o
|
*.pic_o
|
||||||
|
*.o
|
||||||
*.opt
|
*.opt
|
||||||
*.optdate
|
*.optdate
|
||||||
*.prof
|
*.prof
|
||||||
|
libmer_ssdb.a
|
||||||
mer_ssdb.init
|
mer_ssdb.init
|
||||||
*.module_dep
|
*.module_dep
|
||||||
Mercury
|
Mercury
|
||||||
|
|||||||
3
trace/.cvsignore → trace/.gitignore
vendored
3
trace/.cvsignore → trace/.gitignore
vendored
@@ -1,6 +1,9 @@
|
|||||||
*.pic_o
|
*.pic_o
|
||||||
|
*.o
|
||||||
*.ilk
|
*.ilk
|
||||||
*.pdb
|
*.pdb
|
||||||
|
libmer_trace.a
|
||||||
|
libmer_eventspec.a
|
||||||
libmer_trace.lib
|
libmer_trace.lib
|
||||||
libmer_trace.dylib
|
libmer_trace.dylib
|
||||||
libmer_eventspec.lib
|
libmer_eventspec.lib
|
||||||
@@ -267,7 +267,7 @@ MR_trace_event_internal(MR_TraceCmdInfo *cmd, MR_bool interactive,
|
|||||||
|
|
||||||
static const char MR_trace_banner[] =
|
static const char MR_trace_banner[] =
|
||||||
"Melbourne Mercury Debugger, mdb version %s.\n\
|
"Melbourne Mercury Debugger, mdb version %s.\n\
|
||||||
Copyright 1998-2012 The University of Melbourne, Australia.\n\
|
Copyright 1998-2013 The University of Melbourne, Australia.\n\
|
||||||
mdb is free software, covered by the GNU General Public License.\n\
|
mdb is free software, covered by the GNU General Public License.\n\
|
||||||
There is absolutely no warranty for mdb.\n";
|
There is absolutely no warranty for mdb.\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user