summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-26 09:55:56 +0100
committersb <sb@openoffice.org>2010-02-26 09:55:56 +0100
commit5f744418087f7ba92e83ee9acfd3443a92bae823 (patch)
treec4309ff314b473b69ac9848f417cd7dd4bf03261 /crashrep
parent6ae79f025ee38e8dd1dbbd5a96d69a9506c1f007 (diff)
parent97412488d9fcd77c21dbeb821dec122008cd2e32 (diff)
sb119: merged in DEV300_m72
Diffstat (limited to 'crashrep')
-rw-r--r--crashrep/source/all/makefile.mk6
-rwxr-xr-xcrashrep/source/unx/crash_report.sh6
-rwxr-xr-xcrashrep/source/unx/main.cxx5
-rwxr-xr-xcrashrep/source/unx/makefile.mk6
-rwxr-xr-xcrashrep/source/win32/base64.cpp5
-rwxr-xr-xcrashrep/source/win32/base64.h5
-rwxr-xr-xcrashrep/source/win32/makefile.mk6
-rwxr-xr-xcrashrep/source/win32/rcheader.txt5
-rwxr-xr-xcrashrep/source/win32/resource.h5
-rwxr-xr-xcrashrep/source/win32/soreport.cpp5
10 files changed, 10 insertions, 44 deletions
diff --git a/crashrep/source/all/makefile.mk b/crashrep/source/all/makefile.mk
index 95a3dd72572b..1e66e40a0267 100644
--- a/crashrep/source/all/makefile.mk
+++ b/crashrep/source/all/makefile.mk
@@ -2,14 +2,10 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2008 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# $RCSfile: makefile.mk,v $
-#
-# $Revision: 1.5 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/unx/crash_report.sh b/crashrep/source/unx/crash_report.sh
index 42cfe7ea1402..62c4bde5d578 100755
--- a/crashrep/source/unx/crash_report.sh
+++ b/crashrep/source/unx/crash_report.sh
@@ -3,14 +3,10 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2008 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# $RCSfile: crash_report.sh,v $
-#
-# $Revision: 1.5 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index ca24d508ae07..afdba0afeebc 100755
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: main.cxx,v $
- * $Revision: 1.30 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk
index 54ffb7137cb9..fb0465d329fc 100755
--- a/crashrep/source/unx/makefile.mk
+++ b/crashrep/source/unx/makefile.mk
@@ -2,14 +2,10 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2008 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# $RCSfile: makefile.mk,v $
-#
-# $Revision: 1.19 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/win32/base64.cpp b/crashrep/source/win32/base64.cpp
index d6194b244054..dd30ce4d5d16 100755
--- a/crashrep/source/win32/base64.cpp
+++ b/crashrep/source/win32/base64.cpp
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: base64.cpp,v $
- * $Revision: 1.4 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/win32/base64.h b/crashrep/source/win32/base64.h
index 9d293a73eff7..d6ab0e2760d2 100755
--- a/crashrep/source/win32/base64.h
+++ b/crashrep/source/win32/base64.h
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: base64.h,v $
- * $Revision: 1.4 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk
index 565305cc5bb8..fe4078c08602 100755
--- a/crashrep/source/win32/makefile.mk
+++ b/crashrep/source/win32/makefile.mk
@@ -2,14 +2,10 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2008 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# $RCSfile: makefile.mk,v $
-#
-# $Revision: 1.14 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/win32/rcheader.txt b/crashrep/source/win32/rcheader.txt
index a33940e672b9..afecc9cda681 100755
--- a/crashrep/source/win32/rcheader.txt
+++ b/crashrep/source/win32/rcheader.txt
@@ -2,13 +2,10 @@
#
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: rcheader.txt,v $
- * $Revision: 1.5 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/win32/resource.h b/crashrep/source/win32/resource.h
index eb70673395df..21d4ba4e6617 100755
--- a/crashrep/source/win32/resource.h
+++ b/crashrep/source/win32/resource.h
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: resource.h,v $
- * $Revision: 1.4 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp
index 043ad62b0051..f3d19ca98790 100755
--- a/crashrep/source/win32/soreport.cpp
+++ b/crashrep/source/win32/soreport.cpp
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: soreport.cpp,v $
- * $Revision: 1.24 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify