Commit Graph

3 Commits

Author SHA1 Message Date
Mark Brown
d465fa53cb Update the COPYING.LIB file and references to it.
Discussion of these changes can be found on the Mercury developers
mailing list archives from June 2018.

COPYING.LIB:
    Add a special linking exception to the LGPL.

*:
    Update references to COPYING.LIB.

    Clean up some minor errors that have accumulated in copyright
    messages.
2018-06-09 17:43:12 +10:00
Julien Fischer
d29581dfb4 Update concurrency samples.
samples/concurrency/midimon/concurrent_stream.m:
     Conform to the current version of the standard library.

samples/concurrency/midimon/midi.m:
samples/concurrency/midimon/midimon.m:
samples/concurrency/dining_philosophers/philo.m:
samples/concurrency/dining_philosophers/philo2.m:
samples/concurrency/dining_philosophers/philo3.m:
     Syntax and formatting fixes.
2016-10-02 23:26:02 +11:00
Julien Fischer
a0efd454e3 Shift the remaining concurrency example out of extras distribution and into the
Branches: main

Shift the remaining concurrency example out of extras distribution and into the
samples directory.

samples/concurrency/midimon/concurrent_stream.m:
samples/concurrency/midimon/midi.m:
samples/concurrency/midimon/midimon.m:
samples/concurrency/midimon/midi_data:
	Shift the midi monitor example from the extras distribution
	into the samples directory.

samples/README:
	Add a description of the concurrency directory.

samples/concurrency/dining_philosophers/README:
samples/concurrency/midimon/README:
	Move the descriptions of the concurrency examples
	to these files.

extras/concurrency/Mercury.options:
extras/concurrency/Mmakefile:
extras/concurrency/midi.m:
extras/concurrency/midi_data:
extras/concurrency/midimon.m:
	Delete the midi monitor example from the extras
	distribution.

extras/README:
	Delete the description of the concurrency directory.
2010-11-26 15:46:03 +00:00