summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/UCB
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/UCB')
-rw-r--r--odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamComposer.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/Helper.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/Makefile8
-rw-r--r--odk/examples/DevelopersGuide/UCB/MyActiveDataSink.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/MyInputStream.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/PropertiesComposer.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceCreator.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceManager.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/ResourceRemover.java8
-rw-r--r--odk/examples/DevelopersGuide/UCB/makefile.mk6
13 files changed, 13 insertions, 89 deletions
diff --git a/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java b/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java
index 98e271f53a23..24d627111f38 100644
--- a/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java
+++ b/odk/examples/DevelopersGuide/UCB/ChildrenRetriever.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ChildrenRetriever.java,v $
- *
- * $Revision: 1.5 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:57:11 $
- *
* 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/UCB/DataStreamComposer.java b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
index ec5f46db2ecf..2d67cde0e4ae 100644
--- a/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
+++ b/odk/examples/DevelopersGuide/UCB/DataStreamComposer.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: DataStreamComposer.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:57: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/UCB/DataStreamRetriever.java b/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java
index 7bf132264fbd..84529ab39533 100644
--- a/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java
+++ b/odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: DataStreamRetriever.java,v $
- *
- * $Revision: 1.5 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:57:38 $
- *
* 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/UCB/Helper.java b/odk/examples/DevelopersGuide/UCB/Helper.java
index 320138293bb9..ea5f5536365b 100644
--- a/odk/examples/DevelopersGuide/UCB/Helper.java
+++ b/odk/examples/DevelopersGuide/UCB/Helper.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: Helper.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:57:49 $
- *
* 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/UCB/Makefile b/odk/examples/DevelopersGuide/UCB/Makefile
index ff6c96275c76..a6b172bfa602 100644
--- a/odk/examples/DevelopersGuide/UCB/Makefile
+++ b/odk/examples/DevelopersGuide/UCB/Makefile
@@ -1,15 +1,9 @@
#*************************************************************************
#
-# $RCSfile: Makefile,v $
-#
-# $Revision: 1.7 $
-#
-# last change: $Author: rt $ $Date: 2005-03-29 12:14:56 $
-#
# 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/UCB/MyActiveDataSink.java b/odk/examples/DevelopersGuide/UCB/MyActiveDataSink.java
index e5cffa8e60c8..4d111dc740a8 100644
--- a/odk/examples/DevelopersGuide/UCB/MyActiveDataSink.java
+++ b/odk/examples/DevelopersGuide/UCB/MyActiveDataSink.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: MyActiveDataSink.java,v $
- *
- * $Revision: 1.4 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:58:13 $
- *
* 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/UCB/MyInputStream.java b/odk/examples/DevelopersGuide/UCB/MyInputStream.java
index f7678d4e7e4c..d3c701c71776 100644
--- a/odk/examples/DevelopersGuide/UCB/MyInputStream.java
+++ b/odk/examples/DevelopersGuide/UCB/MyInputStream.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: MyInputStream.java,v $
- *
- * $Revision: 1.5 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:58: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/UCB/PropertiesComposer.java b/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java
index d84b49ba99e9..3807447a0dfa 100644
--- a/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java
+++ b/odk/examples/DevelopersGuide/UCB/PropertiesComposer.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: PropertiesComposer.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:58:36 $
- *
* 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/UCB/PropertiesRetriever.java b/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java
index 6555aba8561b..2d000c1a3b90 100644
--- a/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java
+++ b/odk/examples/DevelopersGuide/UCB/PropertiesRetriever.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: PropertiesRetriever.java,v $
- *
- * $Revision: 1.5 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:58: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/UCB/ResourceCreator.java b/odk/examples/DevelopersGuide/UCB/ResourceCreator.java
index c28bc47ea866..4dc1946c752e 100644
--- a/odk/examples/DevelopersGuide/UCB/ResourceCreator.java
+++ b/odk/examples/DevelopersGuide/UCB/ResourceCreator.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ResourceCreator.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:59:01 $
- *
* 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/UCB/ResourceManager.java b/odk/examples/DevelopersGuide/UCB/ResourceManager.java
index bb2ef164d488..bfe94ed59667 100644
--- a/odk/examples/DevelopersGuide/UCB/ResourceManager.java
+++ b/odk/examples/DevelopersGuide/UCB/ResourceManager.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ResourceManager.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:59:15 $
- *
* 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/UCB/ResourceRemover.java b/odk/examples/DevelopersGuide/UCB/ResourceRemover.java
index 299ce378e384..f08740889cdb 100644
--- a/odk/examples/DevelopersGuide/UCB/ResourceRemover.java
+++ b/odk/examples/DevelopersGuide/UCB/ResourceRemover.java
@@ -1,15 +1,9 @@
/*************************************************************************
*
- * $RCSfile: ResourceRemover.java,v $
- *
- * $Revision: 1.6 $
- *
- * last change: $Author: rt $ $Date: 2005-01-31 16:59:29 $
- *
* 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/UCB/makefile.mk b/odk/examples/DevelopersGuide/UCB/makefile.mk
index 9d9550f4d18d..c95d3769e49a 100644
--- a/odk/examples/DevelopersGuide/UCB/makefile.mk
+++ b/odk/examples/DevelopersGuide/UCB/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