aboutsummaryrefslogtreecommitdiffstats
path: root/restore
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sgi.com>2002-06-04 22:53:09 +0000
committerEric Sandeen <sandeen@sgi.com>2002-06-04 22:53:09 +0000
commit24d0ce4ba9b33d18978374a98508d5f52a402fcd (patch)
tree731c6e96cd6f58d51045e472e27a7caee2847eb3 /restore
parent048ed9b909e50dcf7fa5749f9867efceabed7a99 (diff)
downloadxfsdump-dev-24d0ce4ba9b33d18978374a98508d5f52a402fcd.tar.gz
Undoes mod: xfs-cmds:slinx:120772a
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
Diffstat (limited to 'restore')
-rw-r--r--restore/Makefile2
-rw-r--r--restore/bag.c2
-rw-r--r--restore/bag.h2
-rw-r--r--restore/content.c2
-rw-r--r--restore/dirattr.c2
-rw-r--r--restore/dirattr.h2
-rw-r--r--restore/getopt.h2
-rw-r--r--restore/inomap.c2
-rw-r--r--restore/inomap.h2
-rw-r--r--restore/mmap.c32
-rw-r--r--restore/mmap.h2
-rw-r--r--restore/namreg.c2
-rw-r--r--restore/namreg.h2
-rw-r--r--restore/node.c2
-rw-r--r--restore/node.h2
-rw-r--r--restore/tree.c2
-rw-r--r--restore/tree.h2
-rw-r--r--restore/win.c2
-rw-r--r--restore/win.h2
19 files changed, 18 insertions, 50 deletions
diff --git a/restore/Makefile b/restore/Makefile
index b455cca8..46617a12 100644
--- a/restore/Makefile
+++ b/restore/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
+# Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License as
diff --git a/restore/bag.c b/restore/bag.c
index ddc9e5fd..e4f4e5c1 100644
--- a/restore/bag.c
+++ b/restore/bag.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/bag.h b/restore/bag.h
index 0315fafe..ae6e12a4 100644
--- a/restore/bag.h
+++ b/restore/bag.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/content.c b/restore/content.c
index 459ed347..a35137c4 100644
--- a/restore/content.c
+++ b/restore/content.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/dirattr.c b/restore/dirattr.c
index 50ef03e2..61b14756 100644
--- a/restore/dirattr.c
+++ b/restore/dirattr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/dirattr.h b/restore/dirattr.h
index 02525dd3..2f0d356c 100644
--- a/restore/dirattr.h
+++ b/restore/dirattr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/getopt.h b/restore/getopt.h
index 53325805..df4d44d8 100644
--- a/restore/getopt.h
+++ b/restore/getopt.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/inomap.c b/restore/inomap.c
index 9442fa92..0d0c34e9 100644
--- a/restore/inomap.c
+++ b/restore/inomap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/inomap.h b/restore/inomap.h
index 47889a1a..7b0476e2 100644
--- a/restore/inomap.h
+++ b/restore/inomap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/mmap.c b/restore/mmap.c
index 06efb04c..a5b440ee 100644
--- a/restore/mmap.c
+++ b/restore/mmap.c
@@ -1,35 +1,3 @@
-/*
- * 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 version 2 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.
- *
- * Further, this software is distributed without any warranty that it is
- * free of the rightful claim of any third person regarding infringement
- * or the like. Any license provided herein, whether implied or
- * otherwise, applies only to this software file. Patent licenses, if
- * any, provided herein do not apply to combinations of this program with
- * other software, or any other product whatsoever.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write the Free Software Foundation, Inc., 59
- * Temple Place - Suite 330, Boston MA 02111-1307, USA.
- *
- * Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
- * Mountain View, CA 94043, or:
- *
- * http://www.sgi.com
- *
- * For further information regarding this notice, see:
- *
- * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
- */
-
#include <libxfs.h>
#include <unistd.h>
#include <sys/mman.h>
diff --git a/restore/mmap.h b/restore/mmap.h
index 85a97a4f..85dd9f6d 100644
--- a/restore/mmap.h
+++ b/restore/mmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/namreg.c b/restore/namreg.c
index 0a6f03fa..a8aac05c 100644
--- a/restore/namreg.c
+++ b/restore/namreg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/namreg.h b/restore/namreg.h
index 375de9de..e447fd72 100644
--- a/restore/namreg.h
+++ b/restore/namreg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/node.c b/restore/node.c
index 5d3219f2..ad70cfd7 100644
--- a/restore/node.c
+++ b/restore/node.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/node.h b/restore/node.h
index 1e488e81..0b899c98 100644
--- a/restore/node.h
+++ b/restore/node.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/tree.c b/restore/tree.c
index d463af3d..005b0c2a 100644
--- a/restore/tree.c
+++ b/restore/tree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/tree.h b/restore/tree.h
index 770c1271..1c27b7b5 100644
--- a/restore/tree.h
+++ b/restore/tree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/win.c b/restore/win.c
index 96e7c515..eee473b1 100644
--- a/restore/win.c
+++ b/restore/win.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
diff --git a/restore/win.h b/restore/win.h
index 9d129442..5f578147 100644
--- a/restore/win.h
+++ b/restore/win.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as