mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 10:23:03 +00:00
Update and fix copyright notices in the scripts directory.
scripts/*:
As above.
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# @configure_input@
|
# @configure_input@
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2003-2004, 2006-2007, 2010, 2012 The University of Melbourne.
|
# Copyright (C) 2003-2004, 2006-2007, 2010, 2012 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013, 2015, 2016, 2018 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# @configure_input@
|
# @configure_input@
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2003-2007, 2010-2012 The University of Melbourne.
|
# Copyright (C) 2003-2007, 2010-2012 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013-2016, 2018-2019 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1996-2008, 2010-2011 The University of Melbourne.
|
# Copyright (C) 1996-2008, 2010-2011 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013, 2015, 2017, 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# vim: ts=4 sw=4 expandtab ft=sh
|
# vim: ts=4 sw=4 expandtab ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2000-2007, 2010 The University of Melbourne.
|
# Copyright (C) 2000-2007, 2010 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013-2017, 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# vim: ts=4 sw=4 expandtab ft=sh
|
# vim: ts=4 sw=4 expandtab ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1998-2002, 2004-2007, 2009-2010 The University of Melbourne.
|
# Copyright (C) 1998-2002, 2004-2007, 2009-2010 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013, 2015-2016, 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# vim: ts=4 sw=4 expandtab ft=sh
|
# vim: ts=4 sw=4 expandtab ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1997-2007, 2010 The University of Melbourne.
|
# Copyright (C) 1997-2007, 2010 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013-2014, 2016-2017, 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
rem @configure_input@
|
rem @configure_input@
|
||||||
rem ---------------------------------------------------------------------------
|
rem ---------------------------------------------------------------------------
|
||||||
rem Copyright (C), 2011 The University of Melbourne.
|
rem Copyright (C) 2011 The University of Melbourne.
|
||||||
rem This file may only be copied under the terms of the GNU General
|
rem This file may only be copied under the terms of the GNU General
|
||||||
rem Public License - see the file COPYING in the Mercury distribution.
|
rem Public License - see the file COPYING in the Mercury distribution.
|
||||||
rem ---------------------------------------------------------------------------
|
rem ---------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1998,2002, 2005 The University of Melbourne.
|
# Copyright (C) 1998, 2002, 2005 The University of Melbourne.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2001, 2005 The University of Melbourne.
|
# Copyright (C) 2001, 2005 The University of Melbourne.
|
||||||
|
# Copyright (C) 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
rem @configure_input@
|
rem @configure_input@
|
||||||
rem ---------------------------------------------------------------------------
|
rem ---------------------------------------------------------------------------
|
||||||
rem Copyright (C) 1994-1998, 2000-2001, 2003, 2005, 2011 The University of Melbourne.
|
rem Copyright (C) 2001, 2003, 2005, 2011 The University of Melbourne.
|
||||||
rem This file may only be copied under the terms of the GNU General
|
rem This file may only be copied under the terms of the GNU General
|
||||||
rem Public License - see the file COPYING in the Mercury distribution.
|
rem Public License - see the file COPYING in the Mercury distribution.
|
||||||
rem ---------------------------------------------------------------------------
|
rem ---------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# @configure_input@
|
# @configure_input@
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1994-1998, 2000-2005 The University of Melbourne.
|
# Copyright (C) 1994-1998, 2000-2005 The University of Melbourne.
|
||||||
|
# Copyright (C) 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
# @configure_input@
|
# @configure_input@
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1995-2007, 2010-2012 The University of Melbourne.
|
# Copyright (C) 1995-2007, 2010-2012 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013-2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# vim: ts=4 sw=4 et ft=sh
|
# vim: ts=4 sw=4 et ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1995-1999,2001-2005 The University of Melbourne.
|
# Copyright (C) 1995-1999,2001-2005 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013, 2016, 2019, 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# @configure_input@
|
# @configure_input@
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1994-1998, 2000-2005 The University of Melbourne.
|
# Copyright (C) 1994-1998, 2000-2005 The University of Melbourne.
|
||||||
|
# Copyright (C) 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# vim: ts=4 sw=4 et ft=perl
|
# vim: ts=4 sw=4 et ft=perl
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1994-2001, 2003, 2005-2007, 2009 The University of Melbourne.
|
# Copyright (C) 1994-2001, 2003, 2005-2007, 2009 The University of Melbourne.
|
||||||
|
# Copyright (C) 2015, 2017, 2019 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
# vim: ts=4 sw=4 expandtab ft=sh
|
# vim: ts=4 sw=4 expandtab ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2005-2006 The University of Melbourne.
|
# Copyright (C) 2005-2006 The University of Melbourne.
|
||||||
|
# Copyright (C) 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# vim: ts=4 sw=4 expandtab ft=sh
|
# vim: ts=4 sw=4 expandtab ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 1997-2007, 2010 The University of Melbourne.
|
# Copyright (C) 1997-2007, 2010 The University of Melbourne.
|
||||||
|
# Copyright (C) 2013-2014, 2016-2017, 2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# vim: ts=4 sw=4 expandtab ft=sh
|
# vim: ts=4 sw=4 expandtab ft=sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2001-2007, 2011 The University of Melbourne.
|
# Copyright (C) 2001-2007, 2011 The University of Melbourne.
|
||||||
|
# Copyright (C) 2019-2020 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
# Copyright (C) 2008, 2010, 2012 The University of Melbourne.
|
# Copyright (C) 2008, 2010, 2012 The University of Melbourne.
|
||||||
|
# Copyright (C) 2014-2016 The Mercury team.
|
||||||
# This file may only be copied under the terms of the GNU General
|
# This file may only be copied under the terms of the GNU General
|
||||||
# Public License - see the file COPYING in the Mercury distribution.
|
# Public License - see the file COPYING in the Mercury distribution.
|
||||||
#---------------------------------------------------------------------------#
|
#---------------------------------------------------------------------------#
|
||||||
|
|||||||
Reference in New Issue
Block a user