diff options
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Clipboard')
5 files changed, 5 insertions, 35 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java index edf61a2c8a94..0d79e1e6bc25 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Clipboard.java @@ -1,15 +1,9 @@ /************************************************************************* * - * $RCSfile: Clipboard.java,v $ - * - * $Revision: 1.5 $ - * - * last change: $Author: rt $ $Date: 2005-01-31 16:36:21 $ - * * 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/OfficeDev/Clipboard/ClipboardListener.java b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardListener.java index 20de20ba446c..49efd28c0ea8 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardListener.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardListener.java @@ -1,15 +1,9 @@ /************************************************************************* * - * $RCSfile: ClipboardListener.java,v $ - * - * $Revision: 1.4 $ - * - * last change: $Author: rt $ $Date: 2005-01-31 16:36: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/OfficeDev/Clipboard/ClipboardOwner.java b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardOwner.java index 79c9c67c42db..eb745bae4119 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardOwner.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/ClipboardOwner.java @@ -1,15 +1,9 @@ /************************************************************************* * - * $RCSfile: ClipboardOwner.java,v $ - * - * $Revision: 1.4 $ - * - * last change: $Author: rt $ $Date: 2005-01-31 16:36:46 $ - * * 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/OfficeDev/Clipboard/Makefile b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Makefile index ff4d2a5b9a7e..6c7b7c5496d8 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Makefile +++ b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/Makefile @@ -1,15 +1,9 @@ #************************************************************************* # -# $RCSfile: Makefile,v $ -# -# $Revision: 1.6 $ -# -# last change: $Author: rt $ $Date: 2005-03-29 12:11:06 $ -# # 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/OfficeDev/Clipboard/TextTransferable.java b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java index ad32af304b1d..291cbbb97e22 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java @@ -1,15 +1,9 @@ /************************************************************************* * - * $RCSfile: TextTransferable.java,v $ - * - * $Revision: 1.4 $ - * - * last change: $Author: rt $ $Date: 2005-01-31 16:37: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 |