summaryrefslogtreecommitdiff
path: root/open-vm-tools/services/plugins/dndcp/dndGuest
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/services/plugins/dndcp/dndGuest')
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV4.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp20
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcListener.hpp20
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV4.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/fileTransferRpcV4.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPaste.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteDest.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteMgr.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteSrc.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestDnD.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDDest.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDMgr.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDSrc.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.cc2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.hh2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/rpcV3Util.cpp2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.cpp2
-rw-r--r--open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp20
27 files changed, 75 insertions, 33 deletions
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.cc
index b1dee0b6..792ae29f 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2007 VMware, Inc. All rights reserved.
+ * Copyright (C) 2007-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.hh
index 411f748c..d68a5c2b 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV3.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2007 VMware, Inc. All rights reserved.
+ * Copyright (C) 2007-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV4.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV4.cc
index 8bf1426f..004d972d 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV4.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/copyPasteRpcV4.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp b/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp
index 803bdfd5..2b0e4936 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.cpp
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp b/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp
index 01220b53..f481e96c 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndCPTransportGuestRpc.hpp
@@ -1,6 +1,20 @@
-/* **************************************************************************
- * Copyright (C) 2010 VMware, Inc. All Rights Reserved -- VMware Confidential
- * **************************************************************************/
+/*********************************************************
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation version 2.1 and no later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ *********************************************************/
/**
* @dndCPTransportGuestRpc.hpp --
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.cc
index 8c5c9996..5155158f 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2007 VMware, Inc. All rights reserved.
+ * Copyright (C) 2007-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.hh
index 9a81dcdc..9880f1c8 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndFileList.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2007 VMware, Inc. All rights reserved.
+ * Copyright (C) 2007-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcListener.hpp b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcListener.hpp
index 73c7ac71..ec02734b 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcListener.hpp
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcListener.hpp
@@ -1,6 +1,20 @@
-/* **************************************************************************
- * Copyright (C) 2010 VMware, Inc. All Rights Reserved -- VMware Confidential
- * **************************************************************************/
+/*********************************************************
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation version 2.1 and no later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ *********************************************************/
/**
* @dndRpcListener.hpp --
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.cc
index 75b26884..a75fc58f 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2007 VMware, Inc. All rights reserved.
+ * Copyright (C) 2007-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.hh
index 6673a12e..317827fb 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV3.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV4.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV4.cc
index 6a300631..f234d8df 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV4.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/dndRpcV4.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/fileTransferRpcV4.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/fileTransferRpcV4.cc
index b3002562..15993101 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/fileTransferRpcV4.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/fileTransferRpcV4.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPaste.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPaste.hh
index 2361315b..41eb4537 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPaste.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPaste.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteDest.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteDest.cc
index 0781c211..54b89708 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteDest.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteDest.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteMgr.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteMgr.cc
index 04205e5d..4d33da37 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteMgr.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteMgr.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteSrc.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteSrc.cc
index f3c2e855..74d7acea 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteSrc.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestCopyPasteSrc.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnD.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnD.hh
index d96adc65..d9af4871 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnD.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnD.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.cc
index 13768249..e779fa95 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.hh
index de56149c..5d7e1d64 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDCPMgr.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDDest.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDDest.cc
index b9eff216..9b8c8483 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDDest.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDDest.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDMgr.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDMgr.cc
index ffe30612..7146043c 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDMgr.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDMgr.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDSrc.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDSrc.cc
index 96188b2b..9fec5d7e 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDSrc.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestDnDSrc.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.cc b/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.cc
index ee0c3d1d..b782b161 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.cc
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.cc
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.hh b/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.hh
index 4779af52..13a0435a 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.hh
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/guestFileTransfer.hh
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV3Util.cpp b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV3Util.cpp
index ca0ff788..f1754fef 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV3Util.cpp
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV3Util.cpp
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.cpp b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.cpp
index 0ee161d6..e04ec589 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.cpp
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.cpp
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 2010 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
diff --git a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp
index 26f65540..13f3a30c 100644
--- a/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp
+++ b/open-vm-tools/services/plugins/dndcp/dndGuest/rpcV4Util.hpp
@@ -1,6 +1,20 @@
-/* **************************************************************************
- * Copyright (C) 2010 VMware, Inc. All Rights Reserved -- VMware Confidential
- * **************************************************************************/
+/*********************************************************
+ * Copyright (C) 2010-2015 VMware, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation version 2.1 and no later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ *********************************************************/
/**
* @rpcV4Util.hpp --