mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 12:26:29 +00:00
Add copyright notices.
scripts/*: Add copyright notices.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# Mmake - Mmake file for the Mercury scripts
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# Mmake.rules - rules for building Mercury programs
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#-----------------------------------------------------------------------------#
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# Mmake.vars - variables for building Mercury programs
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# MC - Mercury Compiler.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# MCN - Mercury Compiler (compiled with NU-Prolog).
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# MCS - Mercury Compiler, compiled with Sicstus
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# MERCURY_UPDATE_INTERFACE
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# MGNUC - Mercury GNU C
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# mint - Mercury interface browser.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# ML - Mercury Linker.
|
||||
#
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# mmake - Mercury Make.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# MNC - Mercury NU-Prolog Compiler.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# mnl - Mercury NU-Prolog Linker.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# mnp - Mercury NU-Prolog Interpreter
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/usr/local/bin/perl
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# This converts .mod files to .c files.
|
||||
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# MOD2INIT - Convert *.mod (or *.c) to *_init.c
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# MSC - Mercury SICStus Compiler.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# msl - Mercury SICStus Prolog Linker.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# msp - Mercury SICStus Prolog Interpreter
|
||||
#
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
#!/usr/bin/perl
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
|
||||
# create a vi style tags file for Mercury programs
|
||||
# takes its list of filenames from the command line
|
||||
# it should warn about duplicate tags, but doesn't as yet
|
||||
|
||||
die "Usage: mtags file1.nl ...\n" if $#ARGV < 0;
|
||||
die "Usage: mtags file1.m ...\n" if $#ARGV < 0;
|
||||
|
||||
open(out, "| sort -u +0 -1 > tags");
|
||||
while ($#ARGV >= 0)
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# This sed script is used to convert from Mercury to Sicstus Prolog
|
||||
# It does three things: delete the `:- module' line,
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/bin/sh
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995 University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
#
|
||||
# vpath_find:
|
||||
# Find the correct location for files based on the VPATH environment
|
||||
|
||||
Reference in New Issue
Block a user