summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Charts
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-17 10:32:35 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-17 10:32:35 +0100
commit2e7d9a031bd8facc86f8fab2793469fc350ca37c (patch)
tree52ee39d6423d59c40f6cc92998df2aedf72c0aac /odk/examples/DevelopersGuide/Charts
parentd9ed7227b8d4dd6cbdceb7ca86997982e8680874 (diff)
parentaed67decb2c1f0f77599cc3568f4f4c32fb5da06 (diff)
CWS-TOOLING: integrate CWS changefileheader2
Notes
Notes: split repo tag: sdk_ooo/DEV300_m72 split repo tag: sdk_ooo/DEV300_m73
Diffstat (limited to 'odk/examples/DevelopersGuide/Charts')
-rw-r--r--odk/examples/DevelopersGuide/Charts/CalcHelper.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartHelper.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInCalc.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInDraw.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/ChartInWriter.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/Helper.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/Makefile8
-rw-r--r--odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java8
-rw-r--r--odk/examples/DevelopersGuide/Charts/makefile.mk6
11 files changed, 11 insertions, 75 deletions
diff --git a/odk/examples/DevelopersGuide/Charts/CalcHelper.java b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
index 619d890a1732..c7a82f327118 100644
--- a/odk/examples/DevelopersGuide/Charts/CalcHelper.java
+++ b/odk/examples/DevelopersGuide/Charts/CalcHelper.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: CalcHelper.java,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:09:40 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/ChartHelper.java b/odk/examples/DevelopersGuide/Charts/ChartHelper.java
index 50028a287935..0cffc0e3e954 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartHelper.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartHelper.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ChartHelper.java,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:09:55 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInCalc.java b/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
index 6f487de72f6b..06f571bec304 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInCalc.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ChartInCalc.java,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: hr $ $Date: 2007-07-31 13:53:35 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInDraw.java b/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
index e8448b12ee1d..9b206f5f7635 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInDraw.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ChartInDraw.java,v $
- *
- * $Revision: 1.5 $
- *
- * last change: $Author: hr $ $Date: 2007-07-31 13:54:09 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
index b5eee66b790f..9f64e1f49c22 100644
--- a/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
+++ b/odk/examples/DevelopersGuide/Charts/ChartInWriter.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ChartInWriter.java,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:10:28 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/Helper.java b/odk/examples/DevelopersGuide/Charts/Helper.java
index dfb365f693f8..13efc37d177a 100644
--- a/odk/examples/DevelopersGuide/Charts/Helper.java
+++ b/odk/examples/DevelopersGuide/Charts/Helper.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: Helper.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2007-11-06 15:07:18 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java b/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
index 1dc8e080f379..10a137a316d5 100644
--- a/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
+++ b/odk/examples/DevelopersGuide/Charts/JavaSampleChartAddIn.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: JavaSampleChartAddIn.java,v $
- *
- * $Revision: 1.3 $
- *
- * last change: $Author: hr $ $Date: 2003-06-30 15:10:14 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java b/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java
index 7599f23ea8c8..9c37b4d19954 100644
--- a/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java
+++ b/odk/examples/DevelopersGuide/Charts/ListenAtCalcRangeInDraw.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ListenAtCalcRangeInDraw.java,v $
- *
- * $Revision: 1.5 $
- *
- * last change: $Author: hr $ $Date: 2007-07-31 13:54:25 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/Makefile b/odk/examples/DevelopersGuide/Charts/Makefile
index 65d01e80e695..f35f8fcbb9f7 100644
--- a/odk/examples/DevelopersGuide/Charts/Makefile
+++ b/odk/examples/DevelopersGuide/Charts/Makefile
@@ -1,15 +1,9 @@
#*************************************************************************
#
-# $RCSfile: Makefile,v $
-#
-# $Revision: 1.9 $
-#
-# last change: $Author: rt $ $Date: 2007-11-06 15:07:34 $
-#
# The Contents of this file are made available subject to the terms of
# the BSD license.
#
-# Copyright (c) 2003 by Sun Microsystems, Inc.
+# Copyright 2000, 2010 Oracle and/or its affiliates.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
index e4ce27462dd4..3a90b2d63313 100644
--- a/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
+++ b/odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: SelectionChangeListener.java,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: rt $ $Date: 2007-11-06 15:07:48 $
- *
* The Contents of this file are made available subject to the terms of
* the BSD license.
*
- * Copyright (c) 2003 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/odk/examples/DevelopersGuide/Charts/makefile.mk b/odk/examples/DevelopersGuide/Charts/makefile.mk
index 6d0c6b685994..225d8d7e111e 100644
--- a/odk/examples/DevelopersGuide/Charts/makefile.mk
+++ b/odk/examples/DevelopersGuide/Charts/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.7 $
-#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify