This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Nolimips, a MIPS simulator with infinitely many registers".
The branch master has been updated
via b1ba162c37f097ab33e1421ed5fd69155ccf9a3e (commit)
via dba44902475c238de13e8280c990ebd685cb4ff1 (commit)
via 2e57cc3f138c5b4471e9abf20fb0680edab43869 (commit)
via 32bc1ac3a8e9ec3a65ca8a3790c8ee7a0d56e442 (commit)
from 6658fdffe4c3c4a9a2a1448d93042dc826b44da5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
b1ba162 Update the address of the FSF in the text of the GNU FDL.
dba4490 Update the text of the project's license (GPL v2).
2e57cc3 Update copyright headers as recommended by the FSF.
32bc1ac Update copyright years displayed by `--version'.
-----------------------------------------------------------------------
Summary of changes:
COPYING | 405 +++++++++++++++++------------------
ChangeLog | 81 +++++++
NEWS | 2 +
configure.ac | 2 +-
dev/nolimips.py | 6 +-
dev/nolimips.xml | 3 +-
dev/update-copyright-headers | 14 ++
doc/fdl.texi | 2 +-
doc/inst-set.texi.gen.py | 3 +-
lib/Makefile.am.tmpl | 3 +-
src/common.hh | 3 +-
src/inst-tasks.cc | 3 +-
src/inst-tasks.hh | 3 +-
src/inst/data_section.cc | 3 +-
src/inst/data_section.hh | 3 +-
src/inst/data_section.hxx | 3 +-
src/inst/exp-visitor.hh | 3 +-
src/inst/exp.cc | 3 +-
src/inst/exp.hh | 3 +-
src/inst/exp.hxx | 3 +-
src/inst/inst.cc | 3 +-
src/inst/inst.hh | 3 +-
src/inst/inst.hxx | 3 +-
src/inst/int_exp.cc | 3 +-
src/inst/int_exp.hh | 3 +-
src/inst/int_exp.hxx | 3 +-
src/inst/label.cc | 3 +-
src/inst/label.hh | 3 +-
src/inst/label.hxx | 3 +-
src/inst/label_exp.cc | 3 +-
src/inst/label_exp.hh | 3 +-
src/inst/label_exp.hxx | 3 +-
src/inst/nodes.gen.py | 3 +-
src/inst/nodes.mk.gen.py | 3 +-
src/inst/op_exp.cc | 3 +-
src/inst/op_exp.hh | 3 +-
src/inst/op_exp.hxx | 3 +-
src/inst/program.hh | 3 +-
src/inst/program.hxx | 3 +-
src/inst/program_builder.cc | 3 +-
src/inst/program_builder.hh.gen.py | 3 +-
src/inst/program_builder.hxx | 3 +-
src/inst/program_solver.gen.py | 3 +-
src/inst/program_solver.hxx | 3 +-
src/inst/register.hh | 3 +-
src/inst/register.hxx | 3 +-
src/inst/section.cc | 3 +-
src/inst/section.hh | 3 +-
src/inst/section.hxx | 3 +-
src/inst/text_label.cc | 3 +-
src/inst/text_label.hh | 3 +-
src/inst/text_label.hxx | 3 +-
src/inst/text_section.cc | 3 +-
src/inst/text_section.hh | 3 +-
src/inst/text_section.hxx | 3 +-
src/misc/contract.hh | 3 +-
src/misc/counted_ptr.hh | 3 +-
src/misc/deref.hh | 3 +-
src/misc/escape.hh | 3 +-
src/misc/has.hh | 3 +-
src/misc/lexutils.cc | 3 +-
src/misc/lexutils.hh | 3 +-
src/misc/lockable.hh | 3 +-
src/misc/readline.hh | 3 +-
src/misc/select_const.hh | 3 +-
src/misc/table.hh | 3 +-
src/misc/test-unique_string.cc | 3 +-
src/misc/unique_string.cc | 3 +-
src/misc/unique_string.hh | 3 +-
src/modules.hh | 3 +-
src/nolimips-tasks.cc | 3 +-
src/nolimips-tasks.hh | 3 +-
src/nolimips.cc | 3 +-
src/parse-tasks.cc | 3 +-
src/parse-tasks.hh | 3 +-
src/parse/asm-parse.yy.gen.py | 3 +-
src/parse/asm-scan.hh | 3 +-
src/parse/asm-scan.ll.gen.py | 3 +-
src/parse/fwd.hh | 3 +-
src/parse/libparse.cc | 3 +-
src/parse/libparse.hh | 3 +-
src/shell-tasks.cc | 3 +-
src/shell-tasks.hh | 3 +-
src/shell/cmd.hh | 3 +-
src/shell/cmd.hxx | 3 +-
src/shell/shell.cc | 3 +-
src/shell/shell.hh | 3 +-
src/shell/shell.hxx | 3 +-
src/task-tasks.cc | 3 +-
src/task-tasks.hh | 3 +-
src/task/boolean_task.cc | 3 +-
src/task/boolean_task.hh | 3 +-
src/task/function_task.cc | 3 +-
src/task/function_task.hh | 3 +-
src/task/int_task.cc | 3 +-
src/task/int_task.hh | 3 +-
src/task/libtask.hh | 3 +-
src/task/string_task.cc | 3 +-
src/task/string_task.hh | 3 +-
src/task/task.cc | 3 +-
src/task/task.hh | 3 +-
src/task/task.hxx | 3 +-
src/task/task_register.cc | 8 +-
src/task/task_register.hh | 3 +-
src/task/task_register.hxx | 3 +-
src/vm-tasks.cc | 3 +-
src/vm-tasks.hh | 3 +-
src/vm/cp0.hh | 3 +-
src/vm/cp0.hxx | 3 +-
src/vm/cpu.cc | 3 +-
src/vm/cpu.hh | 3 +-
src/vm/cpu.hxx | 3 +-
src/vm/fwd.hh | 3 +-
src/vm/memory.hh | 3 +-
src/vm/memory.hxx | 3 +-
src/vm/mmu.hh | 3 +-
src/vm/mmu.hxx | 3 +-
src/vm/nolimips_system_library.cc | 3 +-
src/vm/nolimips_system_library.hh | 3 +-
src/vm/nolimips_system_library.hxx | 3 +-
src/vm/segment.hh | 3 +-
src/vm/segment.hxx | 3 +-
src/vm/spim_system_library.cc | 3 +-
src/vm/spim_system_library.hh | 3 +-
src/vm/spim_system_library.hxx | 3 +-
src/vm/system_library.cc | 3 +-
src/vm/system_library.hh | 3 +-
src/vm/system_library.hxx | 3 +-
src/vm/virtual_machine.cc | 3 +-
src/vm/virtual_machine.hh | 3 +-
src/vm/virtual_machine.hxx | 3 +-
131 files changed, 425 insertions(+), 464 deletions(-)
create mode 100755 dev/update-copyright-headers
hooks/post-receive
--
Nolimips, a MIPS simulator with infinitely many registers