From 491d467f3cb8fe34dc42d47f7193bb6475890f8e Mon Sep 17 00:00:00 2001 From: Felix Blyakher Date: Fri, 5 Jun 2009 15:41:14 -0500 Subject: [PATCH] Add GPL license plate to SGI's files. Signed-off-by: Felix Blyakher Reviewed-by: Eric Sandeen Reviewed-by: Christoph Hellwig Signed-off-by: Felix Blyakher --- bench | 14 ++++++++++++++ check | 14 ++++++++++++++ common | 14 ++++++++++++++ common.bonnie | 16 ++++++++++++++++ common.config | 14 ++++++++++++++ common.dbench | 16 ++++++++++++++++ common.dmapi | 14 ++++++++++++++ common.dump | 14 ++++++++++++++ common.filestreams | 14 ++++++++++++++ common.filter | 14 ++++++++++++++ common.log | 14 ++++++++++++++ common.metaperf | 16 ++++++++++++++++ common.punch | 14 ++++++++++++++ common.quota | 14 ++++++++++++++ common.repair | 14 ++++++++++++++ install-sh | 14 ++++++++++++++ lsqa.pl | 16 ++++++++++++++++ make_irix | 14 ++++++++++++++ new | 14 ++++++++++++++ nfs4acl/Makefile | 16 +++++++++++++++- randomize.awk | 14 ++++++++++++++ remake | 14 ++++++++++++++ run.bonnie_io | 16 ++++++++++++++++ run.bonnie_ops | 16 ++++++++++++++++ run.dbench | 16 ++++++++++++++++ run.dbench10 | 16 ++++++++++++++++ run.dbench100 | 16 ++++++++++++++++ run.dbench2 | 16 ++++++++++++++++ run.dbench20 | 16 ++++++++++++++++ run.dbench50 | 16 ++++++++++++++++ run.dbenchmulti | 16 ++++++++++++++++ run.io | 17 +++++++++++++++++ run.metaperf_10i_1000n | 16 ++++++++++++++++ run.metaperf_10i_1n | 16 ++++++++++++++++ run.metaperf_1i_1n | 16 ++++++++++++++++ run.pio | 17 +++++++++++++++++ run.rtio | 17 +++++++++++++++++ setup | 15 +++++++++++++++ soak | 14 ++++++++++++++ tools/ag-wipe | 16 +++++++++++++++- tools/auto-qa | 14 ++++++++++++++ tools/db-walk | 16 +++++++++++++++- tools/fs-walk | 16 +++++++++++++++- tools/interop | 16 ++++++++++++++++ tools/srcdiff | 19 ++++++++++++++++++- 45 files changed, 682 insertions(+), 5 deletions(-) diff --git a/bench b/bench index 36ac17719..2ed494242 100755 --- a/bench +++ b/bench @@ -16,6 +16,20 @@ # #----------------------------------------------------------------------- # Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# #----------------------------------------------------------------------- # # creator diff --git a/check b/check index 02fcfd762..545c010fc 100755 --- a/check +++ b/check @@ -4,6 +4,20 @@ # # Copyright (c) 2000-2002,2006 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# tmp=/tmp/$$ status=0 diff --git a/common b/common index b5ca5d070..e3d7d4191 100644 --- a/common +++ b/common @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # common procedures for QA scripts # # $Header: /disk7/depot/linux/pcp/dev/qa/RCS/common,v 2.52 2000/04/05 18:24:51 kenmcd Exp $ diff --git a/common.bonnie b/common.bonnie index ffdb146c1..6693502c6 100644 --- a/common.bonnie +++ b/common.bonnie @@ -1,4 +1,20 @@ ##/bin/sh +# +# Copyright (c) 2002-2004 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# #check bonnie is installed if [ "`whereis bonnie++`" == "bonnie++:"]; then diff --git a/common.config b/common.config index ba234ac26..64df89386 100644 --- a/common.config +++ b/common.config @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2003,2006 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # setup and check for config parameters, and in particular # # EMAIL - email of the script runner. diff --git a/common.dbench b/common.dbench index 60ff1651a..584ef0718 100755 --- a/common.dbench +++ b/common.dbench @@ -1,4 +1,20 @@ ##/bin/sh +# +# Copyright (c) 2002-2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# #check dbench is installed if [ "`whereis dbench`" == "dbench:"]; then diff --git a/common.dmapi b/common.dmapi index f71497a6e..3a3668d38 100644 --- a/common.dmapi +++ b/common.dmapi @@ -2,6 +2,20 @@ # # Copyright (c) 2006 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # dmapi functions # diff --git a/common.dump b/common.dump index fcc4945a1..94de07fc7 100644 --- a/common.dump +++ b/common.dump @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2002,2005 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # Functions useful for xfsdump/xfsrestore tests # diff --git a/common.filestreams b/common.filestreams index b385271cf..be8ec352f 100644 --- a/common.filestreams +++ b/common.filestreams @@ -2,6 +2,20 @@ # # Copyright (c) 2007 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # Core of filestreams tests. # diff --git a/common.filter b/common.filter index 0e2d7ff20..a30bac427 100644 --- a/common.filter +++ b/common.filter @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # standard filters # diff --git a/common.log b/common.log index b651ceb8a..c4aaf4f7b 100644 --- a/common.log +++ b/common.log @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # common routines for log testing # Created by dxm@sgi.com & tes@sgi.com # diff --git a/common.metaperf b/common.metaperf index 476e5d07f..f5384e583 100755 --- a/common.metaperf +++ b/common.metaperf @@ -1,4 +1,20 @@ ##/bin/sh +# +# Copyright (c) 2003-2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# _format_metaperf() { diff --git a/common.punch b/common.punch index e23434f17..42f670319 100644 --- a/common.punch +++ b/common.punch @@ -2,6 +2,20 @@ # # Copyright (c) 2007 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # common functions for excersizing hole punches with extent size hints etc. # source dmap_scratch_mount etc. diff --git a/common.quota b/common.quota index 0072a9e20..a9dfb4221 100644 --- a/common.quota +++ b/common.quota @@ -3,6 +3,20 @@ # Copyright (c) 2000-2001,2005 Silicon Graphics, Inc. # All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # Functions useful for quota tests # diff --git a/common.repair b/common.repair index 3f7353d16..66e8b204f 100644 --- a/common.repair +++ b/common.repair @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # Functions useful for xfs_repair tests # diff --git a/install-sh b/install-sh index 7071e5bd2..4bbc0d3d1 100755 --- a/install-sh +++ b/install-sh @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # This script emulates bsd install and also recognises # two environment variables, with the following semantics :- # diff --git a/lsqa.pl b/lsqa.pl index d43afd28a..040196f70 100755 --- a/lsqa.pl +++ b/lsqa.pl @@ -1,4 +1,20 @@ #!/usr/bin/perl -w +# +# Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# use strict; use Getopt::Long; diff --git a/make_irix b/make_irix index 31156601e..fc4871c04 100755 --- a/make_irix +++ b/make_irix @@ -2,6 +2,20 @@ # # Copyright (c) 2004 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # Do a build using the IRIX TOOLROOT # Use "-f" to force a configure. # diff --git a/new b/new index ac612217f..45ff163ec 100755 --- a/new +++ b/new @@ -2,6 +2,20 @@ # #----------------------------------------------------------------------- # Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# #----------------------------------------------------------------------- # # Make a new test diff --git a/nfs4acl/Makefile b/nfs4acl/Makefile index 8d75faf3d..42313f3fa 100644 --- a/nfs4acl/Makefile +++ b/nfs4acl/Makefile @@ -1,6 +1,20 @@ -# +#----------------------------------------------------------------------- # Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +#----------------------------------------------------------------------- TOPDIR = .. include $(TOPDIR)/include/builddefs diff --git a/randomize.awk b/randomize.awk index 88f86da23..2504eb85b 100644 --- a/randomize.awk +++ b/randomize.awk @@ -1,4 +1,18 @@ # Copyright (c) 2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # randomize stdin. diff --git a/remake b/remake index 4bdd47f67..4fd3747b9 100755 --- a/remake +++ b/remake @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # Rebuild NNN.out files # # $Header: /build2/depot/linux/pcp/dev/qa/RCS/remake,v 2.11 1999/09/20 03:42:19 kenmcd Exp $ diff --git a/run.bonnie_io b/run.bonnie_io index 8d0be806e..0d409bb4b 100755 --- a/run.bonnie_io +++ b/run.bonnie_io @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a bonnie throughput run (80M file and 1K chunksize if the # BONNIE_FILESIZE and/or BONNIE_CHUNKSIZE variables are not set), diff --git a/run.bonnie_ops b/run.bonnie_ops index a4e9850df..94c5c54d0 100755 --- a/run.bonnie_ops +++ b/run.bonnie_ops @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Do a bonnie++ create/read/delete run using 8192 files (unless # BONNIE_KFILES environment variable is set -- note this number diff --git a/run.dbench b/run.dbench index 039359169..4cd022208 100755 --- a/run.dbench +++ b/run.dbench @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a single-client dbench run # diff --git a/run.dbench10 b/run.dbench10 index fc3b71a73..6561354b7 100755 --- a/run.dbench10 +++ b/run.dbench10 @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a dbench run with 10 clients # diff --git a/run.dbench100 b/run.dbench100 index 565be1a2c..6e6c4b782 100755 --- a/run.dbench100 +++ b/run.dbench100 @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a dbench run with 100 clients # diff --git a/run.dbench2 b/run.dbench2 index 1eca92838..9d6035f2d 100755 --- a/run.dbench2 +++ b/run.dbench2 @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a dbench run with 2 clients # diff --git a/run.dbench20 b/run.dbench20 index ed57015b5..aa50bc9e0 100755 --- a/run.dbench20 +++ b/run.dbench20 @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a dbench run with 20 clients # diff --git a/run.dbench50 b/run.dbench50 index d2fd8fe72..3ae6f4bef 100755 --- a/run.dbench50 +++ b/run.dbench50 @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does a dbench run with 50 clients # diff --git a/run.dbenchmulti b/run.dbenchmulti index 7bb52c2e8..a50f5fd95 100755 --- a/run.dbenchmulti +++ b/run.dbenchmulti @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Does several dbench runs with increasing numbers of client # diff --git a/run.io b/run.io index d53169e50..c5ed6668e 100755 --- a/run.io +++ b/run.io @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (c) 2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # (very) simple file IO tests. # TODO: make file size multiple of physmem. diff --git a/run.metaperf_10i_1000n b/run.metaperf_10i_1000n index 446dd98b2..aca004cfc 100755 --- a/run.metaperf_10i_1000n +++ b/run.metaperf_10i_1000n @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Runs the metaperf metadata micro-benchmark. # Use 1000 files, 10 iterations. diff --git a/run.metaperf_10i_1n b/run.metaperf_10i_1n index 519641c4e..4149fd6b3 100755 --- a/run.metaperf_10i_1n +++ b/run.metaperf_10i_1n @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Runs the metaperf metadata micro-benchmark. # Use 1 file, 10 iterations. diff --git a/run.metaperf_1i_1n b/run.metaperf_1i_1n index a8206d78b..e714e16bc 100755 --- a/run.metaperf_1i_1n +++ b/run.metaperf_1i_1n @@ -1,4 +1,20 @@ #!/bin/sh +# +# Copyright (c) 2003 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Runs the metaperf metadata micro-benchmark. # Use 1 file, 1 iteration. (worst case) diff --git a/run.pio b/run.pio index 29d9056d8..28900c63f 100755 --- a/run.pio +++ b/run.pio @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (c) 2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # (very) simple parallel IO tests. # TODO: make file size multiple of physmem. diff --git a/run.rtio b/run.rtio index 3fbc7995d..ed2d74a6c 100755 --- a/run.rtio +++ b/run.rtio @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (c) 2005 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # (very) simple file realtime IO tests. # TODO: make file size multiple of physmem. diff --git a/setup b/setup index d1d950c25..0621f5a13 100755 --- a/setup +++ b/setup @@ -1,5 +1,20 @@ #!/bin/sh # +# Copyright (c) 2003-2004 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# if ! . ./common.config then echo "check: failed to source common.config" diff --git a/soak b/soak index f1fb173ca..5e0d9647f 100755 --- a/soak +++ b/soak @@ -1,6 +1,20 @@ #!/bin/sh #----------------------------------------------------------------------- # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# #----------------------------------------------------------------------- # # creator diff --git a/tools/ag-wipe b/tools/ag-wipe index f580b9dc2..476f0eaf0 100755 --- a/tools/ag-wipe +++ b/tools/ag-wipe @@ -3,7 +3,21 @@ use strict; use IO::File; use Getopt::Std; # -# Copyright (c) 2003-2004 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2003-2004 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # Modify a filesystem's superblock and AGF metadata structures # so that only a subset of the allocation groups will be used. diff --git a/tools/auto-qa b/tools/auto-qa index 2cd84d863..4025e7880 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -2,6 +2,20 @@ # # Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved. # +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# # automatic qa system. 31/08/00 dxm@sgi.com # # Usage: auto_qa start-state [stop-state] diff --git a/tools/db-walk b/tools/db-walk index 6a77a0881..b64758706 100755 --- a/tools/db-walk +++ b/tools/db-walk @@ -1,6 +1,20 @@ #!/usr/bin/perl -w # -# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # use db to try to traverse the entire filesystem starting at the root # diff --git a/tools/fs-walk b/tools/fs-walk index 8e10b45cb..0c80cd88e 100755 --- a/tools/fs-walk +++ b/tools/fs-walk @@ -1,6 +1,20 @@ #!/usr/bin/perl -w # -# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # traverse the entire filesystem dumping info. # diff --git a/tools/interop b/tools/interop index 7ccc6c9e1..0cfa2e4e8 100755 --- a/tools/interop +++ b/tools/interop @@ -1,4 +1,20 @@ #!/usr/sbin/perl +# +# Copyright (c) 2001 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# sub setup() { diff --git a/tools/srcdiff b/tools/srcdiff index 7a9fdf0de..e490dfdf5 100755 --- a/tools/srcdiff +++ b/tools/srcdiff @@ -1,5 +1,20 @@ #!/usr/bin/perl -w -use strict; +# +# Copyright (c) 2001-2008 Silicon Graphics, Inc. All Rights Reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it would be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write the Free Software Foundation, +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # # srcdiff is used to compare current user level code with the current # kernel code and advise of any differences between files which are @@ -23,6 +38,8 @@ use strict; # (compare this to "srcdiff | fgrep Total:") # +use strict; + die "WORKAREA not set" unless defined $ENV{'WORKAREA'}; die "KWORKAREA not set" unless defined $ENV{'KWORKAREA'}; die "DMWORKAREA not set" unless defined $ENV{'DMWORKAREA'}; -- 2.50.1