From a0004a742ec6436832943a66425c0549821610dd Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Sun, 2 Sep 2012 19:20:28 -0700 Subject: [PATCH] Add boiler plate comments indicating the all software is licensed under LGPL. Add GPL and LGPL license text. --- COPYING | 674 ++++++++++++++++++++++ COPYING.BSD | 35 ++ COPYING.LGPL | 165 ++++++ LICENSE | 42 +- src/XProtocol/XProtocol.hh | 29 + src/XProtocol/XPtypes.hh | 31 +- src/XProtocol/YProtocol.hh | 29 + src/Xrd/XrdBuffer.cc | 23 +- src/Xrd/XrdBuffer.hh | 23 +- src/Xrd/XrdConfig.cc | 23 +- src/Xrd/XrdConfig.hh | 23 +- src/Xrd/XrdInet.cc | 23 +- src/Xrd/XrdInet.hh | 23 +- src/Xrd/XrdInfo.cc | 27 +- src/Xrd/XrdInfo.hh | 27 +- src/Xrd/XrdJob.hh | 25 +- src/Xrd/XrdLink.cc | 23 +- src/Xrd/XrdLink.hh | 23 +- src/Xrd/XrdLinkMatch.cc | 27 +- src/Xrd/XrdLinkMatch.hh | 25 +- src/Xrd/XrdMain.cc | 23 +- src/Xrd/XrdObject.hh | 25 +- src/Xrd/XrdObject.icc | 27 +- src/Xrd/XrdPoll.cc | 23 +- src/Xrd/XrdPoll.hh | 22 +- src/Xrd/XrdPollDev.hh | 25 +- src/Xrd/XrdPollDev.icc | 23 +- src/Xrd/XrdPollE.hh | 23 +- src/Xrd/XrdPollE.icc | 20 + src/Xrd/XrdPollPoll.hh | 25 +- src/Xrd/XrdPollPoll.icc | 23 +- src/Xrd/XrdProtLoad.cc | 23 +- src/Xrd/XrdProtLoad.hh | 23 +- src/Xrd/XrdProtocol.cc | 23 +- src/Xrd/XrdProtocol.hh | 23 +- src/Xrd/XrdScheduler.cc | 23 +- src/Xrd/XrdScheduler.hh | 23 +- src/Xrd/XrdStats.cc | 23 +- src/Xrd/XrdStats.hh | 23 +- src/Xrd/XrdTrace.hh | 25 +- src/XrdAcc/XrdAccAccess.cc | 22 +- src/XrdAcc/XrdAccAccess.hh | 24 +- src/XrdAcc/XrdAccAudit.cc | 26 +- src/XrdAcc/XrdAccAudit.hh | 24 +- src/XrdAcc/XrdAccAuthDB.hh | 24 +- src/XrdAcc/XrdAccAuthFile.cc | 26 +- src/XrdAcc/XrdAccAuthFile.hh | 24 +- src/XrdAcc/XrdAccAuthorize.hh | 22 +- src/XrdAcc/XrdAccCapability.cc | 26 +- src/XrdAcc/XrdAccCapability.hh | 24 +- src/XrdAcc/XrdAccConfig.cc | 34 +- src/XrdAcc/XrdAccConfig.hh | 24 +- src/XrdAcc/XrdAccGroups.cc | 22 +- src/XrdAcc/XrdAccGroups.hh | 24 +- src/XrdAcc/XrdAccPrivs.hh | 24 +- src/XrdAcc/XrdAccTest.cc | 20 + src/XrdApps/XrdAppsCconfig.cc | 20 + src/XrdApps/XrdCpConfig.cc | 20 + src/XrdApps/XrdCpConfig.hh | 20 + src/XrdApps/XrdCpFile.cc | 20 + src/XrdApps/XrdCpFile.hh | 20 + src/XrdApps/XrdCpy.cc | 38 +- src/XrdApps/XrdMpxStats.cc | 20 + src/XrdApps/XrdWait41.cc | 23 +- src/XrdApps/Xrdadler32.cc | 35 +- src/XrdBwm/XrdBwm.cc | 23 +- src/XrdBwm/XrdBwm.hh | 23 +- src/XrdBwm/XrdBwmConfig.cc | 20 + src/XrdBwm/XrdBwmHandle.cc | 22 +- src/XrdBwm/XrdBwmHandle.hh | 20 + src/XrdBwm/XrdBwmLogger.cc | 20 + src/XrdBwm/XrdBwmLogger.hh | 22 +- src/XrdBwm/XrdBwmPolicy.hh | 22 +- src/XrdBwm/XrdBwmPolicy1.cc | 24 +- src/XrdBwm/XrdBwmPolicy1.hh | 22 +- src/XrdBwm/XrdBwmTrace.hh | 22 +- src/XrdCks/XrdCks.hh | 20 + src/XrdCks/XrdCksCalc.hh | 20 + src/XrdCks/XrdCksCalcadler32.hh | 20 + src/XrdCks/XrdCksCalccrc32.cc | 20 + src/XrdCks/XrdCksCalccrc32.hh | 20 + src/XrdCks/XrdCksCalcmd5.cc | 20 + src/XrdCks/XrdCksCalcmd5.hh | 20 + src/XrdCks/XrdCksConfig.cc | 20 + src/XrdCks/XrdCksConfig.hh | 20 + src/XrdCks/XrdCksData.hh | 20 + src/XrdCks/XrdCksManager.cc | 20 + src/XrdCks/XrdCksManager.hh | 20 + src/XrdCks/XrdCksXAttr.hh | 20 + src/XrdClient/TestXrdClient.cc | 28 +- src/XrdClient/TestXrdClient_read.cc | 35 +- src/XrdClient/XrdClient.cc | 43 +- src/XrdClient/XrdClient.hh | 47 +- src/XrdClient/XrdClientAbs.cc | 42 +- src/XrdClient/XrdClientAbs.hh | 45 +- src/XrdClient/XrdClientAbsMonIntf.hh | 30 +- src/XrdClient/XrdClientAdmin.cc | 42 +- src/XrdClient/XrdClientAdmin.hh | 52 +- src/XrdClient/XrdClientAdminJNI.cc | 28 +- src/XrdClient/XrdClientAdmin_c.cc | 40 +- src/XrdClient/XrdClientAdmin_c.hh | 35 +- src/XrdClient/XrdClientCallback.hh | 41 +- src/XrdClient/XrdClientConn.cc | 37 +- src/XrdClient/XrdClientConn.hh | 46 +- src/XrdClient/XrdClientConnMgr.cc | 40 +- src/XrdClient/XrdClientConnMgr.hh | 46 +- src/XrdClient/XrdClientConst.hh | 47 +- src/XrdClient/XrdClientDebug.cc | 38 +- src/XrdClient/XrdClientDebug.hh | 47 +- src/XrdClient/XrdClientEnv.cc | 37 +- src/XrdClient/XrdClientEnv.hh | 46 +- src/XrdClient/XrdClientInputBuffer.cc | 41 +- src/XrdClient/XrdClientInputBuffer.hh | 48 +- src/XrdClient/XrdClientLogConnection.cc | 43 +- src/XrdClient/XrdClientLogConnection.hh | 46 +- src/XrdClient/XrdClientMStream.cc | 36 +- src/XrdClient/XrdClientMStream.hh | 50 +- src/XrdClient/XrdClientMessage.cc | 42 +- src/XrdClient/XrdClientMessage.hh | 45 +- src/XrdClient/XrdClientPSock.cc | 35 +- src/XrdClient/XrdClientPSock.hh | 43 +- src/XrdClient/XrdClientPhyConnection.cc | 40 +- src/XrdClient/XrdClientPhyConnection.hh | 44 +- src/XrdClient/XrdClientPrep.cc | 32 +- src/XrdClient/XrdClientProtocol.cc | 41 +- src/XrdClient/XrdClientProtocol.hh | 46 +- src/XrdClient/XrdClientReadAhead.cc | 39 +- src/XrdClient/XrdClientReadAhead.hh | 48 +- src/XrdClient/XrdClientReadCache.cc | 36 +- src/XrdClient/XrdClientReadCache.hh | 40 +- src/XrdClient/XrdClientReadV.cc | 36 +- src/XrdClient/XrdClientReadV.hh | 47 +- src/XrdClient/XrdClientSid.cc | 37 +- src/XrdClient/XrdClientSid.hh | 49 +- src/XrdClient/XrdClientSock.cc | 37 +- src/XrdClient/XrdClientSock.hh | 45 +- src/XrdClient/XrdClientThread.cc | 34 +- src/XrdClient/XrdClientThread.hh | 40 +- src/XrdClient/XrdClientUnsolMsg.hh | 45 +- src/XrdClient/XrdClientUrlInfo.cc | 37 +- src/XrdClient/XrdClientUrlInfo.hh | 46 +- src/XrdClient/XrdClientUrlSet.cc | 37 +- src/XrdClient/XrdClientUrlSet.hh | 45 +- src/XrdClient/XrdClientVector.hh | 43 +- src/XrdClient/XrdCommandLine.cc | 35 +- src/XrdClient/XrdCpMthrQueue.cc | 31 +- src/XrdClient/XrdCpMthrQueue.hh | 35 +- src/XrdClient/XrdCpWorkLst.cc | 34 +- src/XrdClient/XrdCpWorkLst.hh | 36 +- src/XrdClient/XrdStageTool.cc | 35 +- src/XrdClient/Xrdcp.cc | 35 +- src/XrdClient/XrdcpXtremeRead.cc | 32 +- src/XrdClient/XrdcpXtremeRead.hh | 34 +- src/XrdCms/XrdCmsAdmin.cc | 26 +- src/XrdCms/XrdCmsAdmin.hh | 22 +- src/XrdCms/XrdCmsBaseFS.cc | 20 + src/XrdCms/XrdCmsBaseFS.hh | 20 + src/XrdCms/XrdCmsCache.cc | 20 + src/XrdCms/XrdCmsCache.hh | 20 + src/XrdCms/XrdCmsClient.hh | 20 + src/XrdCms/XrdCmsClientConfig.cc | 20 + src/XrdCms/XrdCmsClientConfig.hh | 20 + src/XrdCms/XrdCmsClientMan.cc | 20 + src/XrdCms/XrdCmsClientMan.hh | 20 + src/XrdCms/XrdCmsClientMsg.cc | 26 +- src/XrdCms/XrdCmsClientMsg.hh | 22 +- src/XrdCms/XrdCmsCluster.cc | 20 + src/XrdCms/XrdCmsCluster.hh | 20 + src/XrdCms/XrdCmsConfig.cc | 20 + src/XrdCms/XrdCmsConfig.hh | 20 + src/XrdCms/XrdCmsFinder.cc | 20 + src/XrdCms/XrdCmsFinder.hh | 20 + src/XrdCms/XrdCmsJob.cc | 24 +- src/XrdCms/XrdCmsJob.hh | 22 +- src/XrdCms/XrdCmsKey.cc | 24 +- src/XrdCms/XrdCmsKey.hh | 22 +- src/XrdCms/XrdCmsLogin.cc | 24 +- src/XrdCms/XrdCmsLogin.hh | 22 +- src/XrdCms/XrdCmsManList.cc | 22 +- src/XrdCms/XrdCmsManList.hh | 22 +- src/XrdCms/XrdCmsManTree.cc | 26 +- src/XrdCms/XrdCmsManTree.hh | 22 +- src/XrdCms/XrdCmsManager.cc | 26 +- src/XrdCms/XrdCmsManager.hh | 22 +- src/XrdCms/XrdCmsMeter.cc | 26 +- src/XrdCms/XrdCmsMeter.hh | 22 +- src/XrdCms/XrdCmsNash.cc | 24 +- src/XrdCms/XrdCmsNash.hh | 22 +- src/XrdCms/XrdCmsNode.cc | 20 + src/XrdCms/XrdCmsNode.hh | 20 + src/XrdCms/XrdCmsPList.cc | 26 +- src/XrdCms/XrdCmsPList.hh | 22 +- src/XrdCms/XrdCmsParser.cc | 20 + src/XrdCms/XrdCmsParser.hh | 22 +- src/XrdCms/XrdCmsPrepArgs.cc | 26 +- src/XrdCms/XrdCmsPrepArgs.hh | 22 +- src/XrdCms/XrdCmsPrepare.cc | 20 + src/XrdCms/XrdCmsPrepare.hh | 20 + src/XrdCms/XrdCmsProtocol.cc | 20 + src/XrdCms/XrdCmsProtocol.hh | 20 + src/XrdCms/XrdCmsRRData.cc | 24 +- src/XrdCms/XrdCmsRRData.hh | 22 +- src/XrdCms/XrdCmsRRQ.cc | 20 + src/XrdCms/XrdCmsRRQ.hh | 20 + src/XrdCms/XrdCmsRTable.cc | 26 +- src/XrdCms/XrdCmsRTable.hh | 22 +- src/XrdCms/XrdCmsReq.cc | 20 + src/XrdCms/XrdCmsReq.hh | 22 +- src/XrdCms/XrdCmsResp.cc | 20 + src/XrdCms/XrdCmsResp.hh | 20 + src/XrdCms/XrdCmsRole.hh | 20 + src/XrdCms/XrdCmsRouting.cc | 20 + src/XrdCms/XrdCmsRouting.hh | 20 + src/XrdCms/XrdCmsSecurity.cc | 20 + src/XrdCms/XrdCmsSecurity.hh | 20 + src/XrdCms/XrdCmsSelect.hh | 20 + src/XrdCms/XrdCmsState.cc | 26 +- src/XrdCms/XrdCmsState.hh | 22 +- src/XrdCms/XrdCmsSupervisor.cc | 20 + src/XrdCms/XrdCmsSupervisor.hh | 22 +- src/XrdCms/XrdCmsTalk.cc | 24 +- src/XrdCms/XrdCmsTalk.hh | 22 +- src/XrdCms/XrdCmsTrace.hh | 22 +- src/XrdCms/XrdCmsTypes.hh | 22 +- src/XrdCms/XrdCmsXmi.hh | 22 +- src/XrdCms/XrdCmsXmiReq.cc | 24 +- src/XrdCms/XrdCmsXmiReq.hh | 22 +- src/XrdCns/XrdCnsConfig.cc | 20 + src/XrdCns/XrdCnsConfig.hh | 22 +- src/XrdCns/XrdCnsDaemon.cc | 24 +- src/XrdCns/XrdCnsDaemon.hh | 22 +- src/XrdCns/XrdCnsInventory.cc | 24 +- src/XrdCns/XrdCnsInventory.hh | 22 +- src/XrdCns/XrdCnsLog.cc | 20 + src/XrdCns/XrdCnsLog.hh | 22 +- src/XrdCns/XrdCnsLogClient.cc | 20 + src/XrdCns/XrdCnsLogClient.hh | 22 +- src/XrdCns/XrdCnsLogFile.cc | 24 +- src/XrdCns/XrdCnsLogFile.hh | 22 +- src/XrdCns/XrdCnsLogRec.cc | 24 +- src/XrdCns/XrdCnsLogRec.hh | 22 +- src/XrdCns/XrdCnsLogServer.cc | 24 +- src/XrdCns/XrdCnsLogServer.hh | 22 +- src/XrdCns/XrdCnsMain.cc | 23 +- src/XrdCns/XrdCnsSsi.cc | 24 +- src/XrdCns/XrdCnsSsi.hh | 22 +- src/XrdCns/XrdCnsSsiCfg.cc | 24 +- src/XrdCns/XrdCnsSsiCfg.hh | 22 +- src/XrdCns/XrdCnsSsiMain.cc | 21 +- src/XrdCns/XrdCnsSsiSay.hh | 22 +- src/XrdCns/XrdCnsXref.cc | 20 + src/XrdCns/XrdCnsXref.hh | 22 +- src/XrdCrypto/PC1.cc | 3 - src/XrdCrypto/PC1.hh | 1 - src/XrdCrypto/PC3.cc | 3 - src/XrdCrypto/PC3.hh | 1 - src/XrdCrypto/XrdCryptoAux.cc | 27 +- src/XrdCrypto/XrdCryptoAux.hh | 28 +- src/XrdCrypto/XrdCryptoBasic.cc | 27 +- src/XrdCrypto/XrdCryptoBasic.hh | 25 +- src/XrdCrypto/XrdCryptoCipher.cc | 27 +- src/XrdCrypto/XrdCryptoCipher.hh | 25 +- src/XrdCrypto/XrdCryptoFactory.cc | 27 +- src/XrdCrypto/XrdCryptoFactory.hh | 25 +- src/XrdCrypto/XrdCryptoLite.cc | 24 +- src/XrdCrypto/XrdCryptoLite.hh | 22 +- src/XrdCrypto/XrdCryptoLite_bf32.cc | 20 + src/XrdCrypto/XrdCryptoMsgDigest.cc | 27 +- src/XrdCrypto/XrdCryptoMsgDigest.hh | 25 +- src/XrdCrypto/XrdCryptoRSA.cc | 27 +- src/XrdCrypto/XrdCryptoRSA.hh | 25 +- src/XrdCrypto/XrdCryptoTrace.hh | 24 +- src/XrdCrypto/XrdCryptoX509.cc | 26 +- src/XrdCrypto/XrdCryptoX509.hh | 22 +- src/XrdCrypto/XrdCryptoX509Chain.cc | 24 +- src/XrdCrypto/XrdCryptoX509Chain.hh | 21 +- src/XrdCrypto/XrdCryptoX509Crl.cc | 23 +- src/XrdCrypto/XrdCryptoX509Crl.hh | 22 +- src/XrdCrypto/XrdCryptoX509Req.cc | 23 +- src/XrdCrypto/XrdCryptoX509Req.hh | 22 +- src/XrdCrypto/XrdCryptolocalCipher.cc | 27 +- src/XrdCrypto/XrdCryptolocalCipher.hh | 25 +- src/XrdCrypto/XrdCryptolocalFactory.cc | 27 +- src/XrdCrypto/XrdCryptolocalFactory.hh | 25 +- src/XrdCrypto/XrdCryptosslAux.cc | 23 +- src/XrdCrypto/XrdCryptosslAux.hh | 25 +- src/XrdCrypto/XrdCryptosslCipher.cc | 27 +- src/XrdCrypto/XrdCryptosslCipher.hh | 25 +- src/XrdCrypto/XrdCryptosslFactory.cc | 27 +- src/XrdCrypto/XrdCryptosslFactory.hh | 25 +- src/XrdCrypto/XrdCryptosslMsgDigest.cc | 27 +- src/XrdCrypto/XrdCryptosslMsgDigest.hh | 25 +- src/XrdCrypto/XrdCryptosslRSA.cc | 27 +- src/XrdCrypto/XrdCryptosslRSA.hh | 25 +- src/XrdCrypto/XrdCryptosslTrace.hh | 25 +- src/XrdCrypto/XrdCryptosslX509.cc | 24 +- src/XrdCrypto/XrdCryptosslX509.hh | 22 +- src/XrdCrypto/XrdCryptosslX509Crl.cc | 24 +- src/XrdCrypto/XrdCryptosslX509Crl.hh | 22 +- src/XrdCrypto/XrdCryptosslX509Req.cc | 24 +- src/XrdCrypto/XrdCryptosslX509Req.hh | 22 +- src/XrdCrypto/XrdCryptosslX509Store.cc | 24 +- src/XrdCrypto/XrdCryptosslX509Store.hh | 21 +- src/XrdCrypto/XrdCryptosslgsiAux.cc | 23 +- src/XrdCrypto/XrdCryptosslgsiAux.hh | 21 +- src/XrdCrypto/XrdCryptosslgsiX509Chain.cc | 24 +- src/XrdCrypto/XrdCryptosslgsiX509Chain.hh | 21 +- src/XrdCrypto/XrdCryptotest.cc | 31 +- src/XrdFfs/XrdFfsDent.cc | 20 + src/XrdFfs/XrdFfsDent.hh | 20 + src/XrdFfs/XrdFfsFsinfo.cc | 20 + src/XrdFfs/XrdFfsFsinfo.hh | 20 + src/XrdFfs/XrdFfsMisc.cc | 20 + src/XrdFfs/XrdFfsMisc.hh | 20 + src/XrdFfs/XrdFfsPosix.cc | 20 + src/XrdFfs/XrdFfsPosix.hh | 20 + src/XrdFfs/XrdFfsQueue.cc | 20 + src/XrdFfs/XrdFfsQueue.hh | 20 + src/XrdFfs/XrdFfsWcache.cc | 20 + src/XrdFfs/XrdFfsWcache.hh | 20 + src/XrdFfs/XrdFfsXrootdfs.cc | 20 + src/XrdFrc/XrdFrcCID.cc | 20 + src/XrdFrc/XrdFrcCID.hh | 20 + src/XrdFrc/XrdFrcProxy.cc | 20 + src/XrdFrc/XrdFrcProxy.hh | 20 + src/XrdFrc/XrdFrcReqAgent.cc | 20 + src/XrdFrc/XrdFrcReqAgent.hh | 20 + src/XrdFrc/XrdFrcReqFile.cc | 20 + src/XrdFrc/XrdFrcReqFile.hh | 20 + src/XrdFrc/XrdFrcRequest.hh | 20 + src/XrdFrc/XrdFrcTrace.cc | 20 + src/XrdFrc/XrdFrcTrace.hh | 20 + src/XrdFrc/XrdFrcUtils.cc | 20 + src/XrdFrc/XrdFrcUtils.hh | 20 + src/XrdFrc/XrdFrcXAttr.hh | 20 + src/XrdFrc/XrdFrcXLock.hh | 20 + src/XrdFrm/XrdFrmAdmin.cc | 20 + src/XrdFrm/XrdFrmAdmin.hh | 20 + src/XrdFrm/XrdFrmAdminAudit.cc | 20 + src/XrdFrm/XrdFrmAdminConvert.cc | 20 + src/XrdFrm/XrdFrmAdminFiles.cc | 20 + src/XrdFrm/XrdFrmAdminFind.cc | 20 + src/XrdFrm/XrdFrmAdminMain.cc | 20 + src/XrdFrm/XrdFrmAdminQuery.cc | 20 + src/XrdFrm/XrdFrmAdminReloc.cc | 20 + src/XrdFrm/XrdFrmAdminUnlink.cc | 20 + src/XrdFrm/XrdFrmCns.cc | 20 + src/XrdFrm/XrdFrmCns.hh | 20 + src/XrdFrm/XrdFrmConfig.cc | 21 +- src/XrdFrm/XrdFrmConfig.hh | 21 +- src/XrdFrm/XrdFrmFiles.cc | 20 + src/XrdFrm/XrdFrmFiles.hh | 20 + src/XrdFrm/XrdFrmMigrate.cc | 20 + src/XrdFrm/XrdFrmMigrate.hh | 20 + src/XrdFrm/XrdFrmMonitor.cc | 22 +- src/XrdFrm/XrdFrmMonitor.hh | 22 +- src/XrdFrm/XrdFrmPurgMain.cc | 20 + src/XrdFrm/XrdFrmPurge.cc | 20 + src/XrdFrm/XrdFrmPurge.hh | 20 + src/XrdFrm/XrdFrmReqBoss.cc | 20 + src/XrdFrm/XrdFrmReqBoss.hh | 20 + src/XrdFrm/XrdFrmTSort.cc | 20 + src/XrdFrm/XrdFrmTSort.hh | 20 + src/XrdFrm/XrdFrmTransfer.cc | 20 + src/XrdFrm/XrdFrmTransfer.hh | 20 + src/XrdFrm/XrdFrmXfrAgent.cc | 20 + src/XrdFrm/XrdFrmXfrAgent.hh | 20 + src/XrdFrm/XrdFrmXfrDaemon.cc | 20 + src/XrdFrm/XrdFrmXfrDaemon.hh | 20 + src/XrdFrm/XrdFrmXfrJob.hh | 20 + src/XrdFrm/XrdFrmXfrMain.cc | 20 + src/XrdFrm/XrdFrmXfrQueue.cc | 20 + src/XrdFrm/XrdFrmXfrQueue.hh | 20 + src/XrdNet/XrdNet.cc | 23 +- src/XrdNet/XrdNet.hh | 25 +- src/XrdNet/XrdNetBuffer.cc | 24 +- src/XrdNet/XrdNetBuffer.hh | 24 +- src/XrdNet/XrdNetCmsNotify.cc | 24 +- src/XrdNet/XrdNetCmsNotify.hh | 23 +- src/XrdNet/XrdNetConnect.cc | 24 +- src/XrdNet/XrdNetConnect.hh | 22 +- src/XrdNet/XrdNetLink.cc | 20 + src/XrdNet/XrdNetLink.hh | 20 + src/XrdNet/XrdNetMsg.cc | 20 + src/XrdNet/XrdNetMsg.hh | 22 +- src/XrdNet/XrdNetOpts.hh | 22 +- src/XrdNet/XrdNetPeer.hh | 22 +- src/XrdNet/XrdNetSecurity.cc | 23 +- src/XrdNet/XrdNetSecurity.hh | 25 +- src/XrdNet/XrdNetSocket.cc | 22 +- src/XrdNet/XrdNetSocket.hh | 24 +- src/XrdNet/XrdNetWork.cc | 27 +- src/XrdNet/XrdNetWork.hh | 25 +- src/XrdOfs/XrdOfs.cc | 23 +- src/XrdOfs/XrdOfs.hh | 23 +- src/XrdOfs/XrdOfsConfig.cc | 20 + src/XrdOfs/XrdOfsConfig.hh | 15 - src/XrdOfs/XrdOfsEvr.cc | 24 +- src/XrdOfs/XrdOfsEvr.hh | 20 + src/XrdOfs/XrdOfsEvs.cc | 24 +- src/XrdOfs/XrdOfsEvs.hh | 22 +- src/XrdOfs/XrdOfsFS.cc | 20 + src/XrdOfs/XrdOfsHandle.cc | 22 +- src/XrdOfs/XrdOfsHandle.hh | 24 +- src/XrdOfs/XrdOfsPoscq.cc | 20 + src/XrdOfs/XrdOfsPoscq.hh | 22 +- src/XrdOfs/XrdOfsSecurity.hh | 24 +- src/XrdOfs/XrdOfsStats.cc | 21 +- src/XrdOfs/XrdOfsStats.hh | 21 +- src/XrdOfs/XrdOfsTPC.cc | 20 + src/XrdOfs/XrdOfsTPC.hh | 20 + src/XrdOfs/XrdOfsTPCAuth.cc | 20 + src/XrdOfs/XrdOfsTPCAuth.hh | 20 + src/XrdOfs/XrdOfsTPCInfo.cc | 20 + src/XrdOfs/XrdOfsTPCInfo.hh | 20 + src/XrdOfs/XrdOfsTPCJob.cc | 20 + src/XrdOfs/XrdOfsTPCJob.hh | 20 + src/XrdOfs/XrdOfsTPCProg.cc | 20 + src/XrdOfs/XrdOfsTPCProg.hh | 20 + src/XrdOfs/XrdOfsTrace.hh | 24 +- src/XrdOss/XrdOss.hh | 22 +- src/XrdOss/XrdOssAio.cc | 22 +- src/XrdOss/XrdOssApi.cc | 23 +- src/XrdOss/XrdOssApi.hh | 22 +- src/XrdOss/XrdOssCache.cc | 22 +- src/XrdOss/XrdOssCache.hh | 24 +- src/XrdOss/XrdOssConfig.cc | 22 +- src/XrdOss/XrdOssConfig.hh | 22 +- src/XrdOss/XrdOssCopy.cc | 20 + src/XrdOss/XrdOssCopy.hh | 22 +- src/XrdOss/XrdOssCreate.cc | 22 +- src/XrdOss/XrdOssError.hh | 22 +- src/XrdOss/XrdOssMSS.cc | 26 +- src/XrdOss/XrdOssMio.cc | 20 + src/XrdOss/XrdOssMio.hh | 20 + src/XrdOss/XrdOssMioFile.hh | 22 +- src/XrdOss/XrdOssOpaque.hh | 25 +- src/XrdOss/XrdOssPath.cc | 20 + src/XrdOss/XrdOssPath.hh | 20 + src/XrdOss/XrdOssReloc.cc | 20 + src/XrdOss/XrdOssRename.cc | 22 +- src/XrdOss/XrdOssSpace.cc | 24 +- src/XrdOss/XrdOssSpace.hh | 22 +- src/XrdOss/XrdOssStage.cc | 22 +- src/XrdOss/XrdOssStage.hh | 22 +- src/XrdOss/XrdOssStat.cc | 20 + src/XrdOss/XrdOssTrace.hh | 24 +- src/XrdOss/XrdOssUnlink.cc | 22 +- src/XrdOuc/XrdOucArgs.cc | 24 +- src/XrdOuc/XrdOucArgs.hh | 22 +- src/XrdOuc/XrdOucCRC.cc | 24 +- src/XrdOuc/XrdOucCRC.hh | 22 +- src/XrdOuc/XrdOucCache.hh | 20 + src/XrdOuc/XrdOucCacheData.cc | 20 + src/XrdOuc/XrdOucCacheData.hh | 20 + src/XrdOuc/XrdOucCacheDram.cc | 20 + src/XrdOuc/XrdOucCacheDram.hh | 20 + src/XrdOuc/XrdOucCacheReal.cc | 20 + src/XrdOuc/XrdOucCacheReal.hh | 20 + src/XrdOuc/XrdOucCacheSlot.hh | 20 + src/XrdOuc/XrdOucCallBack.cc | 20 + src/XrdOuc/XrdOucCallBack.hh | 20 + src/XrdOuc/XrdOucChain.hh | 24 +- src/XrdOuc/XrdOucDLlist.hh | 23 +- src/XrdOuc/XrdOucEnv.cc | 22 +- src/XrdOuc/XrdOucEnv.hh | 22 +- src/XrdOuc/XrdOucErrInfo.hh | 23 +- src/XrdOuc/XrdOucExport.cc | 20 + src/XrdOuc/XrdOucExport.hh | 20 + src/XrdOuc/XrdOucHash.hh | 25 +- src/XrdOuc/XrdOucHash.icc | 27 +- src/XrdOuc/XrdOucHashVal.cc | 27 +- src/XrdOuc/XrdOucLock.hh | 24 +- src/XrdOuc/XrdOucMsubs.cc | 24 +- src/XrdOuc/XrdOucMsubs.hh | 20 + src/XrdOuc/XrdOucN2NLoader.cc | 20 + src/XrdOuc/XrdOucN2NLoader.hh | 20 + src/XrdOuc/XrdOucNList.cc | 27 +- src/XrdOuc/XrdOucNList.hh | 25 +- src/XrdOuc/XrdOucNSWalk.cc | 24 +- src/XrdOuc/XrdOucNSWalk.hh | 21 +- src/XrdOuc/XrdOucName2Name.cc | 24 +- src/XrdOuc/XrdOucName2Name.hh | 20 + src/XrdOuc/XrdOucPList.hh | 22 +- src/XrdOuc/XrdOucProg.cc | 23 +- src/XrdOuc/XrdOucProg.hh | 23 +- src/XrdOuc/XrdOucPup.cc | 24 +- src/XrdOuc/XrdOucPup.hh | 22 +- src/XrdOuc/XrdOucRash.hh | 25 +- src/XrdOuc/XrdOucRash.icc | 27 +- src/XrdOuc/XrdOucReqID.cc | 27 +- src/XrdOuc/XrdOucReqID.hh | 25 +- src/XrdOuc/XrdOucStats.hh | 20 + src/XrdOuc/XrdOucStream.cc | 23 +- src/XrdOuc/XrdOucStream.hh | 23 +- src/XrdOuc/XrdOucString.cc | 24 +- src/XrdOuc/XrdOucString.hh | 22 +- src/XrdOuc/XrdOucSxeq.cc | 20 + src/XrdOuc/XrdOucSxeq.hh | 20 + src/XrdOuc/XrdOucTList.hh | 24 +- src/XrdOuc/XrdOucTPC.cc | 20 + src/XrdOuc/XrdOucTPC.hh | 20 + src/XrdOuc/XrdOucTable.hh | 22 +- src/XrdOuc/XrdOucTokenizer.cc | 23 +- src/XrdOuc/XrdOucTokenizer.hh | 25 +- src/XrdOuc/XrdOucTrace.cc | 27 +- src/XrdOuc/XrdOucTrace.hh | 25 +- src/XrdOuc/XrdOucUtils.cc | 20 + src/XrdOuc/XrdOucUtils.hh | 20 + src/XrdOuc/XrdOucXAttr.hh | 20 + src/XrdOuc/XrdOuca2x.cc | 27 +- src/XrdOuc/XrdOuca2x.hh | 25 +- src/XrdPosix/XrdPosix.cc | 20 + src/XrdPosix/XrdPosix.hh | 22 +- src/XrdPosix/XrdPosixCallBack.hh | 22 +- src/XrdPosix/XrdPosixExtern.hh | 22 +- src/XrdPosix/XrdPosixLinkage.cc | 24 +- src/XrdPosix/XrdPosixLinkage.hh | 22 +- src/XrdPosix/XrdPosixOsDep.hh | 22 +- src/XrdPosix/XrdPosixPreload.cc | 20 + src/XrdPosix/XrdPosixPreload32.cc | 21 +- src/XrdPosix/XrdPosixXrootd.cc | 20 + src/XrdPosix/XrdPosixXrootd.hh | 20 + src/XrdPosix/XrdPosixXrootdPath.cc | 20 + src/XrdPosix/XrdPosixXrootdPath.hh | 20 + src/XrdPss/XrdPss.cc | 23 +- src/XrdPss/XrdPss.hh | 20 + src/XrdPss/XrdPssAio.cc | 20 + src/XrdPss/XrdPssCks.cc | 20 + src/XrdPss/XrdPssCks.hh | 20 + src/XrdPss/XrdPssConfig.cc | 20 + src/XrdRootd/XrdRootdProtocol.cc | 27 +- src/XrdRootd/XrdRootdProtocol.hh | 25 +- src/XrdSec/XrdSecClient.cc | 22 +- src/XrdSec/XrdSecEntity.hh | 23 +- src/XrdSec/XrdSecInterface.hh | 23 +- src/XrdSec/XrdSecPManager.cc | 22 +- src/XrdSec/XrdSecPManager.hh | 22 +- src/XrdSec/XrdSecProtocolhost.cc | 24 +- src/XrdSec/XrdSecProtocolhost.hh | 22 +- src/XrdSec/XrdSecServer.cc | 22 +- src/XrdSec/XrdSecServer.hh | 24 +- src/XrdSec/XrdSecTLayer.cc | 20 + src/XrdSec/XrdSecTLayer.hh | 22 +- src/XrdSec/XrdSecTrace.hh | 24 +- src/XrdSec/XrdSectestClient.cc | 22 +- src/XrdSec/XrdSectestServer.cc | 22 +- src/XrdSecgsi/XrdSecProtocolgsi.cc | 20 + src/XrdSecgsi/XrdSecProtocolgsi.hh | 22 +- src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc | 22 +- src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc | 20 + src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc | 22 +- src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc | 23 +- src/XrdSecgsi/XrdSecgsiProxy.cc | 20 + src/XrdSecgsi/XrdSecgsiTrace.hh | 21 +- src/XrdSecgsi/XrdSecgsiVOMSFunLite.cc | 22 +- src/XrdSecgsi/XrdSecgsitest.cc | 29 +- src/XrdSeckrb5/XrdSecProtocolkrb5.cc | 23 +- src/XrdSecpwd/XrdSecProtocolpwd.cc | 24 +- src/XrdSecpwd/XrdSecProtocolpwd.hh | 26 +- src/XrdSecpwd/XrdSecpwdPlatform.hh | 25 +- src/XrdSecpwd/XrdSecpwdSrvAdmin.cc | 30 +- src/XrdSecsss/XrdSecProtocolsss.cc | 20 + src/XrdSecsss/XrdSecProtocolsss.hh | 20 + src/XrdSecsss/XrdSecsssAdmin.cc | 24 +- src/XrdSecsss/XrdSecsssID.cc | 20 + src/XrdSecsss/XrdSecsssID.hh | 22 +- src/XrdSecsss/XrdSecsssKT.cc | 20 + src/XrdSecsss/XrdSecsssKT.hh | 20 + src/XrdSecsss/XrdSecsssRR.hh | 22 +- src/XrdSecunix/XrdSecProtocolunix.cc | 20 + src/XrdSfs/XrdSfsAio.hh | 25 +- src/XrdSfs/XrdSfsInterface.hh | 21 +- src/XrdSfs/XrdSfsNative.cc | 27 +- src/XrdSfs/XrdSfsNative.hh | 25 +- src/XrdSut/XrdSutAux.cc | 24 +- src/XrdSut/XrdSutAux.hh | 24 +- src/XrdSut/XrdSutBuckList.cc | 26 +- src/XrdSut/XrdSutBuckList.hh | 25 +- src/XrdSut/XrdSutBucket.cc | 26 +- src/XrdSut/XrdSutBucket.hh | 25 +- src/XrdSut/XrdSutBuffer.cc | 26 +- src/XrdSut/XrdSutBuffer.hh | 25 +- src/XrdSut/XrdSutCache.cc | 29 +- src/XrdSut/XrdSutCache.hh | 25 +- src/XrdSut/XrdSutPFEntry.cc | 31 +- src/XrdSut/XrdSutPFEntry.hh | 26 +- src/XrdSut/XrdSutPFile.cc | 29 +- src/XrdSut/XrdSutPFile.hh | 27 +- src/XrdSut/XrdSutRndm.cc | 28 +- src/XrdSut/XrdSutRndm.hh | 25 +- src/XrdSut/XrdSutTrace.hh | 26 +- src/XrdSys/XrdSysAtomics.hh | 20 + src/XrdSys/XrdSysDNS.cc | 20 + src/XrdSys/XrdSysDNS.hh | 20 + src/XrdSys/XrdSysDir.cc | 20 + src/XrdSys/XrdSysDir.hh | 21 +- src/XrdSys/XrdSysError.cc | 27 +- src/XrdSys/XrdSysError.hh | 25 +- src/XrdSys/XrdSysFAttr.cc | 20 + src/XrdSys/XrdSysFAttr.hh | 20 + src/XrdSys/XrdSysFAttrBsd.icc | 23 +- src/XrdSys/XrdSysFAttrLnx.icc | 20 + src/XrdSys/XrdSysFAttrMac.icc | 20 + src/XrdSys/XrdSysFAttrSun.icc | 20 + src/XrdSys/XrdSysHeaders.hh | 25 +- src/XrdSys/XrdSysIOEvents.cc | 20 + src/XrdSys/XrdSysIOEvents.hh | 20 + src/XrdSys/XrdSysIOEventsPollE.icc | 20 + src/XrdSys/XrdSysIOEventsPollPoll.icc | 23 +- src/XrdSys/XrdSysIOEventsPollPort.icc | 20 + src/XrdSys/XrdSysLogger.cc | 23 +- src/XrdSys/XrdSysLogger.hh | 25 +- src/XrdSys/XrdSysPlatform.cc | 23 +- src/XrdSys/XrdSysPlatform.hh | 25 +- src/XrdSys/XrdSysPlugin.cc | 20 + src/XrdSys/XrdSysPlugin.hh | 20 + src/XrdSys/XrdSysPriv.cc | 20 + src/XrdSys/XrdSysPriv.hh | 21 +- src/XrdSys/XrdSysPthread.cc | 23 +- src/XrdSys/XrdSysPthread.hh | 23 +- src/XrdSys/XrdSysPwd.hh | 20 + src/XrdSys/XrdSysSemWait.hh | 22 +- src/XrdSys/XrdSysTimer.cc | 23 +- src/XrdSys/XrdSysTimer.hh | 23 +- src/XrdSys/XrdSysUtils.cc | 20 + src/XrdSys/XrdSysUtils.hh | 20 + src/XrdSys/XrdSysXSLock.cc | 22 +- src/XrdSys/XrdSysXSLock.hh | 24 +- src/XrdXrootd/XrdXrootdAdmin.cc | 22 +- src/XrdXrootd/XrdXrootdAdmin.hh | 24 +- src/XrdXrootd/XrdXrootdAio.cc | 20 + src/XrdXrootd/XrdXrootdAio.hh | 24 +- src/XrdXrootd/XrdXrootdCallBack.cc | 20 + src/XrdXrootd/XrdXrootdCallBack.hh | 20 + src/XrdXrootd/XrdXrootdConfig.cc | 23 +- src/XrdXrootd/XrdXrootdFile.cc | 23 +- src/XrdXrootd/XrdXrootdFile.hh | 23 +- src/XrdXrootd/XrdXrootdFileLock.hh | 25 +- src/XrdXrootd/XrdXrootdFileLock1.cc | 27 +- src/XrdXrootd/XrdXrootdFileLock1.hh | 25 +- src/XrdXrootd/XrdXrootdJob.cc | 20 + src/XrdXrootd/XrdXrootdJob.hh | 22 +- src/XrdXrootd/XrdXrootdLoadLib.cc | 23 +- src/XrdXrootd/XrdXrootdMonData.hh | 22 +- src/XrdXrootd/XrdXrootdMonitor.cc | 22 +- src/XrdXrootd/XrdXrootdMonitor.hh | 22 +- src/XrdXrootd/XrdXrootdPio.cc | 24 +- src/XrdXrootd/XrdXrootdPio.hh | 20 + src/XrdXrootd/XrdXrootdPrepare.cc | 26 +- src/XrdXrootd/XrdXrootdPrepare.hh | 24 +- src/XrdXrootd/XrdXrootdProtocol.cc | 23 +- src/XrdXrootd/XrdXrootdProtocol.hh | 22 +- src/XrdXrootd/XrdXrootdReqID.hh | 22 +- src/XrdXrootd/XrdXrootdResponse.cc | 27 +- src/XrdXrootd/XrdXrootdResponse.hh | 25 +- src/XrdXrootd/XrdXrootdStat.icc | 24 +- src/XrdXrootd/XrdXrootdStats.cc | 23 +- src/XrdXrootd/XrdXrootdStats.hh | 23 +- src/XrdXrootd/XrdXrootdTrace.hh | 25 +- src/XrdXrootd/XrdXrootdXPath.hh | 24 +- src/XrdXrootd/XrdXrootdXeq.cc | 22 +- src/XrdXrootd/XrdXrootdXeqAio.cc | 26 +- 663 files changed, 14888 insertions(+), 1856 deletions(-) create mode 100644 COPYING create mode 100644 COPYING.BSD create mode 100644 COPYING.LGPL delete mode 100644 src/XrdOfs/XrdOfsConfig.hh diff --git a/COPYING b/COPYING new file mode 100644 index 00000000000..94a9ed024d3 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any 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 + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/COPYING.BSD b/COPYING.BSD new file mode 100644 index 00000000000..ea8ff31a74e --- /dev/null +++ b/COPYING.BSD @@ -0,0 +1,35 @@ +******************************************************************************** +*Prior to September 2nd, 2012 the XRootD software suite was licensed under a * +*modified BSD license shown below. This applies to all code that was in the * +*XRootD git repository prior to that date. All code is now licensed under LGPL.* +* See files LICENSE, COPYING.LGPL, and COPYING for license details. * +******************************************************************************** + +Copyright (c) 2005-2012, Board of Trustees of the Leland Stanford, Jr. University. +Produced under contract DE-AC02-76-SF00515 with the US Department of Energy. +All rights reserved. + Conditions of Use +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: +a. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +b. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +c. Neither the name of the Leland Stanford, Jr. University nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. +d. Products derived from this software that do not adhere to the xrootd or cmsd + protocol specifications may not use the acronyms 'cmsd', 'Scalla', 'xroot', + and 'xrootd', regardless of capitalization, to describe such derivative works. + DISCLAIMER +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/COPYING.LGPL b/COPYING.LGPL new file mode 100644 index 00000000000..65c5ca88a67 --- /dev/null +++ b/COPYING.LGPL @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/LICENSE b/LICENSE index d6a6d1d274c..8fd5621be2c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,28 +1,18 @@ "Copyright (c) 2005-2012, Board of Trustees of the Leland Stanford, Jr. University.\n" "Produced under contract DE-AC02-76-SF00515 with the US Department of Energy. \n" -"All rights reserved. \n" -" Conditions of Use \n" -"Redistribution and use in source and binary forms, with or without modification, \n" -"are permitted provided that the following conditions are met: \n" -"a. Redistributions of source code must retain the above copyright notice, this \n" -" list of conditions and the following disclaimer. \n" -"b. Redistributions in binary form must reproduce the above copyright notice, \n" -" this list of conditions and the following disclaimer in the documentation \n" -" and/or other materials provided with the distribution. \n" -"c. Neither the name of the Leland Stanford, Jr. University nor the names of its \n" -" contributors may be used to endorse or promote products derived from this \n" -" software without specific prior written permission. \n" -"d. Products derived from this software that do not adhere to the xrootd or cmsd \n" -" protocol specifications may not use the acronyms 'cmsd', 'Scalla', 'xroot', \n" -" and 'xrootd', regardless of capitalization, to describe such derivative works. \n" -" DISCLAIMER \n" -"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND \n" -"ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED \n" -"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\n" -"IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, \n" -"INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, \n" -"BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, \n" -"DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF \n" -"LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE \n" -"OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED \n" -"OF THE POSSIBILITY OF SUCH DAMAGE. \n" +"All rights reserved. The copyright holder's institutional names may not be used to\n" +"endorse or promote products derived from this software without specific prior \n" +"written permission.\n\n" +"This file is part of the XRootD software suite. \n\n" +"XRootD is free software: you can redistribute it and/or modify it under the terms \n" +"of the GNU Lesser General Public License as published by the Free Software \n" +"Foundation, either version 3 of the License, or (at your option) any later version.\n\n" +"XRootD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;\n" +"without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR \n" +"PURPOSE. See the GNU Lesser General Public License for more details. \nn" +"You should have received a copy of the GNU Lesser General Public License along \n" +"with XRootD in a file called COPYING.LESSER (LGPL license) and file COPYING (GPL \n" +"license). If not, see .\n\n" +"Prior to September 2nd, 2012 the XRootD software suite was licensed under a\n" +"modified BSD license (see file COPYING.BSD). This applies to all code that\n" +"was in the XRootD git repository prior to that date.\n" diff --git a/src/XProtocol/XProtocol.hh b/src/XProtocol/XProtocol.hh index efc85528ce9..156f6a50fd2 100644 --- a/src/XProtocol/XProtocol.hh +++ b/src/XProtocol/XProtocol.hh @@ -1,5 +1,34 @@ #ifndef __XPROTOCOL_H #define __XPROTOCOL_H +/******************************************************************************/ +/* */ +/* X P r o t o c o l . h h */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Produced by Andrew Hanushevsky for Stanford University under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ //#ifndef __GNUC__ //#define __attribute__(x) diff --git a/src/XProtocol/XPtypes.hh b/src/XProtocol/XPtypes.hh index 7b84ae88878..bd816687984 100644 --- a/src/XProtocol/XPtypes.hh +++ b/src/XProtocol/XPtypes.hh @@ -1,7 +1,34 @@ #ifndef __XPTYPES_H #define __XPTYPES_H - -// $Id$ +/******************************************************************************/ +/* */ +/* X P t y p e s . h h */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Produced by Andrew Hanushevsky for Stanford University under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ // Full range type compatibility work done by Gerardo Ganis, CERN. diff --git a/src/XProtocol/YProtocol.hh b/src/XProtocol/YProtocol.hh index 0defb94ac1d..95954e32aec 100644 --- a/src/XProtocol/YProtocol.hh +++ b/src/XProtocol/YProtocol.hh @@ -1,5 +1,34 @@ #ifndef __YPROTOCOL_H #define __YPROTOCOL_H +/******************************************************************************/ +/* */ +/* Y P r o t o c o l . h h */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Produced by Andrew Hanushevsky for Stanford University under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ #ifdef __CINT__ #define __attribute__(x) diff --git a/src/Xrd/XrdBuffer.cc b/src/Xrd/XrdBuffer.cc index b840fbba581..8b6c05f2759 100644 --- a/src/Xrd/XrdBuffer.cc +++ b/src/Xrd/XrdBuffer.cc @@ -3,9 +3,28 @@ /* X r d B u f f e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdBuffer.hh b/src/Xrd/XrdBuffer.hh index 87592099772..d9de5841960 100644 --- a/src/Xrd/XrdBuffer.hh +++ b/src/Xrd/XrdBuffer.hh @@ -5,9 +5,28 @@ /* X r d B u f f e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdConfig.cc b/src/Xrd/XrdConfig.cc index 42380b73018..fbabe8c7b37 100644 --- a/src/Xrd/XrdConfig.cc +++ b/src/Xrd/XrdConfig.cc @@ -3,9 +3,28 @@ /* X r d C o n f i g . c c */ /* */ /* (c) 2011 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* diff --git a/src/Xrd/XrdConfig.hh b/src/Xrd/XrdConfig.hh index 4bb97b0870f..9a3e7a94444 100644 --- a/src/Xrd/XrdConfig.hh +++ b/src/Xrd/XrdConfig.hh @@ -5,9 +5,28 @@ /* X r d C o n f i g . h h */ /* */ /* (C) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "Xrd/XrdBuffer.hh" diff --git a/src/Xrd/XrdInet.cc b/src/Xrd/XrdInet.cc index 9cfbb2664cf..fc48c91b73d 100644 --- a/src/Xrd/XrdInet.cc +++ b/src/Xrd/XrdInet.cc @@ -3,9 +3,28 @@ /* X r d I n e t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdInet.hh b/src/Xrd/XrdInet.hh index af6dd41ab16..d86acfe3e0f 100644 --- a/src/Xrd/XrdInet.hh +++ b/src/Xrd/XrdInet.hh @@ -5,9 +5,28 @@ /* X r d I n e t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdInfo.cc b/src/Xrd/XrdInfo.cc index 19d50a7facb..76ba4b56d48 100644 --- a/src/Xrd/XrdInfo.cc +++ b/src/Xrd/XrdInfo.cc @@ -5,12 +5,28 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved. Scroll to end for Terms and Conditions of use */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdInfoCVSID = "$Id$"; #include "Xrd/XrdInfo.hh" @@ -18,7 +34,6 @@ const char *XrdInfoCVSID = "$Id$"; /* L i c e n s e T e r m a n d C o n d i t i o n s */ /* */ /* License terms are contained in the LICENSE file in the base directory. */ -/* */ /******************************************************************************/ const char *XrdLicense = diff --git a/src/Xrd/XrdInfo.hh b/src/Xrd/XrdInfo.hh index b662b602ea4..d9a6c9c01a9 100644 --- a/src/Xrd/XrdInfo.hh +++ b/src/Xrd/XrdInfo.hh @@ -5,12 +5,29 @@ /* X r d I n f o . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdVersion.hh" @@ -18,5 +35,5 @@ #define XrdFORMATB 0x00000200 -#define XrdBANNER "Copr. 2010 Stanford University, xrd version " XrdVSTRING +#define XrdBANNER "Copr. 2004-2012 Stanford University, xrd version " XrdVSTRING #endif diff --git a/src/Xrd/XrdJob.hh b/src/Xrd/XrdJob.hh index e9e61461a61..5c68696c649 100644 --- a/src/Xrd/XrdJob.hh +++ b/src/Xrd/XrdJob.hh @@ -5,13 +5,30 @@ /* X r d J o b . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/Xrd/XrdLink.cc b/src/Xrd/XrdLink.cc index c92dbd8ff7f..187db399c21 100644 --- a/src/Xrd/XrdLink.cc +++ b/src/Xrd/XrdLink.cc @@ -3,9 +3,28 @@ /* X r d L i n k . c c */ /* */ /* (c) 2011 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdLink.hh b/src/Xrd/XrdLink.hh index 1b4cfe6f1af..1147e6eb679 100644 --- a/src/Xrd/XrdLink.hh +++ b/src/Xrd/XrdLink.hh @@ -5,9 +5,28 @@ /* X r d L i n k . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdLinkMatch.cc b/src/Xrd/XrdLinkMatch.cc index aa6f8e2ddee..4ed9110c369 100644 --- a/src/Xrd/XrdLinkMatch.cc +++ b/src/Xrd/XrdLinkMatch.cc @@ -3,15 +3,30 @@ /* X r d L i n k M a t c h . c c */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdLinkMatchCVSID = "$Id$"; - #include #include "Xrd/XrdLinkMatch.hh" diff --git a/src/Xrd/XrdLinkMatch.hh b/src/Xrd/XrdLinkMatch.hh index c0e7e680ea3..cfa0a3ac81c 100644 --- a/src/Xrd/XrdLinkMatch.hh +++ b/src/Xrd/XrdLinkMatch.hh @@ -5,13 +5,30 @@ /* X r d L i n k M a t c h . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/Xrd/XrdMain.cc b/src/Xrd/XrdMain.cc index 46cfb6984af..57f0694352c 100644 --- a/src/Xrd/XrdMain.cc +++ b/src/Xrd/XrdMain.cc @@ -3,9 +3,28 @@ /* X r d M a i n . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This is the XRootd server. The syntax is: diff --git a/src/Xrd/XrdObject.hh b/src/Xrd/XrdObject.hh index d964130d488..a625d2689a9 100644 --- a/src/Xrd/XrdObject.hh +++ b/src/Xrd/XrdObject.hh @@ -5,13 +5,30 @@ /* X r d O b j e c t . h h */ /* */ /*(c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /*Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/Xrd/XrdObject.icc b/src/Xrd/XrdObject.icc index d82c828a410..aec84b0fe2f 100644 --- a/src/Xrd/XrdObject.icc +++ b/src/Xrd/XrdObject.icc @@ -3,15 +3,30 @@ /* X r d O b j e c t . i c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -//const char *XrdObjectCVSID = "$Id$"; - #include "Xrd/XrdScheduler.hh" #include "XrdOuc/XrdOucTrace.hh" diff --git a/src/Xrd/XrdPoll.cc b/src/Xrd/XrdPoll.cc index cc0fc1e651c..f082747a40d 100644 --- a/src/Xrd/XrdPoll.cc +++ b/src/Xrd/XrdPoll.cc @@ -3,9 +3,28 @@ /* X r d P o l l . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdPoll.hh b/src/Xrd/XrdPoll.hh index f7bd6304fa2..076d641d53d 100644 --- a/src/Xrd/XrdPoll.hh +++ b/src/Xrd/XrdPoll.hh @@ -6,7 +6,27 @@ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdPollDev.hh b/src/Xrd/XrdPollDev.hh index c8df4df93dc..0f09db57e11 100644 --- a/src/Xrd/XrdPollDev.hh +++ b/src/Xrd/XrdPollDev.hh @@ -5,13 +5,30 @@ /* X r d P o l l D e v . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "Xrd/XrdPoll.hh" diff --git a/src/Xrd/XrdPollDev.icc b/src/Xrd/XrdPollDev.icc index 8db26671b55..9d810fd3a8f 100644 --- a/src/Xrd/XrdPollDev.icc +++ b/src/Xrd/XrdPollDev.icc @@ -3,9 +3,28 @@ /* X r d P o l l D e v . i c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdPollE.hh b/src/Xrd/XrdPollE.hh index 1d88d7bf5fa..65af2626862 100644 --- a/src/Xrd/XrdPollE.hh +++ b/src/Xrd/XrdPollE.hh @@ -5,9 +5,28 @@ /* X r d P o l l D e v . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdPollE.icc b/src/Xrd/XrdPollE.icc index fb129345ddf..b96af020ac5 100644 --- a/src/Xrd/XrdPollE.icc +++ b/src/Xrd/XrdPollE.icc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __macos__ diff --git a/src/Xrd/XrdPollPoll.hh b/src/Xrd/XrdPollPoll.hh index 96bd4e5a76e..e76c0c39512 100644 --- a/src/Xrd/XrdPollPoll.hh +++ b/src/Xrd/XrdPollPoll.hh @@ -5,13 +5,30 @@ /* X r d P o l l P o l l . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "Xrd/XrdPoll.hh" diff --git a/src/Xrd/XrdPollPoll.icc b/src/Xrd/XrdPollPoll.icc index c311e426453..c39eb74c4a0 100644 --- a/src/Xrd/XrdPollPoll.icc +++ b/src/Xrd/XrdPollPoll.icc @@ -3,9 +3,28 @@ /* X r d P o l l P o l l . i c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #if !defined(__macos__) && !defined(__FreeBSD__) diff --git a/src/Xrd/XrdProtLoad.cc b/src/Xrd/XrdProtLoad.cc index 89d069993ff..630a0b3b84d 100644 --- a/src/Xrd/XrdProtLoad.cc +++ b/src/Xrd/XrdProtLoad.cc @@ -3,9 +3,28 @@ /* X r d P r o t L o a d . c c */ /* */ /* (c) 2006 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysError.hh" diff --git a/src/Xrd/XrdProtLoad.hh b/src/Xrd/XrdProtLoad.hh index c69da79d868..40a68e5fe50 100644 --- a/src/Xrd/XrdProtLoad.hh +++ b/src/Xrd/XrdProtLoad.hh @@ -5,9 +5,28 @@ /* X r d P r o t L o a d . h h */ /* */ /* (c) 2006 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "Xrd/XrdProtocol.hh" diff --git a/src/Xrd/XrdProtocol.cc b/src/Xrd/XrdProtocol.cc index 4aec4da592f..ef3505a7f7b 100644 --- a/src/Xrd/XrdProtocol.cc +++ b/src/Xrd/XrdProtocol.cc @@ -3,9 +3,28 @@ /* X r d P r o t o c o l . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdProtocol.hh b/src/Xrd/XrdProtocol.hh index 80eb650e3f3..004cc40dd29 100644 --- a/src/Xrd/XrdProtocol.hh +++ b/src/Xrd/XrdProtocol.hh @@ -5,9 +5,28 @@ /* X r d P r o t o c o l . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "Xrd/XrdJob.hh" diff --git a/src/Xrd/XrdScheduler.cc b/src/Xrd/XrdScheduler.cc index dda0151fdf1..903b9c4e64e 100644 --- a/src/Xrd/XrdScheduler.cc +++ b/src/Xrd/XrdScheduler.cc @@ -3,9 +3,28 @@ /* X r d S c h e d u l e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdScheduler.hh b/src/Xrd/XrdScheduler.hh index 6b9888b5582..ee38622e752 100644 --- a/src/Xrd/XrdScheduler.hh +++ b/src/Xrd/XrdScheduler.hh @@ -5,9 +5,28 @@ /* X r d S c h e d u l e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdStats.cc b/src/Xrd/XrdStats.cc index 761271eea7f..0aa6a117e4c 100644 --- a/src/Xrd/XrdStats.cc +++ b/src/Xrd/XrdStats.cc @@ -3,9 +3,28 @@ /* X r d S t a t s . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #if !defined(__macos__) && !defined(__FreeBSD__) diff --git a/src/Xrd/XrdStats.hh b/src/Xrd/XrdStats.hh index 4db3621621d..597533b005d 100644 --- a/src/Xrd/XrdStats.hh +++ b/src/Xrd/XrdStats.hh @@ -5,9 +5,28 @@ /* X r d S t a t s . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/Xrd/XrdTrace.hh b/src/Xrd/XrdTrace.hh index 03f9aec2c48..5cde63539be 100644 --- a/src/Xrd/XrdTrace.hh +++ b/src/Xrd/XrdTrace.hh @@ -5,13 +5,30 @@ /* X r d T r a c e . h h */ /* */ /* (C) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - // Trace flags // #define TRACE_NONE 0x0000 diff --git a/src/XrdAcc/XrdAccAccess.cc b/src/XrdAcc/XrdAccAccess.cc index a24862e93b0..1e17d7c98f1 100644 --- a/src/XrdAcc/XrdAccAccess.cc +++ b/src/XrdAcc/XrdAccAccess.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdAcc/XrdAccAccess.hh b/src/XrdAcc/XrdAccAccess.hh index 540918909cc..b5ebadc3dc1 100644 --- a/src/XrdAcc/XrdAccAccess.hh +++ b/src/XrdAcc/XrdAccAccess.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdAcc/XrdAccAudit.hh" #include "XrdAcc/XrdAccAuthorize.hh" #include "XrdAcc/XrdAccCapability.hh" diff --git a/src/XrdAcc/XrdAccAudit.cc b/src/XrdAcc/XrdAccAudit.cc index 1bd7d77da96..9c15a3e50b8 100644 --- a/src/XrdAcc/XrdAccAudit.cc +++ b/src/XrdAcc/XrdAccAudit.cc @@ -5,13 +5,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdAccAuditCVSID = "$Id$"; - #include #include diff --git a/src/XrdAcc/XrdAccAudit.hh b/src/XrdAcc/XrdAccAudit.hh index 1b2fab7119e..ade54718165 100644 --- a/src/XrdAcc/XrdAccAudit.hh +++ b/src/XrdAcc/XrdAccAudit.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - /******************************************************************************/ /* A u d i t _ O p t i o n s */ /******************************************************************************/ diff --git a/src/XrdAcc/XrdAccAuthDB.hh b/src/XrdAcc/XrdAccAuthDB.hh index 7cf776e561a..70fd218064f 100644 --- a/src/XrdAcc/XrdAccAuthDB.hh +++ b/src/XrdAcc/XrdAccAuthDB.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysError.hh" // This class is provided for obtaining capability information from some source. diff --git a/src/XrdAcc/XrdAccAuthFile.cc b/src/XrdAcc/XrdAccAuthFile.cc index 81571959efc..b20b5b6422a 100644 --- a/src/XrdAcc/XrdAccAuthFile.cc +++ b/src/XrdAcc/XrdAccAuthFile.cc @@ -5,13 +5,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdAccAuthFileCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdAcc/XrdAccAuthFile.hh b/src/XrdAcc/XrdAccAuthFile.hh index 2c38adaca0f..dc511073025 100644 --- a/src/XrdAcc/XrdAccAuthFile.hh +++ b/src/XrdAcc/XrdAccAuthFile.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdAcc/XrdAccAuthorize.hh b/src/XrdAcc/XrdAccAuthorize.hh index 46306da151b..f5fb7a21399 100644 --- a/src/XrdAcc/XrdAccAuthorize.hh +++ b/src/XrdAcc/XrdAccAuthorize.hh @@ -7,7 +7,27 @@ /* (c) 2000 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdAcc/XrdAccPrivs.hh" diff --git a/src/XrdAcc/XrdAccCapability.cc b/src/XrdAcc/XrdAccCapability.cc index 64bd8a3801e..ccd53962f6b 100644 --- a/src/XrdAcc/XrdAccCapability.cc +++ b/src/XrdAcc/XrdAccCapability.cc @@ -5,13 +5,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdAccCapabilityCVSID = "$Id$"; - #include "XrdAcc/XrdAccCapability.hh" /******************************************************************************/ diff --git a/src/XrdAcc/XrdAccCapability.hh b/src/XrdAcc/XrdAccCapability.hh index c31c97f30e7..59aaa20c96c 100644 --- a/src/XrdAcc/XrdAccCapability.hh +++ b/src/XrdAcc/XrdAccCapability.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdAcc/XrdAccConfig.cc b/src/XrdAcc/XrdAccConfig.cc index 958c2fdd30c..b09d585f605 100644 --- a/src/XrdAcc/XrdAccConfig.cc +++ b/src/XrdAcc/XrdAccConfig.cc @@ -5,20 +5,28 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdAccConfigCVSID = "$Id$"; - -/* - The routines in this file handle authorization system initialization. - - These routines are thread-safe if compiled with: - AIX: -D_THREAD_SAFE - SUN: -D_REENTRANT -*/ #include #include diff --git a/src/XrdAcc/XrdAccConfig.hh b/src/XrdAcc/XrdAccConfig.hh index 5ba9f419f2b..6fc72520c28 100644 --- a/src/XrdAcc/XrdAccConfig.hh +++ b/src/XrdAcc/XrdAccConfig.hh @@ -7,11 +7,29 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdOuc/XrdOuca2x.hh" diff --git a/src/XrdAcc/XrdAccGroups.cc b/src/XrdAcc/XrdAccGroups.cc index 8d735b4cf77..098bce7b1be 100644 --- a/src/XrdAcc/XrdAccGroups.cc +++ b/src/XrdAcc/XrdAccGroups.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdAcc/XrdAccGroups.hh b/src/XrdAcc/XrdAccGroups.hh index 17eae000900..ca76521f027 100644 --- a/src/XrdAcc/XrdAccGroups.hh +++ b/src/XrdAcc/XrdAccGroups.hh @@ -7,11 +7,29 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdAcc/XrdAccPrivs.hh b/src/XrdAcc/XrdAccPrivs.hh index 57b03d7100b..279af72a4ce 100644 --- a/src/XrdAcc/XrdAccPrivs.hh +++ b/src/XrdAcc/XrdAccPrivs.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - /******************************************************************************/ /* X r d A c c P r i v s */ /******************************************************************************/ diff --git a/src/XrdAcc/XrdAccTest.cc b/src/XrdAcc/XrdAccTest.cc index 52976c231db..e831683ca7c 100644 --- a/src/XrdAcc/XrdAccTest.cc +++ b/src/XrdAcc/XrdAccTest.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* Syntax: testaccess [=c cfn] [d] [-t] [user host op path] diff --git a/src/XrdApps/XrdAppsCconfig.cc b/src/XrdApps/XrdAppsCconfig.cc index 16788a2c3ac..68c7bf3f8ab 100644 --- a/src/XrdApps/XrdAppsCconfig.cc +++ b/src/XrdApps/XrdAppsCconfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdApps/XrdCpConfig.cc b/src/XrdApps/XrdCpConfig.cc index 7f5aeae5ce8..3c1717b7508 100644 --- a/src/XrdApps/XrdCpConfig.cc +++ b/src/XrdApps/XrdCpConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdApps/XrdCpConfig.hh b/src/XrdApps/XrdCpConfig.hh index 936635f81b0..eb77068e1f4 100644 --- a/src/XrdApps/XrdCpConfig.hh +++ b/src/XrdApps/XrdCpConfig.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCks/XrdCksData.hh" diff --git a/src/XrdApps/XrdCpFile.cc b/src/XrdApps/XrdCpFile.cc index 9cae5b7bde9..70100ee4a90 100644 --- a/src/XrdApps/XrdCpFile.cc +++ b/src/XrdApps/XrdCpFile.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdApps/XrdCpFile.hh b/src/XrdApps/XrdCpFile.hh index 1fb888f6ce2..c7c40d7d6db 100644 --- a/src/XrdApps/XrdCpFile.hh +++ b/src/XrdApps/XrdCpFile.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdApps/XrdCpy.cc b/src/XrdApps/XrdCpy.cc index f6327840c9a..7408b1c6024 100644 --- a/src/XrdApps/XrdCpy.cc +++ b/src/XrdApps/XrdCpy.cc @@ -1,9 +1,39 @@ +/******************************************************************************/ +/* */ +/* X r d C p y . c c */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Modified by Andrew Hanushevsky (2012) under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Modified by Andrew Hanushevsky (2012) under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// xrdcp // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// // // A cp-like command line tool for xrootd environments // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdApps/XrdMpxStats.cc b/src/XrdApps/XrdMpxStats.cc index dfb3649a421..a56a6757eec 100644 --- a/src/XrdApps/XrdMpxStats.cc +++ b/src/XrdApps/XrdMpxStats.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdApps/XrdWait41.cc b/src/XrdApps/XrdWait41.cc index 3b738d65ecf..3df14bb6272 100644 --- a/src/XrdApps/XrdWait41.cc +++ b/src/XrdApps/XrdWait41.cc @@ -3,14 +3,31 @@ /* X r d W a i t 4 1 . c c */ /* */ /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ -const char *XrdWait41CVSID = "$Id$"; /* This unitily waits for the first of n file locks. The syntax is: diff --git a/src/XrdApps/Xrdadler32.cc b/src/XrdApps/Xrdadler32.cc index 71e8a28632e..c483a3824a4 100644 --- a/src/XrdApps/Xrdadler32.cc +++ b/src/XrdApps/Xrdadler32.cc @@ -1,9 +1,34 @@ +/******************************************************************************/ +/* */ +/* X r d a d l e r 3 2 . c c */ +/* */ +/* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Produced by Wei Yang for Stanford University under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + /************************************************************************/ -/* Xrdadler32.cc */ -/* */ -/* Auther: Wei Yang */ -/* SLAC National Accelerator Laboratory / Stanford University, 2009 */ -/* */ /* Calculating Adler32 checksum of a local unix file (including stdin) */ /* and file on a remote xrootd data server. Support using XROOTD_VMP. */ /************************************************************************/ diff --git a/src/XrdBwm/XrdBwm.cc b/src/XrdBwm/XrdBwm.cc index 705597eebc8..d3398603617 100644 --- a/src/XrdBwm/XrdBwm.cc +++ b/src/XrdBwm/XrdBwm.cc @@ -3,9 +3,28 @@ /* X r d B w m . c c */ /* */ /* (c) 2008 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdBwm/XrdBwm.hh b/src/XrdBwm/XrdBwm.hh index 23fbc77dce1..4283c6ec990 100644 --- a/src/XrdBwm/XrdBwm.hh +++ b/src/XrdBwm/XrdBwm.hh @@ -5,9 +5,28 @@ /* X r d B w m . h h */ /* */ /* (c) 2008 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdBwm/XrdBwmConfig.cc b/src/XrdBwm/XrdBwmConfig.cc index da5896be7f7..97b091cd987 100644 --- a/src/XrdBwm/XrdBwmConfig.cc +++ b/src/XrdBwm/XrdBwmConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdBwm/XrdBwmHandle.cc b/src/XrdBwm/XrdBwmHandle.cc index 3af6e36ea10..99b185caba1 100644 --- a/src/XrdBwm/XrdBwmHandle.cc +++ b/src/XrdBwm/XrdBwmHandle.cc @@ -5,7 +5,27 @@ /* (c) 2008 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdBwm/XrdBwmHandle.hh b/src/XrdBwm/XrdBwmHandle.hh index 528b84954fb..6dc8074c02e 100644 --- a/src/XrdBwm/XrdBwmHandle.hh +++ b/src/XrdBwm/XrdBwmHandle.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdBwm/XrdBwmLogger.cc b/src/XrdBwm/XrdBwmLogger.cc index ee0ed5c4bfb..9cd86f8d1c2 100644 --- a/src/XrdBwm/XrdBwmLogger.cc +++ b/src/XrdBwm/XrdBwmLogger.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdBwm/XrdBwmLogger.hh b/src/XrdBwm/XrdBwmLogger.hh index f666c2c3f2c..1c23ec5adbe 100644 --- a/src/XrdBwm/XrdBwmLogger.hh +++ b/src/XrdBwm/XrdBwmLogger.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdBwm/XrdBwmPolicy.hh b/src/XrdBwm/XrdBwmPolicy.hh index f815a913784..2848aac87c7 100644 --- a/src/XrdBwm/XrdBwmPolicy.hh +++ b/src/XrdBwm/XrdBwmPolicy.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - class XrdBwmPolicy { public: diff --git a/src/XrdBwm/XrdBwmPolicy1.cc b/src/XrdBwm/XrdBwmPolicy1.cc index 7597126cb69..a9b7042a2b1 100644 --- a/src/XrdBwm/XrdBwmPolicy1.cc +++ b/src/XrdBwm/XrdBwmPolicy1.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdBwmPolicy1CVSID = "$Id$"; #include diff --git a/src/XrdBwm/XrdBwmPolicy1.hh b/src/XrdBwm/XrdBwmPolicy1.hh index 475fc8941d9..82436a57a92 100644 --- a/src/XrdBwm/XrdBwmPolicy1.hh +++ b/src/XrdBwm/XrdBwmPolicy1.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdBwm/XrdBwmPolicy.hh" #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdBwm/XrdBwmTrace.hh b/src/XrdBwm/XrdBwmTrace.hh index 658132818bc..d321e814d5e 100644 --- a/src/XrdBwm/XrdBwmTrace.hh +++ b/src/XrdBwm/XrdBwmTrace.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #ifndef NODEBUG diff --git a/src/XrdCks/XrdCks.hh b/src/XrdCks/XrdCks.hh index 21371cd92ea..fa9cb2199f5 100644 --- a/src/XrdCks/XrdCks.hh +++ b/src/XrdCks/XrdCks.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCks/XrdCksData.hh" diff --git a/src/XrdCks/XrdCksCalc.hh b/src/XrdCks/XrdCksCalc.hh index d9f4c5d356f..a73f105dc59 100644 --- a/src/XrdCks/XrdCksCalc.hh +++ b/src/XrdCks/XrdCksCalc.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /*! This class defines the interface to a checksum computation. When this class diff --git a/src/XrdCks/XrdCksCalcadler32.hh b/src/XrdCks/XrdCksCalcadler32.hh index 4a5c4d725e5..71e488d3336 100644 --- a/src/XrdCks/XrdCksCalcadler32.hh +++ b/src/XrdCks/XrdCksCalcadler32.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksCalccrc32.cc b/src/XrdCks/XrdCksCalccrc32.cc index a711b5efb92..b72ef7eda3e 100644 --- a/src/XrdCks/XrdCksCalccrc32.cc +++ b/src/XrdCks/XrdCksCalccrc32.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCks/XrdCksCalccrc32.hh" diff --git a/src/XrdCks/XrdCksCalccrc32.hh b/src/XrdCks/XrdCksCalccrc32.hh index a77a6383911..4c427231098 100644 --- a/src/XrdCks/XrdCksCalccrc32.hh +++ b/src/XrdCks/XrdCksCalccrc32.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksCalcmd5.cc b/src/XrdCks/XrdCksCalcmd5.cc index 07856073857..fe50bd237e2 100644 --- a/src/XrdCks/XrdCksCalcmd5.cc +++ b/src/XrdCks/XrdCksCalcmd5.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksCalcmd5.hh b/src/XrdCks/XrdCksCalcmd5.hh index 96162bcbc36..00353d728ed 100644 --- a/src/XrdCks/XrdCksCalcmd5.hh +++ b/src/XrdCks/XrdCksCalcmd5.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksConfig.cc b/src/XrdCks/XrdCksConfig.cc index 7e5b4c63021..d1be835878b 100644 --- a/src/XrdCks/XrdCksConfig.cc +++ b/src/XrdCks/XrdCksConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksConfig.hh b/src/XrdCks/XrdCksConfig.hh index 7e9f106cfd3..3e741ac5088 100644 --- a/src/XrdCks/XrdCksConfig.hh +++ b/src/XrdCks/XrdCksConfig.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucTList.hh" diff --git a/src/XrdCks/XrdCksData.hh b/src/XrdCks/XrdCksData.hh index ef8a9b5aa55..5c533d0120e 100644 --- a/src/XrdCks/XrdCksData.hh +++ b/src/XrdCks/XrdCksData.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksManager.cc b/src/XrdCks/XrdCksManager.cc index bc161f44e02..8e795bfdd62 100644 --- a/src/XrdCks/XrdCksManager.cc +++ b/src/XrdCks/XrdCksManager.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCks/XrdCksManager.hh b/src/XrdCks/XrdCksManager.hh index 4ce5e6fba93..0d12e7fb8b3 100644 --- a/src/XrdCks/XrdCksManager.hh +++ b/src/XrdCks/XrdCksManager.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "sys/types.h" diff --git a/src/XrdCks/XrdCksXAttr.hh b/src/XrdCks/XrdCksXAttr.hh index e16a80982d4..252aba415fe 100644 --- a/src/XrdCks/XrdCksXAttr.hh +++ b/src/XrdCks/XrdCksXAttr.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdClient/TestXrdClient.cc b/src/XrdClient/TestXrdClient.cc index 8c2af63fb68..3fa930b74f8 100644 --- a/src/XrdClient/TestXrdClient.cc +++ b/src/XrdClient/TestXrdClient.cc @@ -1,6 +1,28 @@ -// $Id$ - -//const char *TestClientCVSID = "$Id$"; +/******************************************************************************/ +/* */ +/* T e s t X r d C l i e n t . c c */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + // Simple keleton for simple tests of Xrdclient and XrdClientAdmin // diff --git a/src/XrdClient/TestXrdClient_read.cc b/src/XrdClient/TestXrdClient_read.cc index a8dbdcf9346..5f86e0d7f6a 100644 --- a/src/XrdClient/TestXrdClient_read.cc +++ b/src/XrdClient/TestXrdClient_read.cc @@ -1,6 +1,28 @@ -// $Id$ - -// const char *TestXrdClient_readCVSID = "$Id$"; +/******************************************************************************/ +/* */ +/* T e s t X r d C l i e n t _ r e a d . c c */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + #include "XrdClient/XrdClient.hh" #include "XrdClient/XrdClientEnv.hh" #include "XrdSys/XrdSysHeaders.hh" @@ -11,9 +33,6 @@ #include #include - - - class MyXrdClientCallback: public XrdClientCallback { virtual void OpenComplete(XrdClientAbs *clientP, void *cbArg, bool res) { @@ -22,10 +41,6 @@ class MyXrdClientCallback: public XrdClientCallback { }; - - - - kXR_unt16 open_mode = (kXR_ur | kXR_uw); kXR_unt16 open_opts = (0); diff --git a/src/XrdClient/XrdClient.cc b/src/XrdClient/XrdClient.cc index e2fffbe49f8..d9b8eb49d41 100644 --- a/src/XrdClient/XrdClient.cc +++ b/src/XrdClient/XrdClient.cc @@ -1,20 +1,39 @@ -/////////////////////////////////////////////////////////////////////////// -// // -// XrdClient // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // +/******************************************************************************/ +/* */ +/* X r d C l i e n t . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + +////////////////////////////////////////////////////////////////////////// // // // A UNIX reference client for xrootd. // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientCVSID = "$Id$"; - #include "XrdClient/XrdClient.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientUrlSet.hh" diff --git a/src/XrdClient/XrdClient.hh b/src/XrdClient/XrdClient.hh index 274fef32dae..330fcb554f5 100644 --- a/src/XrdClient/XrdClient.hh +++ b/src/XrdClient/XrdClient.hh @@ -1,22 +1,41 @@ +#ifndef XRD_CLIENT_H +#define XRD_CLIENT_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClient // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // A UNIX reference client for xrootd. // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CLIENT_H -#define XRD_CLIENT_H - - ////////////////////////////////////////////////////////////////////////// // // // // @@ -48,7 +67,6 @@ #include #include - class XrdClientReadAheadMgr; struct XrdClientOpenInfo { @@ -296,5 +314,4 @@ public: std::vector fExcludedHosts; }; - #endif diff --git a/src/XrdClient/XrdClientAbs.cc b/src/XrdClient/XrdClientAbs.cc index 4fa25679d62..2f84191a7e6 100644 --- a/src/XrdClient/XrdClientAbs.cc +++ b/src/XrdClient/XrdClientAbs.cc @@ -1,25 +1,43 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t A b s . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientAbs // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Base class for objects who has to handle redirections with open files// // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientAbsCVSID = "$Id$"; - #include "XrdClient/XrdClientAbs.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientEnv.hh" - //_____________________________________________________________________________ void XrdClientAbs::SetParm(const char *parm, int val) { diff --git a/src/XrdClient/XrdClientAbs.hh b/src/XrdClient/XrdClientAbs.hh index cf639d86bc7..deaad466236 100644 --- a/src/XrdClient/XrdClientAbs.hh +++ b/src/XrdClient/XrdClientAbs.hh @@ -1,21 +1,41 @@ +#ifndef XRD_ABSCLIENTBASE_H +#define XRD_ABSCLIENTBASE_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t A b s . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientAbs // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Base class for objects handling redirections keeping open files // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_ABSCLIENTBASE_H -#define XRD_ABSCLIENTBASE_H - #include "XrdClient/XrdClientUnsolMsg.hh" #include "XrdClient/XrdClientConn.hh" @@ -102,5 +122,4 @@ public: bool Query( kXR_int16 ReqCode, const kXR_char *Args, kXR_char **Resp, kXR_int32 MaxResplen ); }; - #endif diff --git a/src/XrdClient/XrdClientAbsMonIntf.hh b/src/XrdClient/XrdClientAbsMonIntf.hh index 52961be7af7..8c7373f9895 100644 --- a/src/XrdClient/XrdClientAbsMonIntf.hh +++ b/src/XrdClient/XrdClientAbsMonIntf.hh @@ -1,11 +1,33 @@ #ifndef __XRDCLIABSMONINTF_H__ #define __XRDCLIABSMONINTF_H__ +/******************************************************************************/ +/* */ +/* X r d C l i e n t A b s M o n I n t f . h h */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ // XrdClientAbsMonIntf // Public interface to generic monitoring systems // - -// $Id$ class XrdClientAbsMonIntf { public: @@ -49,8 +71,4 @@ extern "C" { typedef XrdClientAbsMonIntf *(*XrdClientMonIntfHook)(XrdClientMonIntfArgs); XrdClientAbsMonIntf *XrdClientgetMonIntf(XrdClientMonIntfArgs); } - - - - #endif diff --git a/src/XrdClient/XrdClientAdmin.cc b/src/XrdClient/XrdClientAdmin.cc index 569fbc323a3..d4f9c0ea97b 100644 --- a/src/XrdClient/XrdClientAdmin.cc +++ b/src/XrdClient/XrdClientAdmin.cc @@ -1,20 +1,39 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t A d m i n . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from XTNetAdmin (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientAdmin // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from XTNetAdmin (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // A UNIX reference admin client for xrootd. // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientAdminCVSID = "$Id$"; - #include "XrdClient/XrdClientAdmin.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientUrlSet.hh" @@ -24,7 +43,6 @@ const char *XrdClientAdminCVSID = "$Id$"; #include "XrdOuc/XrdOucTokenizer.hh" #include "XrdVersion.hh" - #include #include #include diff --git a/src/XrdClient/XrdClientAdmin.hh b/src/XrdClient/XrdClientAdmin.hh index 322338e74b7..b4a41cb58e2 100644 --- a/src/XrdClient/XrdClientAdmin.hh +++ b/src/XrdClient/XrdClientAdmin.hh @@ -1,28 +1,46 @@ +#ifndef XRD_CLIENT_ADMIN_H +#define XRD_CLIENT_ADMIN_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t A d m i n . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientAdmin // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // A UNIX reference admin client for xrootd. // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CLIENT_ADMIN_H -#define XRD_CLIENT_ADMIN_H - - #include "XrdClient/XrdClientAbs.hh" #include "XrdClient/XrdClientVector.hh" #include "XrdOuc/XrdOucHash.hh" #include "XrdOuc/XrdOucString.hh" - typedef XrdClientVector vecString; typedef XrdClientVector vecBool; @@ -174,10 +192,4 @@ class XrdClientAdmin : public XrdClientAbs { XrdClientMessage *unsolmsg); }; - #endif - - - - - diff --git a/src/XrdClient/XrdClientAdminJNI.cc b/src/XrdClient/XrdClientAdminJNI.cc index 260b0b6c491..a91acd28930 100644 --- a/src/XrdClient/XrdClientAdminJNI.cc +++ b/src/XrdClient/XrdClientAdminJNI.cc @@ -1,6 +1,28 @@ -// $Id$ - -//const char *XrdClientAdminJNICVSID = "$Id$"; +//****************************************************************************// +// // +// X r d C l i e n t A d m i n J N I . c c // +// // +// This file is part of the XRootD software suite. // +// // +// XRootD 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, either version 3 of the License, or (at your // +// option) any later version. // +// // +// XRootD 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 GNU Lesser General Public // +// License for more details. // +// // +// You should have received a copy of the GNU Lesser General Public License // +// along with XRootD in a file called COPYING.LESSER (LGPL license) and file // +// COPYING (GPL license). If not, see . // +// // +// The copyright holder's institutional names and contributor's names may not // +// be used to endorse or promote products derived from this software without // +// specific prior written permission of the institution or contributor. // +//****************************************************************************// + #include "XrdClientAdminJNI.h" #include "XrdClient/XrdClientAdmin.hh" #include "XrdClient/XrdClientEnv.hh" diff --git a/src/XrdClient/XrdClientAdmin_c.cc b/src/XrdClient/XrdClientAdmin_c.cc index 147c8a9d3e6..c39ad70f745 100644 --- a/src/XrdClient/XrdClientAdmin_c.cc +++ b/src/XrdClient/XrdClientAdmin_c.cc @@ -1,16 +1,30 @@ -/********************************************************************************/ -/* X T N e t A d m i n _ c i n t f . c c */ -/* 2004 */ -/* Produced by Alvise Dorigo & Fabrizio Furano for INFN padova */ -/* A C wrapper for XTNetAdmin functionalities */ -/********************************************************************************/ -// -// $Id$ - -const char *XrdClientAdmin_cCVSID = "$Id$"; -// -// Author: Alvise Dorigo, Fabrizio Furano - +/******************************************************************************/ +/* */ +/* X r d C l i e n t A d m i n _ c . c c */ +/* */ +/* 2004 Produced by Alvise Dorigo & Fabrizio Furano for INFN padova */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + #include "XrdClient/XrdClientAdmin.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientVector.hh" diff --git a/src/XrdClient/XrdClientAdmin_c.hh b/src/XrdClient/XrdClientAdmin_c.hh index 2c6c798b5fd..ecaff6e35f7 100644 --- a/src/XrdClient/XrdClientAdmin_c.hh +++ b/src/XrdClient/XrdClientAdmin_c.hh @@ -1,14 +1,33 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t A d m i n _ c . h h */ +/* */ +/* 2004 Produced by Alvise Dorigo & Fabrizio Furano for INFN padova */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + /********************************************************************************/ -/* X T N e t A d m i n _ c i n t f . h h */ -/* 2004 */ -/* Produced by Alvise Dorigo & Fabrizio Furano for INFN padova */ /* A C wrapper for XTNetAdmin functionalities */ /********************************************************************************/ -// -// $Id$ -// -// Author: Alvise Dorigo, Fabrizio Furano - #ifdef SWIG %module XrdClientAdmin diff --git a/src/XrdClient/XrdClientCallback.hh b/src/XrdClient/XrdClientCallback.hh index 01ac8fdc1b6..eb859d4ddd1 100644 --- a/src/XrdClient/XrdClientCallback.hh +++ b/src/XrdClient/XrdClientCallback.hh @@ -1,18 +1,38 @@ +#ifndef XRD_CLIENTCALLBACK_H +#define XRD_CLIENTCALLBACK_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t C a l l b a c k . h h */ +/* */ +/* Author: Fabrizio Furano (CERN IT-DSS, 2009) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientCallback // -// // -// Author: Fabrizio Furano (CERN IT-DSS, 2009) // -// // // Base class for objects receiving events from XrdClient // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CLIENTCALLBACK_H -#define XRD_CLIENTCALLBACK_H - class XrdClientAbs; class XrdClientCallback @@ -26,7 +46,4 @@ public: XrdClientCallback() {} virtual ~XrdClientCallback() {} }; - - - #endif diff --git a/src/XrdClient/XrdClientConn.cc b/src/XrdClient/XrdClientConn.cc index b581a9bc096..0a3ee0b9589 100644 --- a/src/XrdClient/XrdClientConn.cc +++ b/src/XrdClient/XrdClientConn.cc @@ -1,12 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t C o n n . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientConn // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // High level handler of connections to xrootd. // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdClient/XrdClientConn.hh b/src/XrdClient/XrdClientConn.hh index 78c43a039f4..647b163a7a2 100644 --- a/src/XrdClient/XrdClientConn.hh +++ b/src/XrdClient/XrdClientConn.hh @@ -1,20 +1,41 @@ +#ifndef XRD_CONN_H +#define XRD_CONN_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t C o n n . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientConn // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // High level handler of connections to xrootd. // // // ////////////////////////////////////////////////////////////////////////// -#ifndef XRD_CONN_H -#define XRD_CONN_H - - #include "XrdClient/XrdClientConst.hh" #include "time.h" @@ -427,7 +448,4 @@ private: bool fLBSIsMeta; // Is current redirector a meta manager? }; - - - #endif diff --git a/src/XrdClient/XrdClientConnMgr.cc b/src/XrdClient/XrdClientConnMgr.cc index 856e453d15d..14dac14bf21 100644 --- a/src/XrdClient/XrdClientConnMgr.cc +++ b/src/XrdClient/XrdClientConnMgr.cc @@ -1,11 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t C o n n M g r . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientConnMgr // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // The connection manager maps multiple logical connections on a single // // physical connection. // // There is one and only one logical connection per client // @@ -17,10 +41,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientConnMgrCVSID = "$Id$"; - #include "XrdClient/XrdClientConnMgr.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientMessage.hh" diff --git a/src/XrdClient/XrdClientConnMgr.hh b/src/XrdClient/XrdClientConnMgr.hh index bdb2bab093b..680c5823628 100644 --- a/src/XrdClient/XrdClientConnMgr.hh +++ b/src/XrdClient/XrdClientConnMgr.hh @@ -1,11 +1,37 @@ +#ifndef XRC_CONNMGR_H +#define XRC_CONNMGR_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t C o n n M g r . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientConnMgr // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // The connection manager maps multiple logical connections on a single // // physical connection. // // There is one and only one logical connection per client // @@ -17,12 +43,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_CONNMGR_H -#define XRC_CONNMGR_H - - #include "XrdOuc/XrdOucHash.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdClient/XrdClientUnsolMsg.hh" @@ -107,6 +127,4 @@ public: friend int DestroyPhyConn(const char *, XrdClientPhyConnection *, void *); }; - - #endif diff --git a/src/XrdClient/XrdClientConst.hh b/src/XrdClient/XrdClientConst.hh index fe2bf178a4c..4dbd67115ea 100644 --- a/src/XrdClient/XrdClientConst.hh +++ b/src/XrdClient/XrdClientConst.hh @@ -1,23 +1,41 @@ +#ifndef _XRC_CONST_H +#define _XRC_CONST_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t C o n s t . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientConst // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Constants for Xrd // // // ////////////////////////////////////////////////////////////////////////// - -// $Id$ - - -#ifndef _XRC_CONST_H -#define _XRC_CONST_H - #define DFLT_CONNECTTIMEOUT 120 #define NAME_CONNECTTIMEOUT (char *)"ConnectTimeout" @@ -172,4 +190,3 @@ #define xrdmax(a, b) (a > b ? a : b) #endif - diff --git a/src/XrdClient/XrdClientDebug.cc b/src/XrdClient/XrdClientDebug.cc index bbf57196254..a4b1fd074c7 100644 --- a/src/XrdClient/XrdClientDebug.cc +++ b/src/XrdClient/XrdClientDebug.cc @@ -1,15 +1,29 @@ -/***********************************************************/ -/* T X D e b u g . c c */ -/* 2003 */ -/* Produced by Alvise Dorigo */ -/* & Fabrizio Furano for INFN padova */ -/***********************************************************/ -// -// $Id$ - -const char *XrdClientDebugCVSID = "$Id$"; -// -// Author: Alvise Dorigo, Fabrizio Furano +/******************************************************************************/ +/* */ +/* X r d C l i e n t D e b u g . c c */ +/* */ +/* 2003 Produced by Alvise Dorigo & Fabrizio Furano for INFN padova */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ #include "XrdClient/XrdClientDebug.hh" diff --git a/src/XrdClient/XrdClientDebug.hh b/src/XrdClient/XrdClientDebug.hh index 30298de52fc..4e3a776d41f 100644 --- a/src/XrdClient/XrdClientDebug.hh +++ b/src/XrdClient/XrdClientDebug.hh @@ -1,21 +1,41 @@ +#ifndef XRC_DEBUG_H +#define XRC_DEBUG_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t D e b u g . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientDebug // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Singleton used to handle the debug level and the log output // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_DEBUG_H -#define XRC_DEBUG_H - #include #include "XrdClient/XrdClientConst.hh" #include "XrdSys/XrdSysPthread.hh" @@ -26,8 +46,6 @@ using namespace std; - - #define DebugLevel() XrdClientDebug::Instance()->GetDebugLevel() #define DebugSetLevel(l) XrdClientDebug::Instance()->SetLevel(l) @@ -105,5 +123,4 @@ class XrdClientDebug { inline void Unlock() { fMutex.UnLock(); } }; - #endif diff --git a/src/XrdClient/XrdClientEnv.cc b/src/XrdClient/XrdClientEnv.cc index ee11df32f5b..af1d1bea1b9 100644 --- a/src/XrdClient/XrdClientEnv.cc +++ b/src/XrdClient/XrdClientEnv.cc @@ -1,12 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t E n v . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientEnv // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Singleton used to handle the default parameter values // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdClient/XrdClientEnv.hh b/src/XrdClient/XrdClientEnv.hh index edbf596bae9..5f95c7a225f 100644 --- a/src/XrdClient/XrdClientEnv.hh +++ b/src/XrdClient/XrdClientEnv.hh @@ -1,21 +1,41 @@ +#ifndef XRD_CENV_H +#define XRD_CENV_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t E n v . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientEnv // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Singleton used to handle the default parameter values // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CENV_H -#define XRD_CENV_H - #include "XrdOuc/XrdOucEnv.hh" #include "XrdSys/XrdSysPthread.hh" @@ -23,7 +43,6 @@ using namespace std; - #define EnvGetLong(x) XrdClientEnv::Instance()->ShellGetInt(x) #define EnvGetString(x) XrdClientEnv::Instance()->ShellGet(x) #define EnvPutString(name, val) XrdClientEnv::Instance()->Put(name, val) @@ -102,5 +121,4 @@ class XrdClientEnv { static XrdClientEnv *Instance(); }; - #endif diff --git a/src/XrdClient/XrdClientInputBuffer.cc b/src/XrdClient/XrdClientInputBuffer.cc index 8d6cbe5604e..48f4cb2b7cb 100644 --- a/src/XrdClient/XrdClientInputBuffer.cc +++ b/src/XrdClient/XrdClientInputBuffer.cc @@ -1,12 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t I n p u t B u f f e r . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientInputBuffer // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Buffer for incoming messages (responses) // // Handles the waiting (with timeout) for a message to come // // belonging to a logical streamid // @@ -14,10 +37,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientInputBufferCVSID = "$Id$"; - #include "XrdClient/XrdClientInputBuffer.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdClient/XrdClientDebug.hh" diff --git a/src/XrdClient/XrdClientInputBuffer.hh b/src/XrdClient/XrdClientInputBuffer.hh index 8140488daac..971fe2eba26 100644 --- a/src/XrdClient/XrdClientInputBuffer.hh +++ b/src/XrdClient/XrdClientInputBuffer.hh @@ -1,12 +1,37 @@ +#ifndef XRC_INPUTBUFFER_H +#define XRC_INPUTBUFFER_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t I n p u t B u f f e r . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientInputBuffer // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Buffer for incoming messages (responses) // // Handles the waiting (with timeout) for a message to come // // belonging to a logical streamid // @@ -14,12 +39,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_INPUTBUFFER_H -#define XRC_INPUTBUFFER_H - - #include "XrdClient/XrdClientMessage.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdSys/XrdSysSemWait.hh" @@ -67,7 +86,4 @@ public: XrdClientMessage *GetMsg(int streamid, int secstimeout); }; - - - #endif diff --git a/src/XrdClient/XrdClientLogConnection.cc b/src/XrdClient/XrdClientLogConnection.cc index 60f8b074197..4f7de2a1c73 100644 --- a/src/XrdClient/XrdClientLogConnection.cc +++ b/src/XrdClient/XrdClientLogConnection.cc @@ -1,27 +1,44 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t L o g C o n n e c t i o n . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientLogConnection // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Class implementing logical connections // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientLogConnectionCVSID = "$Id$"; - #include "XrdClient/XrdClientLogConnection.hh" #include "XrdClient/XrdClientPhyConnection.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientSid.hh" - - //_____________________________________________________________________________ XrdClientLogConnection::XrdClientLogConnection(XrdClientSid *sidmgr): fSidManager(sidmgr) { diff --git a/src/XrdClient/XrdClientLogConnection.hh b/src/XrdClient/XrdClientLogConnection.hh index 7fb2c815efe..ea735029f0a 100644 --- a/src/XrdClient/XrdClientLogConnection.hh +++ b/src/XrdClient/XrdClientLogConnection.hh @@ -1,22 +1,41 @@ +#ifndef XRD_CLOGCONNECTION_H +#define XRD_CLOGCONNECTION_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t L o g C o n n e c t i o n . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientLogConnection // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Class implementing logical connections // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CLOGCONNECTION_H -#define XRD_CLOGCONNECTION_H - - #include "XProtocol/XPtypes.hh" #include "XrdClient/XrdClientUnsolMsg.hh" @@ -56,5 +75,4 @@ public: return fStreamid; }; }; - #endif diff --git a/src/XrdClient/XrdClientMStream.cc b/src/XrdClient/XrdClientMStream.cc index 77b14cefd97..f391be1627e 100644 --- a/src/XrdClient/XrdClientMStream.cc +++ b/src/XrdClient/XrdClientMStream.cc @@ -1,9 +1,32 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t M S t r e a m . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientMStream // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Helper code for XrdClient to handle multistream behavior // // Functionalities dealing with // // mstream creation on init // @@ -11,11 +34,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientMStreamCVSID = "$Id$"; - - #include "XrdClient/XrdClientMStream.hh" #include "XrdClient/XrdClientLogConnection.hh" #include "XrdClient/XrdClientEnv.hh" diff --git a/src/XrdClient/XrdClientMStream.hh b/src/XrdClient/XrdClientMStream.hh index 1d548188a07..74f62ae4388 100644 --- a/src/XrdClient/XrdClientMStream.hh +++ b/src/XrdClient/XrdClientMStream.hh @@ -1,27 +1,41 @@ +#ifndef XRD_CLI_MSTREAM +#define XRD_CLI_MSTREAM +/******************************************************************************/ +/* */ +/* X r d C l i e n t M S t r e a m . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientMStream // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Helper code for XrdClient to handle multistream behavior // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - - -#ifndef XRD_CLI_MSTREAM -#define XRD_CLI_MSTREAM - #include "XrdClient/XrdClientConn.hh" class XrdClientMStream { - - - - - public: // Compute the parameters to split blocks @@ -58,10 +72,4 @@ public: }; - - - - - - #endif diff --git a/src/XrdClient/XrdClientMessage.cc b/src/XrdClient/XrdClientMessage.cc index 41dbeefaaf4..971946a0f20 100644 --- a/src/XrdClient/XrdClientMessage.cc +++ b/src/XrdClient/XrdClientMessage.cc @@ -1,21 +1,40 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t M e s s a g e . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientMessage // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // A message coming from a physical connection. I.e. a server response // // or some kind of error // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientMessageCVSID = "$Id$"; - #include "XrdClient/XrdClientMessage.hh" #include "XrdClient/XrdClientProtocol.hh" #include "XrdClient/XrdClientDebug.hh" @@ -24,7 +43,6 @@ const char *XrdClientMessageCVSID = "$Id$"; #include // for malloc #include // for memcpy - //__________________________________________________________________________ XrdClientMessage::XrdClientMessage(struct ServerResponseHeader header) { diff --git a/src/XrdClient/XrdClientMessage.hh b/src/XrdClient/XrdClientMessage.hh index 791207fff69..523c1c99686 100644 --- a/src/XrdClient/XrdClientMessage.hh +++ b/src/XrdClient/XrdClientMessage.hh @@ -1,22 +1,42 @@ +#ifndef XRC_MESSAGE_H +#define XRC_MESSAGE_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t M e s s a g e . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientMessage // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // A message coming from a physical connection. I.e. a server response // // or some kind of error // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_MESSAGE_H -#define XRC_MESSAGE_H - #include "XrdClient/XrdClientProtocol.hh" #include "XrdClient/XrdClientSock.hh" #include "XrdSys/XrdSysPthread.hh" @@ -81,5 +101,4 @@ public: void Unmarshall(); }; - #endif diff --git a/src/XrdClient/XrdClientPSock.cc b/src/XrdClient/XrdClientPSock.cc index 3fdf56895d8..641b771c1e5 100644 --- a/src/XrdClient/XrdClientPSock.cc +++ b/src/XrdClient/XrdClientPSock.cc @@ -1,17 +1,36 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t P S o c k . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientPSock // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Client Socket with parallel streams and timeout features using XrdNet// // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientPSockCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdClient/XrdClientPSock.hh b/src/XrdClient/XrdClientPSock.hh index b00c96bfbed..4c2628c35a9 100644 --- a/src/XrdClient/XrdClientPSock.hh +++ b/src/XrdClient/XrdClientPSock.hh @@ -1,32 +1,48 @@ +#ifndef XRC_PSOCK_H +#define XRC_PSOCK_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t P S o c k . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientPSock // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Client Socket with multiple streams and timeout features // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_PSOCK_H -#define XRC_PSOCK_H - #include "XrdClient/XrdClientSock.hh" #include "XrdClient/XrdClientVector.hh" #include "XrdOuc/XrdOucRash.hh" #include "XrdSys/XrdSysPthread.hh" - - struct fdinfo { fd_set fdset; int maxfd; }; - - class XrdClientPSock: public XrdClientSock { friend class XrdClientPhyConnection; @@ -138,5 +154,4 @@ public: virtual void RestartSelectOnSubstream(Sockid substreamid); }; - #endif diff --git a/src/XrdClient/XrdClientPhyConnection.cc b/src/XrdClient/XrdClientPhyConnection.cc index e9c1c2768b5..21fcf521073 100644 --- a/src/XrdClient/XrdClientPhyConnection.cc +++ b/src/XrdClient/XrdClientPhyConnection.cc @@ -1,19 +1,39 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t P h y C o n n e c t i o n . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientPhyConnection // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Class handling physical connections to xrootd servers // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientPhyConnectionCVSID = "$Id$"; - #include #include #include "XrdClient/XrdClientPhyConnection.hh" diff --git a/src/XrdClient/XrdClientPhyConnection.hh b/src/XrdClient/XrdClientPhyConnection.hh index 49070ac6a18..45911bd8001 100644 --- a/src/XrdClient/XrdClientPhyConnection.hh +++ b/src/XrdClient/XrdClientPhyConnection.hh @@ -1,19 +1,41 @@ +#ifndef _XrdClientPhyConnection +#define _XrdClientPhyConnection +/******************************************************************************/ +/* */ +/* X r d C l i e n t P h y C o n n e c t i o n . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientPhyConnection // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Class handling physical connections to xrootd servers // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef _XrdClientPhyConnection -#define _XrdClientPhyConnection #include "XrdClient/XrdClientPSock.hh" #include "XrdClient/XrdClientMessage.hh" @@ -201,6 +223,4 @@ public: } }; - - #endif diff --git a/src/XrdClient/XrdClientPrep.cc b/src/XrdClient/XrdClientPrep.cc index c79e03bf9e1..9fe35409559 100644 --- a/src/XrdClient/XrdClientPrep.cc +++ b/src/XrdClient/XrdClientPrep.cc @@ -1,6 +1,32 @@ -// $Id$ - -const char *XrdClientPrepCVSID = "$Id$"; +/******************************************************************************/ +/* */ +/* X r d C l i e n t P r e p . c c */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Produced by Andrew Hanushevsky for Stanford University under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ #include #include diff --git a/src/XrdClient/XrdClientProtocol.cc b/src/XrdClient/XrdClientProtocol.cc index 56d1da627ea..e82feea6282 100644 --- a/src/XrdClient/XrdClientProtocol.cc +++ b/src/XrdClient/XrdClientProtocol.cc @@ -1,20 +1,39 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t P r o t o c o l . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdProtocol // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // utility functions to deal with the protocol // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientProtocolCVSID = "$Id$"; - #include "XProtocol/XProtocol.hh" #include "XrdSys/XrdSysPlatform.hh" #include diff --git a/src/XrdClient/XrdClientProtocol.hh b/src/XrdClient/XrdClientProtocol.hh index fa95a1f8e81..dd5926c0a6a 100644 --- a/src/XrdClient/XrdClientProtocol.hh +++ b/src/XrdClient/XrdClientProtocol.hh @@ -1,24 +1,43 @@ +#ifndef XRD_CPROTOCOL_H +#define XRD_CPROTOCOL_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t P r o t o c o l . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientProtocol // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // utility functions to deal with the protocol // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CPROTOCOL_H -#define XRD_CPROTOCOL_H - #include "XProtocol/XProtocol.hh" - void clientMarshall(ClientRequest* str); void clientMarshallReadAheadList(readahead_list *buf_list, kXR_int32 dlen); void clientUnMarshallReadAheadList(readahead_list *buf_list, kXR_int32 dlen); @@ -38,5 +57,4 @@ char *convertRespStatusToChar(kXR_unt16 status); void smartPrintClientHeader(ClientRequest* hdr); void smartPrintServerHeader(struct ServerResponseHeader* hdr); - #endif diff --git a/src/XrdClient/XrdClientReadAhead.cc b/src/XrdClient/XrdClientReadAhead.cc index a3e4e21d2ab..a0ef8364afd 100644 --- a/src/XrdClient/XrdClientReadAhead.cc +++ b/src/XrdClient/XrdClientReadAhead.cc @@ -1,23 +1,40 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t R e a d A h e a d . c c */ +/* */ +/* Author: Fabrizio Furano (CERN IT-DM, 2009) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ///////////////////////////////////////////////////////////////////////// -// // -// XrdClientReadAhead // -// // -// Author: Fabrizio Furano (CERN IT-DM, 2009) // -// // +// // // Classes to implement a selectable read ahead decision maker // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientReadAheadCVSID = "$Id$"; - #include "XrdClientReadAhead.hh" #include "XrdClientConst.hh" #include "XrdClientVector.hh" - - bool XrdClientReadAheadMgr::TrimReadRequest(long long &offs, long &len, long rasize, long blksz) { if (!blksz) return true; diff --git a/src/XrdClient/XrdClientReadAhead.hh b/src/XrdClient/XrdClientReadAhead.hh index e1f26b16a4b..f9b8bfa2756 100644 --- a/src/XrdClient/XrdClientReadAhead.hh +++ b/src/XrdClient/XrdClientReadAhead.hh @@ -1,20 +1,38 @@ +#ifndef XRD_CLI_READAHEAD +#define XRD_CLI_READAHEAD +/******************************************************************************/ +/* */ +/* X r d C l i e n t R e a d A h e a d . h h */ +/* */ +/* Author: Fabrizio Furano (CERN IT-DM, 2009) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientReadAhead // -// // -// Author: Fabrizio Furano (CERN IT-DM, 2009) // -// // // Classes to implement a selectable read ahead decision maker // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_CLI_READAHEAD -#define XRD_CLI_READAHEAD - - - class XrdClientReadAheadMgr { public: enum XrdClient_RAStrategy { @@ -43,12 +61,4 @@ public: XrdClient_RAStrategy GetCurrentStrategy() { return currstrategy; } }; - - - - - - - - #endif diff --git a/src/XrdClient/XrdClientReadCache.cc b/src/XrdClient/XrdClientReadCache.cc index be08badca13..e42588d980c 100644 --- a/src/XrdClient/XrdClientReadCache.cc +++ b/src/XrdClient/XrdClientReadCache.cc @@ -1,23 +1,41 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t R e a d C a c h e . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientReadCache // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Classes to handle cache reading and cache placeholders // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientReadCacheCVSID = "$Id$"; - #include "XrdClient/XrdClientReadCache.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdClient/XrdClientDebug.hh" #include "XrdClient/XrdClientEnv.hh" - //________________________________________________________________________ XrdClientReadCacheItem::XrdClientReadCacheItem(const void *buffer, long long begin_offs, long long end_offs, long long ticksnow, bool placeholder) diff --git a/src/XrdClient/XrdClientReadCache.hh b/src/XrdClient/XrdClientReadCache.hh index 755c8ae28e1..dd6c49b107c 100644 --- a/src/XrdClient/XrdClientReadCache.hh +++ b/src/XrdClient/XrdClientReadCache.hh @@ -1,25 +1,44 @@ +#ifndef XRD_READCACHE_H +#define XRD_READCACHE_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t R e a d C a c h e . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientReadCache // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Classes to handle cache reading and cache placeholders // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRD_READCACHE_H -#define XRD_READCACHE_H - #include "XrdSys/XrdSysHeaders.hh" #include "XrdClient/XrdClientInputBuffer.hh" #include "XrdClient/XrdClientMessage.hh" #include "XrdClient/XrdClientVector.hh" #include "XrdClient/XrdClientConst.hh" - // // XrdClientReadCacheItem // @@ -263,5 +282,4 @@ public: } }; - #endif diff --git a/src/XrdClient/XrdClientReadV.cc b/src/XrdClient/XrdClientReadV.cc index d643dba3abf..0699f01c332 100644 --- a/src/XrdClient/XrdClientReadV.cc +++ b/src/XrdClient/XrdClientReadV.cc @@ -1,20 +1,40 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t R e a d V . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientReadV // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Helper functions for the vectored read functionality // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientReadVCVSID = "$Id$"; - #include "XrdClient/XrdClientReadV.hh" #include "XrdClient/XrdClientConn.hh" #include "XrdClient/XrdClientDebug.hh" + #include // Builds a request and sends it to the server diff --git a/src/XrdClient/XrdClientReadV.hh b/src/XrdClient/XrdClientReadV.hh index c74486b6344..f993ee103e5 100644 --- a/src/XrdClient/XrdClientReadV.hh +++ b/src/XrdClient/XrdClientReadV.hh @@ -1,20 +1,38 @@ +#ifndef XRD_CLIENT_READV +#define XRD_CLIENT_READV +/******************************************************************************/ +/* */ +/* X r d C l i e n t R e a d V . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientReadV // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // Helper functions for the vectored read functionality // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - - - -#ifndef XRD_CLIENT_READV -#define XRD_CLIENT_READV - class XrdClientConn; #include "XProtocol/XPtypes.hh" #include "XProtocol/XProtocol.hh" @@ -50,12 +68,5 @@ public: kXR_int64 offs, kXR_int32 len, kXR_int64 filelen, kXR_int32 spltsize); - - }; - - - - - #endif diff --git a/src/XrdClient/XrdClientSid.cc b/src/XrdClient/XrdClientSid.cc index 3ba3006ee51..43e962379f1 100644 --- a/src/XrdClient/XrdClientSid.cc +++ b/src/XrdClient/XrdClientSid.cc @@ -1,9 +1,32 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t S i d . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2005) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientMessage // -// // -// Author: Fabrizio Furano (INFN Padova, 2005) // -// // // Utility classes to handle the mapping between xrootd streamids. // // A single streamid can have multiple "parallel" streamids. // // Their use is typically to support the client to submit multiple // @@ -12,12 +35,6 @@ // // ////////////////////////////////////////////////////////////////////////// - -// $Id$ - -const char *XrdClientSidCVSID = "$Id$"; - - #include "XrdClient/XrdClientSid.hh" #include "XrdClient/XrdClientEnv.hh" #include "XrdClient/XrdClientConst.hh" diff --git a/src/XrdClient/XrdClientSid.hh b/src/XrdClient/XrdClientSid.hh index 222e2a1fc57..a5d612afa36 100644 --- a/src/XrdClient/XrdClientSid.hh +++ b/src/XrdClient/XrdClientSid.hh @@ -1,9 +1,34 @@ +#ifndef XRC_SID_H +#define XRC_SID_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t S i d . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2005) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientMessage // -// // -// Author: Fabrizio Furano (INFN Padova, 2005) // -// // // Utility classes to handle the mapping between xrootd streamids. // // A single streamid can have multiple "parallel" streamids. // // Their use is typically to support the client to submit multiple // @@ -12,14 +37,6 @@ // // ////////////////////////////////////////////////////////////////////////// - -// $Id$ - - - -#ifndef XRC_SID_H -#define XRC_SID_H - #include "XrdOuc/XrdOucRash.hh" #include "XProtocol/XProtocol.hh" #include "XrdClient/XrdClientProtocol.hh" @@ -110,12 +127,4 @@ class XrdClientSid { // Useful for debugging void PrintoutOutstandingRequests(); }; - - - - - - - - #endif diff --git a/src/XrdClient/XrdClientSock.cc b/src/XrdClient/XrdClientSock.cc index dde1cc51192..9aac7789628 100644 --- a/src/XrdClient/XrdClientSock.cc +++ b/src/XrdClient/XrdClientSock.cc @@ -1,12 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t S o c k . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientSock // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Client Socket with timeout features using XrdNet // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdClient/XrdClientSock.hh b/src/XrdClient/XrdClientSock.hh index a5c16463a66..84dce51bf20 100644 --- a/src/XrdClient/XrdClientSock.hh +++ b/src/XrdClient/XrdClientSock.hh @@ -1,12 +1,37 @@ +#ifndef XRC_SOCK_H +#define XRC_SOCK_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t S o c k . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientSock // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Client Socket with timeout features // // // // June 06 - Fabrizio Furano // @@ -15,11 +40,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_SOCK_H -#define XRC_SOCK_H - #include struct XrdClientSockConnectParms { @@ -128,5 +148,4 @@ public: virtual void PauseSelectOnSubstream(Sockid /* substreamid */) { } virtual void RestartSelectOnSubstream(Sockid /*substreamid */) { } }; - #endif diff --git a/src/XrdClient/XrdClientThread.cc b/src/XrdClient/XrdClientThread.cc index daf3c77ea0b..edcea207fe4 100644 --- a/src/XrdClient/XrdClientThread.cc +++ b/src/XrdClient/XrdClientThread.cc @@ -1,16 +1,36 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t T h r e a d . c c */ +/* */ +/* Author: F.Furano (INFN, 2005) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientThread // -// // // An user friendly thread wrapper // -// Author: F.Furano (INFN, 2005) // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdClientThreadCVSID = "$Id$"; - #include #include diff --git a/src/XrdClient/XrdClientThread.hh b/src/XrdClient/XrdClientThread.hh index f64ec1d5a96..8d277d98036 100644 --- a/src/XrdClient/XrdClientThread.hh +++ b/src/XrdClient/XrdClientThread.hh @@ -1,17 +1,38 @@ +#ifndef XRC_THREAD_H +#define XRC_THREAD_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t T h r e a d . h h */ +/* */ +/* Author: F.Furano (INFN, 2005) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientThread // -// // // An user friendly thread wrapper // -// Author: F.Furano (INFN, 2005) // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_THREAD_H -#define XRC_THREAD_H - #include "XrdSys/XrdSysPthread.hh" void * XrdClientThreadDispatcher(void * arg); @@ -81,7 +102,4 @@ private: int MaskSignal(int snum = 0, bool block = 1); }; - - - #endif diff --git a/src/XrdClient/XrdClientUnsolMsg.hh b/src/XrdClient/XrdClientUnsolMsg.hh index 1878567aec2..0fdd8770f15 100644 --- a/src/XrdClient/XrdClientUnsolMsg.hh +++ b/src/XrdClient/XrdClientUnsolMsg.hh @@ -1,21 +1,41 @@ +#ifndef XRC_UNSOLMSG_H +#define XRC_UNSOLMSG_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t U n s o l M s g . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano */ +/* INFN Padova, 2003 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientUnsolMsg // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano // -// INFN Padova, 2003 // -// // // Base classes for unsolicited msg senders/receivers // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef XRC_UNSOLMSG_H -#define XRC_UNSOLMSG_H - class XrdClientMessage; class XrdClientUnsolMsgSender; @@ -59,5 +79,4 @@ class XrdClientUnsolMsgSender { inline XrdClientUnsolMsgSender() { UnsolicitedMsgHandler = 0; } }; - #endif diff --git a/src/XrdClient/XrdClientUrlInfo.cc b/src/XrdClient/XrdClientUrlInfo.cc index dc4abbbe4f6..35d8d8a2667 100644 --- a/src/XrdClient/XrdClientUrlInfo.cc +++ b/src/XrdClient/XrdClientUrlInfo.cc @@ -1,12 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t U r l I n f o . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 */ +/* Revised by G. Ganis, CERN, June 2005 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientUrlInfo // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 // -// Revised by G. Ganis, CERN, June 2005 // -// // // Class handling information about an url // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdClient/XrdClientUrlInfo.hh b/src/XrdClient/XrdClientUrlInfo.hh index e65e5fb377a..b607101cead 100644 --- a/src/XrdClient/XrdClientUrlInfo.hh +++ b/src/XrdClient/XrdClientUrlInfo.hh @@ -1,12 +1,37 @@ +#ifndef _XRC_URLINFO_H +#define _XRC_URLINFO_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t U r l I n f o . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 */ +/* Revised by G. Ganis, CERN, June 2005 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientUrlInfo // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 // -// Revised by G. Ganis, CERN, June 2005 // -// // // Class handling information about an url // // The purpose of this class is to allow: // // - parsing a string url into its components // @@ -15,11 +40,6 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef _XRC_URLINFO_H -#define _XRC_URLINFO_H - #include "XrdOuc/XrdOucString.hh" // @@ -54,6 +74,4 @@ class XrdClientUrlInfo { XrdClientUrlInfo &operator=(const XrdOucString &url); XrdClientUrlInfo &operator=(const XrdClientUrlInfo &url); }; - - #endif diff --git a/src/XrdClient/XrdClientUrlSet.cc b/src/XrdClient/XrdClientUrlSet.cc index b2ef7f685cd..916a258887a 100644 --- a/src/XrdClient/XrdClientUrlSet.cc +++ b/src/XrdClient/XrdClientUrlSet.cc @@ -1,12 +1,35 @@ +/******************************************************************************/ +/* */ +/* X r d C l i e n t U r l S e t . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 */ +/* Revised by G. Ganis, CERN, June 2005 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientUrlSet // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 // -// Revised by G. Ganis, CERN, June 2005 // -// // // A container for multiple urls to be resolved through DNS aliases // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdClient/XrdClientUrlSet.hh b/src/XrdClient/XrdClientUrlSet.hh index 8bae61af428..9378ff05aa4 100644 --- a/src/XrdClient/XrdClientUrlSet.hh +++ b/src/XrdClient/XrdClientUrlSet.hh @@ -1,21 +1,41 @@ +#ifndef _XRC_URLSET_H +#define _XRC_URLSET_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t U r l S e t . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* Adapted from TXNetFile (root.cern.ch) originally done by */ +/* Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 */ +/* Revised by G. Ganis, CERN, June 2005 */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientUrlSet // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// Adapted from TXNetFile (root.cern.ch) originally done by // -// Alvise Dorigo, Fabrizio Furano, INFN Padova, 2003 // -// Revised by G. Ganis, CERN, June 2005 // -// // // A container for multiple urls to be resolved through DNS aliases // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -#ifndef _XRC_URLSET_H -#define _XRC_URLSET_H - #include "XrdClient/XrdClientConst.hh" #include "XrdClient/XrdClientVector.hh" #include "XrdOuc/XrdOucString.hh" @@ -76,5 +96,4 @@ public: bool IsValid() { return fIsValid; } // Spot malformations }; - #endif diff --git a/src/XrdClient/XrdClientVector.hh b/src/XrdClient/XrdClientVector.hh index 1ae7ac51435..0cc0213275a 100644 --- a/src/XrdClient/XrdClientVector.hh +++ b/src/XrdClient/XrdClientVector.hh @@ -1,9 +1,34 @@ +#ifndef XRD_CLIIDXVEC_H +#define XRD_CLIIDXVEC_H +/******************************************************************************/ +/* */ +/* X r d C l i e n t V e c t o r . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2006) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdClientIdxVector // -// // -// Author: Fabrizio Furano (INFN Padova, 2006) // -// // // A vector class optimized for insertions and deletions // // indexed access takes O(1) // // insertion takes O(1) plus a very small fraction of O(n) // @@ -13,24 +38,16 @@ // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - - -#ifndef XRD_CLIIDXVEC_H -#define XRD_CLIIDXVEC_H - #include #include #include "XrdSys/XrdSysHeaders.hh" - #define IDXVEC_MINCAPACITY 128 template class XrdClientVector { - private: // We keep the corrected size of T @@ -368,6 +385,4 @@ int XrdClientVector::BufRealloc(int newsize) { return 1; } - - #endif diff --git a/src/XrdClient/XrdCommandLine.cc b/src/XrdClient/XrdCommandLine.cc index 62ddce43aa3..36783f5d58e 100644 --- a/src/XrdClient/XrdCommandLine.cc +++ b/src/XrdClient/XrdCommandLine.cc @@ -1,10 +1,33 @@ +/******************************************************************************/ +/* */ +/* X r d C o m m a n d L i n e . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2005) */ +/* Rewritten by Elvin Sindrilaru */ +/* with mods from Lukasz Janyst (CERN, 2010) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + //------------------------------------------------------------------------------ -// XrdCommandLine -// -// Author: Fabrizio Furano (INFN Padova, 2005) -// Rewritten by Elvin Sindrilaru -// with mods from Lukasz Janyst (CERN, 2010) -// // A command line tool for xrootd environments. The executable normally // is named xrd. //------------------------------------------------------------------------------ diff --git a/src/XrdClient/XrdCpMthrQueue.cc b/src/XrdClient/XrdCpMthrQueue.cc index 2a24b0e40a2..278074c520a 100644 --- a/src/XrdClient/XrdCpMthrQueue.cc +++ b/src/XrdClient/XrdCpMthrQueue.cc @@ -1,9 +1,32 @@ +/******************************************************************************/ +/* */ +/* X r d C p M t h r Q u e u e . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdCpMthrQueue // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// // // A thread safe queue to be used for multithreaded producers-consumers // // // ////////////////////////////////////////////////////////////////////////// diff --git a/src/XrdClient/XrdCpMthrQueue.hh b/src/XrdClient/XrdCpMthrQueue.hh index dd3bf159184..f3dcb210464 100644 --- a/src/XrdClient/XrdCpMthrQueue.hh +++ b/src/XrdClient/XrdCpMthrQueue.hh @@ -1,9 +1,34 @@ +#ifndef XRDCPMTHRQ__HH +#define XRDCPMTHRQ__HH +/******************************************************************************/ +/* */ +/* X r d C p M t h r Q u e u e . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdCpMthrQueue // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// // // A thread safe queue to be used for multithreaded producers-consumers // // // ////////////////////////////////////////////////////////////////////////// @@ -48,4 +73,4 @@ class XrdCpMthrQueue { int GetLength() { return fMsgQue.GetSize(); } void Clear(); }; - +#endif diff --git a/src/XrdClient/XrdCpWorkLst.cc b/src/XrdClient/XrdCpWorkLst.cc index 7f2a981a64f..d554e8f2d8e 100644 --- a/src/XrdClient/XrdCpWorkLst.cc +++ b/src/XrdClient/XrdCpWorkLst.cc @@ -1,16 +1,36 @@ +/******************************************************************************/ +/* */ +/* X r d C p W o r k L s t . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdCpWorkLst // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// // // A class implementing a list of cps to do for XrdCp // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - - #include "XrdClient/XrdClientEnv.hh" #include "XrdClient/XrdCpWorkLst.hh" #include "XrdOuc/XrdOucErrInfo.hh" diff --git a/src/XrdClient/XrdCpWorkLst.hh b/src/XrdClient/XrdCpWorkLst.hh index a28bee3b00b..a974f039855 100644 --- a/src/XrdClient/XrdCpWorkLst.hh +++ b/src/XrdClient/XrdCpWorkLst.hh @@ -1,15 +1,38 @@ +#ifndef XRDCPWORKLST_HH +#define XRDCPWORKLST_HH +/******************************************************************************/ +/* */ +/* X r d C p W o r k L s t . h h */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdCpWorkLst // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// // // A class implementing a list of cp to do for XrdCp // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - #include #include "XrdClient/XrdClientAdmin.hh" #include "XrdClient/XrdClient.hh" @@ -71,3 +94,4 @@ class XrdCpWorkLst { bool GetCpJob(XrdOucString &src, XrdOucString &dest); }; +#endif diff --git a/src/XrdClient/XrdStageTool.cc b/src/XrdClient/XrdStageTool.cc index 4b63dcb35dc..c7a0b8cb24a 100644 --- a/src/XrdClient/XrdStageTool.cc +++ b/src/XrdClient/XrdStageTool.cc @@ -1,18 +1,37 @@ +/******************************************************************************/ +/* */ +/* X r d S t a g e T o o l . c c */ +/* */ +/* Author: Fabrizio Furano (CERN, 2007) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdStagetool // -// // -// Author: Fabrizio Furano (CERN, 2007) // -// // // A command line tool for xrootd environments, to trigger sync or async// // staging of files // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdStageToolCVSID = "$Id$"; - #include "XrdClient/XrdClientUrlInfo.hh" #include "XrdClient/XrdClient.hh" #include "XrdClient/XrdClientAdmin.hh" diff --git a/src/XrdClient/Xrdcp.cc b/src/XrdClient/Xrdcp.cc index 0856d516396..e2de53a7924 100644 --- a/src/XrdClient/Xrdcp.cc +++ b/src/XrdClient/Xrdcp.cc @@ -1,17 +1,36 @@ +/******************************************************************************/ +/* */ +/* X r d c p . c c */ +/* */ +/* Author: Fabrizio Furano (INFN Padova, 2004) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// xrdcp // -// // -// Author: Fabrizio Furano (INFN Padova, 2004) // -// // // A cp-like command line tool for xrootd environments // // // ////////////////////////////////////////////////////////////////////////// -// $Id$ - -const char *XrdcpCVSID = "$Id$"; - #include "XrdClient/XrdClientUrlInfo.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdClient/XrdClient.hh" diff --git a/src/XrdClient/XrdcpXtremeRead.cc b/src/XrdClient/XrdcpXtremeRead.cc index 0aa4c6558a0..176b3452d04 100644 --- a/src/XrdClient/XrdcpXtremeRead.cc +++ b/src/XrdClient/XrdcpXtremeRead.cc @@ -1,9 +1,32 @@ +/******************************************************************************/ +/* */ +/* X r d c p X t r e m e R e a d . c c */ +/* */ +/* Author: Fabrizio Furano (CERN, 2009) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdXtremeRead // -// // -// Author: Fabrizio Furano (CERN, 2009) // -// // // Utility classes handling coordinated parallel reads from multiple // // XrdClient instances // // // @@ -18,7 +41,6 @@ XrdXtRdFile::XrdXtRdFile(int blksize, long long filesize) { freeblks = 0; doneblks = 0; - freeblks = nblks = (filesize + blksize - 1) / blksize; blocks = new XrdXtRdBlkInfo[nblks]; diff --git a/src/XrdClient/XrdcpXtremeRead.hh b/src/XrdClient/XrdcpXtremeRead.hh index a977b7ba62a..e267a950fa9 100644 --- a/src/XrdClient/XrdcpXtremeRead.hh +++ b/src/XrdClient/XrdcpXtremeRead.hh @@ -1,9 +1,34 @@ +#ifndef XRDCPXTREMEREAD_HH +#define XRDCPXTREMEREAD_HH +/******************************************************************************/ +/* */ +/* X r d c p X t r e m e R e a d . h h */ +/* */ +/* Author: Fabrizio Furano (CERN, 2009) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + ////////////////////////////////////////////////////////////////////////// // // -// XrdXtremeRead // -// // -// Author: Fabrizio Furano (CERN, 2009) // -// // // Utility classes handling Extreme readers, i.e. coordinated parallel // // reads from multiple XrdClient instances // // // @@ -74,3 +99,4 @@ public: }; +#endif diff --git a/src/XrdCms/XrdCmsAdmin.cc b/src/XrdCms/XrdCmsAdmin.cc index c9f95f1cdca..3f29ee231b7 100644 --- a/src/XrdCms/XrdCmsAdmin.cc +++ b/src/XrdCms/XrdCmsAdmin.cc @@ -6,13 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -// Original Version: 1.20 2007/07/31 02:25:11 abh - -const char *XrdCmsAdminCVSID = "$Id$"; #include #include diff --git a/src/XrdCms/XrdCmsAdmin.hh b/src/XrdCms/XrdCmsAdmin.hh index 678a7e0bf9a..690a2d1b81c 100644 --- a/src/XrdCms/XrdCmsAdmin.hh +++ b/src/XrdCms/XrdCmsAdmin.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include #include diff --git a/src/XrdCms/XrdCmsBaseFS.cc b/src/XrdCms/XrdCmsBaseFS.cc index 30dc6b7c380..5a9bd05100d 100644 --- a/src/XrdCms/XrdCmsBaseFS.cc +++ b/src/XrdCms/XrdCmsBaseFS.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsBaseFS.hh b/src/XrdCms/XrdCmsBaseFS.hh index 569ac2b81dc..92b2b63ec25 100644 --- a/src/XrdCms/XrdCmsBaseFS.hh +++ b/src/XrdCms/XrdCmsBaseFS.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsCache.cc b/src/XrdCms/XrdCmsCache.cc index 04fe216e2b4..fe52ac4aadb 100644 --- a/src/XrdCms/XrdCmsCache.cc +++ b/src/XrdCms/XrdCmsCache.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsCache.hh b/src/XrdCms/XrdCmsCache.hh index e06608f8523..8586703035d 100644 --- a/src/XrdCms/XrdCmsCache.hh +++ b/src/XrdCms/XrdCmsCache.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsClient.hh b/src/XrdCms/XrdCmsClient.hh index ba6239c4b03..f6f18dc9bd0 100644 --- a/src/XrdCms/XrdCmsClient.hh +++ b/src/XrdCms/XrdCmsClient.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdOucEnv; diff --git a/src/XrdCms/XrdCmsClientConfig.cc b/src/XrdCms/XrdCmsClientConfig.cc index d25e4b77422..0e3562d05f4 100644 --- a/src/XrdCms/XrdCmsClientConfig.cc +++ b/src/XrdCms/XrdCmsClientConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsClientConfig.hh b/src/XrdCms/XrdCmsClientConfig.hh index 4a5aa6649e4..524351e9ad9 100644 --- a/src/XrdCms/XrdCmsClientConfig.hh +++ b/src/XrdCms/XrdCmsClientConfig.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucTList.hh" diff --git a/src/XrdCms/XrdCmsClientMan.cc b/src/XrdCms/XrdCmsClientMan.cc index bc3fcf38682..6e6a51c3aff 100644 --- a/src/XrdCms/XrdCmsClientMan.cc +++ b/src/XrdCms/XrdCmsClientMan.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsClientMan.hh b/src/XrdCms/XrdCmsClientMan.hh index 4c28ae0dc5c..3ed38fef22b 100644 --- a/src/XrdCms/XrdCmsClientMan.hh +++ b/src/XrdCms/XrdCmsClientMan.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsClientMsg.cc b/src/XrdCms/XrdCmsClientMsg.cc index 51540833f56..93721c72d36 100644 --- a/src/XrdCms/XrdCmsClientMsg.cc +++ b/src/XrdCms/XrdCmsClientMsg.cc @@ -6,14 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -// Vased on: XrdCmsClientMsg.cc,v 1.14 2006/09/26 07:49:14 abh - -const char *XrdCmsClientMsgCVSID = "$Id$"; - #include #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsClientMsg.hh b/src/XrdCms/XrdCmsClientMsg.hh index fc7d3aee472..928fef77bcc 100644 --- a/src/XrdCms/XrdCmsClientMsg.hh +++ b/src/XrdCms/XrdCmsClientMsg.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsCluster.cc b/src/XrdCms/XrdCmsCluster.cc index cc8033a2468..e8ad1ba0678 100644 --- a/src/XrdCms/XrdCmsCluster.cc +++ b/src/XrdCms/XrdCmsCluster.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsCluster.hh b/src/XrdCms/XrdCmsCluster.hh index 22f91b8229f..a5b785fac2b 100644 --- a/src/XrdCms/XrdCmsCluster.hh +++ b/src/XrdCms/XrdCmsCluster.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsConfig.cc b/src/XrdCms/XrdCmsConfig.cc index d7c18dbf408..9883feb6e70 100644 --- a/src/XrdCms/XrdCmsConfig.cc +++ b/src/XrdCms/XrdCmsConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* diff --git a/src/XrdCms/XrdCmsConfig.hh b/src/XrdCms/XrdCmsConfig.hh index b3b9a8ce3c7..c61083f4bf3 100644 --- a/src/XrdCms/XrdCmsConfig.hh +++ b/src/XrdCms/XrdCmsConfig.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsFinder.cc b/src/XrdCms/XrdCmsFinder.cc index a24774a2dbc..0daa58a7d07 100644 --- a/src/XrdCms/XrdCmsFinder.cc +++ b/src/XrdCms/XrdCmsFinder.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsFinder.hh b/src/XrdCms/XrdCmsFinder.hh index b2117f40d5e..178f881cf01 100644 --- a/src/XrdCms/XrdCmsFinder.hh +++ b/src/XrdCms/XrdCmsFinder.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCms/XrdCmsClient.hh" diff --git a/src/XrdCms/XrdCmsJob.cc b/src/XrdCms/XrdCmsJob.cc index c07bc7d34c4..ff799207362 100644 --- a/src/XrdCms/XrdCmsJob.cc +++ b/src/XrdCms/XrdCmsJob.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdCmsJobCVSID = "$Id$"; #include #include diff --git a/src/XrdCms/XrdCmsJob.hh b/src/XrdCms/XrdCmsJob.hh index 6f0b2114c1b..2e725ad1a1e 100644 --- a/src/XrdCms/XrdCmsJob.hh +++ b/src/XrdCms/XrdCmsJob.hh @@ -9,10 +9,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XProtocol/YProtocol.hh" #include "Xrd/XrdJob.hh" diff --git a/src/XrdCms/XrdCmsKey.cc b/src/XrdCms/XrdCmsKey.cc index 5517a5f97d6..554f986d5a5 100644 --- a/src/XrdCms/XrdCmsKey.cc +++ b/src/XrdCms/XrdCmsKey.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCmsKeyCVSID = "$Id$"; - #include #include diff --git a/src/XrdCms/XrdCmsKey.hh b/src/XrdCms/XrdCmsKey.hh index a0efc49e888..7fd1168e01c 100644 --- a/src/XrdCms/XrdCmsKey.hh +++ b/src/XrdCms/XrdCmsKey.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdCms/XrdCmsTypes.hh" diff --git a/src/XrdCms/XrdCmsLogin.cc b/src/XrdCms/XrdCmsLogin.cc index 21e1816da17..054c8f2c0cc 100644 --- a/src/XrdCms/XrdCmsLogin.cc +++ b/src/XrdCms/XrdCmsLogin.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCmsLoginCVSID = "$Id$"; - #include #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsLogin.hh b/src/XrdCms/XrdCmsLogin.hh index b4d98c64b18..4b36b1a529a 100644 --- a/src/XrdCms/XrdCmsLogin.hh +++ b/src/XrdCms/XrdCmsLogin.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XProtocol/XPtypes.hh" diff --git a/src/XrdCms/XrdCmsManList.cc b/src/XrdCms/XrdCmsManList.cc index ddd0ddd36b5..bb0848cbec1 100644 --- a/src/XrdCms/XrdCmsManList.cc +++ b/src/XrdCms/XrdCmsManList.cc @@ -6,10 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// Original Version: 1.4 2007/01/22 03:40:24 abh - #include #include diff --git a/src/XrdCms/XrdCmsManList.hh b/src/XrdCms/XrdCmsManList.hh index b667d414dd0..effce8b8ea4 100644 --- a/src/XrdCms/XrdCmsManList.hh +++ b/src/XrdCms/XrdCmsManList.hh @@ -8,12 +8,30 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysPthread.hh" -// $Id$ - class XrdCmsManRef; class XrdCmsManList diff --git a/src/XrdCms/XrdCmsManTree.cc b/src/XrdCms/XrdCmsManTree.cc index d67152c48fc..f3950cddcd1 100644 --- a/src/XrdCms/XrdCmsManTree.cc +++ b/src/XrdCms/XrdCmsManTree.cc @@ -6,14 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -// Original Version: 2007/07/26 15:18:24 ganis - -const char *XrdCmsManTreeCVSID = "$Id$"; - #include #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsManTree.hh b/src/XrdCms/XrdCmsManTree.hh index 3e6d867d961..569d680b2eb 100644 --- a/src/XrdCms/XrdCmsManTree.hh +++ b/src/XrdCms/XrdCmsManTree.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdCms/XrdCmsManager.hh" #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdCms/XrdCmsManager.cc b/src/XrdCms/XrdCmsManager.cc index d7f1a015d33..13cd79e2b3c 100644 --- a/src/XrdCms/XrdCmsManager.cc +++ b/src/XrdCms/XrdCmsManager.cc @@ -6,14 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -// Original Version: 1.38 2007/07/26 15:18:24 ganis - -const char *XrdCmsManagerCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCms/XrdCmsManager.hh b/src/XrdCms/XrdCmsManager.hh index b2d7ba5feed..75be51e737a 100644 --- a/src/XrdCms/XrdCmsManager.hh +++ b/src/XrdCms/XrdCmsManager.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdCms/XrdCmsMeter.cc b/src/XrdCms/XrdCmsMeter.cc index 076d98a29e3..ef69ffcbdad 100644 --- a/src/XrdCms/XrdCmsMeter.cc +++ b/src/XrdCms/XrdCmsMeter.cc @@ -6,13 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -// Original Version: 1.22 2007/08/30 00:42:39 abh - -const char *XrdCmsMeterCVSID = "$Id$"; #include #include diff --git a/src/XrdCms/XrdCmsMeter.hh b/src/XrdCms/XrdCmsMeter.hh index d8dfb1dd523..d91dfd1e0cf 100644 --- a/src/XrdCms/XrdCmsMeter.hh +++ b/src/XrdCms/XrdCmsMeter.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysError.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdOuc/XrdOucStream.hh" diff --git a/src/XrdCms/XrdCmsNash.cc b/src/XrdCms/XrdCmsNash.cc index be54ac689dd..5d5f2978649 100644 --- a/src/XrdCms/XrdCmsNash.cc +++ b/src/XrdCms/XrdCmsNash.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCmsNashCVSID = "$Id$"; - #include #include "XrdCms/XrdCmsNash.hh" diff --git a/src/XrdCms/XrdCmsNash.hh b/src/XrdCms/XrdCmsNash.hh index 084cce0fefd..740b1f4b0f5 100644 --- a/src/XrdCms/XrdCmsNash.hh +++ b/src/XrdCms/XrdCmsNash.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdCms/XrdCmsKey.hh" class XrdCmsNash diff --git a/src/XrdCms/XrdCmsNode.cc b/src/XrdCms/XrdCmsNode.cc index f965fc0df7b..fcca626be65 100644 --- a/src/XrdCms/XrdCmsNode.cc +++ b/src/XrdCms/XrdCmsNode.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsNode.hh b/src/XrdCms/XrdCmsNode.hh index 6f836a99512..131ef4388f8 100644 --- a/src/XrdCms/XrdCmsNode.hh +++ b/src/XrdCms/XrdCmsNode.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsPList.cc b/src/XrdCms/XrdCmsPList.cc index 8c4842c6202..934cbd94782 100644 --- a/src/XrdCms/XrdCmsPList.cc +++ b/src/XrdCms/XrdCmsPList.cc @@ -6,13 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -// Original Version: 1.8 2007/07/18 01:34:53 abh - -const char *XrdCmsPListCVSID = "$Id$"; #include "XrdCms/XrdCmsPList.hh" diff --git a/src/XrdCms/XrdCmsPList.hh b/src/XrdCms/XrdCmsPList.hh index f9870b56d42..a56d7e098ca 100644 --- a/src/XrdCms/XrdCmsPList.hh +++ b/src/XrdCms/XrdCmsPList.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdCms/XrdCmsParser.cc b/src/XrdCms/XrdCmsParser.cc index f87c5ebc6a9..3cac667afc1 100644 --- a/src/XrdCms/XrdCmsParser.cc +++ b/src/XrdCms/XrdCmsParser.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsParser.hh b/src/XrdCms/XrdCmsParser.hh index a80b149b904..5b494038621 100644 --- a/src/XrdCms/XrdCmsParser.hh +++ b/src/XrdCms/XrdCmsParser.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsPrepArgs.cc b/src/XrdCms/XrdCmsPrepArgs.cc index 7203b101f89..dd8f155b77b 100644 --- a/src/XrdCms/XrdCmsPrepArgs.cc +++ b/src/XrdCms/XrdCmsPrepArgs.cc @@ -6,13 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -// Original Version: 1.2 2007/07/26 15:18:24 ganis - -const char *XrdCmsPrepargsCVSID = "$Id$"; #include #include diff --git a/src/XrdCms/XrdCmsPrepArgs.hh b/src/XrdCms/XrdCmsPrepArgs.hh index 9849042326b..b17cae24c63 100644 --- a/src/XrdCms/XrdCmsPrepArgs.hh +++ b/src/XrdCms/XrdCmsPrepArgs.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsPrepare.cc b/src/XrdCms/XrdCmsPrepare.cc index af34dee9f27..48dcbb9d5cb 100644 --- a/src/XrdCms/XrdCmsPrepare.cc +++ b/src/XrdCms/XrdCmsPrepare.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsPrepare.hh b/src/XrdCms/XrdCmsPrepare.hh index fb42f5f090d..c2b4370ff61 100644 --- a/src/XrdCms/XrdCmsPrepare.hh +++ b/src/XrdCms/XrdCmsPrepare.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "Xrd/XrdJob.hh" diff --git a/src/XrdCms/XrdCmsProtocol.cc b/src/XrdCms/XrdCmsProtocol.cc index 3edbb25cb4f..5f69e098693 100644 --- a/src/XrdCms/XrdCmsProtocol.cc +++ b/src/XrdCms/XrdCmsProtocol.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsProtocol.hh b/src/XrdCms/XrdCmsProtocol.hh index 63a01368ed4..544fd6dc474 100644 --- a/src/XrdCms/XrdCmsProtocol.hh +++ b/src/XrdCms/XrdCmsProtocol.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "Xrd/XrdProtocol.hh" diff --git a/src/XrdCms/XrdCmsRRData.cc b/src/XrdCms/XrdCmsRRData.cc index 43bcbe016b2..847158ab842 100644 --- a/src/XrdCms/XrdCmsRRData.cc +++ b/src/XrdCms/XrdCmsRRData.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdCmsRRDataCVSID = "$Id$"; #include diff --git a/src/XrdCms/XrdCmsRRData.hh b/src/XrdCms/XrdCmsRRData.hh index bb94614623b..1f31b0bcd9b 100644 --- a/src/XrdCms/XrdCmsRRData.hh +++ b/src/XrdCms/XrdCmsRRData.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include diff --git a/src/XrdCms/XrdCmsRRQ.cc b/src/XrdCms/XrdCmsRRQ.cc index 54f919d50b3..80333fda78e 100644 --- a/src/XrdCms/XrdCmsRRQ.cc +++ b/src/XrdCms/XrdCmsRRQ.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsRRQ.hh b/src/XrdCms/XrdCmsRRQ.hh index c6ec18b2c9d..0af092a6291 100644 --- a/src/XrdCms/XrdCmsRRQ.hh +++ b/src/XrdCms/XrdCmsRRQ.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsRTable.cc b/src/XrdCms/XrdCmsRTable.cc index d5e25ba423f..afb09cd9c71 100644 --- a/src/XrdCms/XrdCmsRTable.cc +++ b/src/XrdCms/XrdCmsRTable.cc @@ -6,14 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -// Original Version: 1.2 2006/04/05 02:28:05 abh - -const char *XrdCmsRTableCVSID = "$Id$"; - #include "XrdCms/XrdCmsRTable.hh" #include "XrdCms/XrdCmsTrace.hh" diff --git a/src/XrdCms/XrdCmsRTable.hh b/src/XrdCms/XrdCmsRTable.hh index e98a4bc7ec2..da6feb31165 100644 --- a/src/XrdCms/XrdCmsRTable.hh +++ b/src/XrdCms/XrdCmsRTable.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdCms/XrdCmsNode.hh" diff --git a/src/XrdCms/XrdCmsReq.cc b/src/XrdCms/XrdCmsReq.cc index 650611e5e35..9161588979b 100644 --- a/src/XrdCms/XrdCmsReq.cc +++ b/src/XrdCms/XrdCmsReq.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsReq.hh b/src/XrdCms/XrdCmsReq.hh index 7b1445c308b..ebe56f1d765 100644 --- a/src/XrdCms/XrdCmsReq.hh +++ b/src/XrdCms/XrdCmsReq.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ class XrdCmsRRQInfo; class XrdCmsNode; diff --git a/src/XrdCms/XrdCmsResp.cc b/src/XrdCms/XrdCmsResp.cc index 9b30b8c6c58..b29095e5d6b 100644 --- a/src/XrdCms/XrdCmsResp.cc +++ b/src/XrdCms/XrdCmsResp.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsResp.hh b/src/XrdCms/XrdCmsResp.hh index f51c26a2bf9..29113a7c0a9 100644 --- a/src/XrdCms/XrdCmsResp.hh +++ b/src/XrdCms/XrdCmsResp.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucErrInfo.hh" diff --git a/src/XrdCms/XrdCmsRole.hh b/src/XrdCms/XrdCmsRole.hh index 1c9f482afc7..2c96bed15cf 100644 --- a/src/XrdCms/XrdCmsRole.hh +++ b/src/XrdCms/XrdCmsRole.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsRouting.cc b/src/XrdCms/XrdCmsRouting.cc index 04e4f96e74d..05b925ec302 100644 --- a/src/XrdCms/XrdCmsRouting.cc +++ b/src/XrdCms/XrdCmsRouting.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCms/XrdCmsNode.hh" diff --git a/src/XrdCms/XrdCmsRouting.hh b/src/XrdCms/XrdCmsRouting.hh index 0836d5e24fe..b7080f80b65 100644 --- a/src/XrdCms/XrdCmsRouting.hh +++ b/src/XrdCms/XrdCmsRouting.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XProtocol/YProtocol.hh" diff --git a/src/XrdCms/XrdCmsSecurity.cc b/src/XrdCms/XrdCmsSecurity.cc index 9c99cf7c494..0a021e06bb7 100644 --- a/src/XrdCms/XrdCmsSecurity.cc +++ b/src/XrdCms/XrdCmsSecurity.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsSecurity.hh b/src/XrdCms/XrdCmsSecurity.hh index f4bd05f18c2..267022c62e8 100644 --- a/src/XrdCms/XrdCmsSecurity.hh +++ b/src/XrdCms/XrdCmsSecurity.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCms/XrdCmsSelect.hh b/src/XrdCms/XrdCmsSelect.hh index 2a050a2c398..2580e53a932 100644 --- a/src/XrdCms/XrdCmsSelect.hh +++ b/src/XrdCms/XrdCmsSelect.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCms/XrdCmsKey.hh" diff --git a/src/XrdCms/XrdCmsState.cc b/src/XrdCms/XrdCmsState.cc index 3000ad89c34..15f19de8e82 100644 --- a/src/XrdCms/XrdCmsState.cc +++ b/src/XrdCms/XrdCmsState.cc @@ -6,13 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -// Original Version: 1.3 2006/04/05 02:28:09 abh - -const char *XrdCmsStateCVSID = "$Id$"; #include #include diff --git a/src/XrdCms/XrdCmsState.hh b/src/XrdCms/XrdCmsState.hh index 51fa14bf36c..b9c4df8273e 100644 --- a/src/XrdCms/XrdCmsState.hh +++ b/src/XrdCms/XrdCmsState.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdSys/XrdSysPthread.hh" #include "XrdCms/XrdCmsTypes.hh" diff --git a/src/XrdCms/XrdCmsSupervisor.cc b/src/XrdCms/XrdCmsSupervisor.cc index 6fa99c9e429..9c1056d85b6 100644 --- a/src/XrdCms/XrdCmsSupervisor.cc +++ b/src/XrdCms/XrdCmsSupervisor.cc @@ -7,6 +7,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "Xrd/XrdInet.hh" diff --git a/src/XrdCms/XrdCmsSupervisor.hh b/src/XrdCms/XrdCmsSupervisor.hh index 68ba9bfa8d8..62b4f2d985f 100644 --- a/src/XrdCms/XrdCmsSupervisor.hh +++ b/src/XrdCms/XrdCmsSupervisor.hh @@ -9,10 +9,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - class XrdInet; class XrdCmsSupervisor diff --git a/src/XrdCms/XrdCmsTalk.cc b/src/XrdCms/XrdCmsTalk.cc index 7c00f3b7e87..475d60e6d14 100644 --- a/src/XrdCms/XrdCmsTalk.cc +++ b/src/XrdCms/XrdCmsTalk.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCmsTalkCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCms/XrdCmsTalk.hh b/src/XrdCms/XrdCmsTalk.hh index 50a1f12d567..ffed511543a 100644 --- a/src/XrdCms/XrdCmsTalk.hh +++ b/src/XrdCms/XrdCmsTalk.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XProtocol/YProtocol.hh" class XrdLink; diff --git a/src/XrdCms/XrdCmsTrace.hh b/src/XrdCms/XrdCmsTrace.hh index e001d8fe0c2..7c3fa70cae9 100644 --- a/src/XrdCms/XrdCmsTrace.hh +++ b/src/XrdCms/XrdCmsTrace.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysError.hh" #include "XrdOuc/XrdOucTrace.hh" diff --git a/src/XrdCms/XrdCmsTypes.hh b/src/XrdCms/XrdCmsTypes.hh index b2f5030eb3e..cb7d4beb4f8 100644 --- a/src/XrdCms/XrdCmsTypes.hh +++ b/src/XrdCms/XrdCmsTypes.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ typedef unsigned long long SMask_t; diff --git a/src/XrdCms/XrdCmsXmi.hh b/src/XrdCms/XrdCmsXmi.hh index c8303d810ff..4f3b58c306a 100644 --- a/src/XrdCms/XrdCmsXmi.hh +++ b/src/XrdCms/XrdCmsXmi.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdCms/XrdCmsReq.hh" diff --git a/src/XrdCms/XrdCmsXmiReq.cc b/src/XrdCms/XrdCmsXmiReq.cc index c5406ad925b..d7d4067225b 100644 --- a/src/XrdCms/XrdCmsXmiReq.cc +++ b/src/XrdCms/XrdCmsXmiReq.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCmsXmiReqCVSID = "$Id$"; - #include #include "XrdCms/XrdCmsTrace.hh" diff --git a/src/XrdCms/XrdCmsXmiReq.hh b/src/XrdCms/XrdCmsXmiReq.hh index 73f276e9d96..8accee3e3c5 100644 --- a/src/XrdCms/XrdCmsXmiReq.hh +++ b/src/XrdCms/XrdCmsXmiReq.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdCms/XrdCmsReq.hh" #include "XrdCms/XrdCmsXmi.hh" #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdCns/XrdCnsConfig.cc b/src/XrdCns/XrdCnsConfig.cc index 278c3c99c37..8758ca3cae0 100644 --- a/src/XrdCns/XrdCnsConfig.cc +++ b/src/XrdCns/XrdCnsConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCns/XrdCnsConfig.hh b/src/XrdCns/XrdCnsConfig.hh index 4d8810458ee..9e0d49d8409 100644 --- a/src/XrdCns/XrdCnsConfig.hh +++ b/src/XrdCns/XrdCnsConfig.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - class XrdCnsLogServer; class XrdCnsXref; class XrdOucTList; diff --git a/src/XrdCns/XrdCnsDaemon.cc b/src/XrdCns/XrdCnsDaemon.cc index 9d63e5a2c75..193e6b163d8 100644 --- a/src/XrdCns/XrdCnsDaemon.cc +++ b/src/XrdCns/XrdCnsDaemon.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCnsDaemonCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCns/XrdCnsDaemon.hh b/src/XrdCns/XrdCnsDaemon.hh index 2ebe5029518..0c2614bd5a7 100644 --- a/src/XrdCns/XrdCnsDaemon.hh +++ b/src/XrdCns/XrdCnsDaemon.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysPthread.hh" class XrdOucStream; diff --git a/src/XrdCns/XrdCnsInventory.cc b/src/XrdCns/XrdCnsInventory.cc index f980c59c341..69352e32c00 100644 --- a/src/XrdCns/XrdCnsInventory.cc +++ b/src/XrdCns/XrdCnsInventory.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCnsInventoryCVSID = "$Id$"; - #include "XrdCns/XrdCnsConfig.hh" #include "XrdCns/XrdCnsInventory.hh" #include "XrdOss/XrdOssPath.hh" diff --git a/src/XrdCns/XrdCnsInventory.hh b/src/XrdCns/XrdCnsInventory.hh index 386a3224ee7..b527be0b8c9 100644 --- a/src/XrdCns/XrdCnsInventory.hh +++ b/src/XrdCns/XrdCnsInventory.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include diff --git a/src/XrdCns/XrdCnsLog.cc b/src/XrdCns/XrdCnsLog.cc index fa8e7c9f1fc..5c1f017c2cc 100644 --- a/src/XrdCns/XrdCnsLog.cc +++ b/src/XrdCns/XrdCnsLog.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCns/XrdCnsLog.hh b/src/XrdCns/XrdCnsLog.hh index 519311ffd51..ef8b11454a7 100644 --- a/src/XrdCns/XrdCnsLog.hh +++ b/src/XrdCns/XrdCnsLog.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdOuc/XrdOucNSWalk.hh" diff --git a/src/XrdCns/XrdCnsLogClient.cc b/src/XrdCns/XrdCnsLogClient.cc index 97533e2f9c3..84c917ddffc 100644 --- a/src/XrdCns/XrdCnsLogClient.cc +++ b/src/XrdCns/XrdCnsLogClient.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCns/XrdCnsLogClient.hh b/src/XrdCns/XrdCnsLogClient.hh index ad5491220e1..b42863cb038 100644 --- a/src/XrdCns/XrdCnsLogClient.hh +++ b/src/XrdCns/XrdCnsLogClient.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdCns/XrdCnsLogFile.cc b/src/XrdCns/XrdCnsLogFile.cc index 4c6d6d7cf0d..a670c05e083 100644 --- a/src/XrdCns/XrdCnsLogFile.cc +++ b/src/XrdCns/XrdCnsLogFile.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCnsLogFileCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCns/XrdCnsLogFile.hh b/src/XrdCns/XrdCnsLogFile.hh index 362d3143668..8900f23ed9e 100644 --- a/src/XrdCns/XrdCnsLogFile.hh +++ b/src/XrdCns/XrdCnsLogFile.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdCns/XrdCnsLogRec.hh" #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdCns/XrdCnsLogRec.cc b/src/XrdCns/XrdCnsLogRec.cc index bdf79ac8737..62c59d7dceb 100644 --- a/src/XrdCns/XrdCnsLogRec.cc +++ b/src/XrdCns/XrdCnsLogRec.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdCnsLogRecCVSID = "$Id$"; #include #include diff --git a/src/XrdCns/XrdCnsLogRec.hh b/src/XrdCns/XrdCnsLogRec.hh index 480b71dc06a..1248cd07024 100644 --- a/src/XrdCns/XrdCnsLogRec.hh +++ b/src/XrdCns/XrdCnsLogRec.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include #include diff --git a/src/XrdCns/XrdCnsLogServer.cc b/src/XrdCns/XrdCnsLogServer.cc index ce4aed551a5..b100d4ea6e4 100644 --- a/src/XrdCns/XrdCnsLogServer.cc +++ b/src/XrdCns/XrdCnsLogServer.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCnsLogServerCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCns/XrdCnsLogServer.hh b/src/XrdCns/XrdCnsLogServer.hh index 95edffb40ed..97dbbb913d1 100644 --- a/src/XrdCns/XrdCnsLogServer.hh +++ b/src/XrdCns/XrdCnsLogServer.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include class XrdOucTList; diff --git a/src/XrdCns/XrdCnsMain.cc b/src/XrdCns/XrdCnsMain.cc index 3b859d803e1..63cfeab1979 100644 --- a/src/XrdCns/XrdCnsMain.cc +++ b/src/XrdCns/XrdCnsMain.cc @@ -3,9 +3,28 @@ /* X r d G n s M a i n . c c */ /* */ /* (c) 2007 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This is the Cluster Name Space interface. The syntax is: diff --git a/src/XrdCns/XrdCnsSsi.cc b/src/XrdCns/XrdCnsSsi.cc index d039ce681a6..1f95bb86828 100644 --- a/src/XrdCns/XrdCnsSsi.cc +++ b/src/XrdCns/XrdCnsSsi.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCnsSsiCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCns/XrdCnsSsi.hh b/src/XrdCns/XrdCnsSsi.hh index eb65b1a21c3..dd14595935d 100644 --- a/src/XrdCns/XrdCnsSsi.hh +++ b/src/XrdCns/XrdCnsSsi.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ class XrdCnsSsiDRec; class XrdCnsSsiFRec; diff --git a/src/XrdCns/XrdCnsSsiCfg.cc b/src/XrdCns/XrdCnsSsiCfg.cc index 694326e3e4d..16d100b74a2 100644 --- a/src/XrdCns/XrdCnsSsiCfg.cc +++ b/src/XrdCns/XrdCnsSsiCfg.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCnsSsiCfgCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdCns/XrdCnsSsiCfg.hh b/src/XrdCns/XrdCnsSsiCfg.hh index adc2f7fdb75..9f5ecc0d12c 100644 --- a/src/XrdCns/XrdCnsSsiCfg.hh +++ b/src/XrdCns/XrdCnsSsiCfg.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - class XrdCnsLogServer; class XrdOucTList; class XrdOucName2Name; diff --git a/src/XrdCns/XrdCnsSsiMain.cc b/src/XrdCns/XrdCnsSsiMain.cc index 63b7f25cfad..6ae40765121 100644 --- a/src/XrdCns/XrdCnsSsiMain.cc +++ b/src/XrdCns/XrdCnsSsiMain.cc @@ -3,9 +3,28 @@ /* X r d C n s S s i M a i n . c c */ /* */ /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This is the Cluster Name Space utility. The syntax is: diff --git a/src/XrdCns/XrdCnsSsiSay.hh b/src/XrdCns/XrdCnsSsiSay.hh index 98c62a6261c..298c01fa8c1 100644 --- a/src/XrdCns/XrdCnsSsiSay.hh +++ b/src/XrdCns/XrdCnsSsiSay.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdSys/XrdSysError.hh" diff --git a/src/XrdCns/XrdCnsXref.cc b/src/XrdCns/XrdCnsXref.cc index 475f687c6f3..f4a57d57e26 100644 --- a/src/XrdCns/XrdCnsXref.cc +++ b/src/XrdCns/XrdCnsXref.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCns/XrdCnsXref.hh" diff --git a/src/XrdCns/XrdCnsXref.hh b/src/XrdCns/XrdCnsXref.hh index d98cf67cf99..30d639930d4 100644 --- a/src/XrdCns/XrdCnsXref.hh +++ b/src/XrdCns/XrdCnsXref.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdOuc/XrdOucHash.hh" #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdCrypto/PC1.cc b/src/XrdCrypto/PC1.cc index eed4f2c7ec0..680d9b24a1e 100644 --- a/src/XrdCrypto/PC1.cc +++ b/src/XrdCrypto/PC1.cc @@ -1,6 +1,3 @@ -// $Id$ - -const char *PC1CVSID = "$Id$"; /* ----------------------------------------------------------------------- * * * * PC1.cc * diff --git a/src/XrdCrypto/PC1.hh b/src/XrdCrypto/PC1.hh index a8bf8077c66..3610997ff6f 100644 --- a/src/XrdCrypto/PC1.hh +++ b/src/XrdCrypto/PC1.hh @@ -1,4 +1,3 @@ -// $Id$ /* ----------------------------------------------------------------------- * * * * PC1.hh * diff --git a/src/XrdCrypto/PC3.cc b/src/XrdCrypto/PC3.cc index 2dcc55c67cc..cac86fdf715 100644 --- a/src/XrdCrypto/PC3.cc +++ b/src/XrdCrypto/PC3.cc @@ -1,6 +1,3 @@ -// $Id$ - -const char *PC3CVSID = "$Id$"; /* ----------------------------------------------------------------------- * * * * PC3.cc * diff --git a/src/XrdCrypto/PC3.hh b/src/XrdCrypto/PC3.hh index fbdb0b48b21..17393785f39 100644 --- a/src/XrdCrypto/PC3.hh +++ b/src/XrdCrypto/PC3.hh @@ -1,4 +1,3 @@ -// $Id$ /* ----------------------------------------------------------------------- * * * * PC3.cc * diff --git a/src/XrdCrypto/XrdCryptoAux.cc b/src/XrdCrypto/XrdCryptoAux.cc index 5b437845257..ab0e802861d 100644 --- a/src/XrdCrypto/XrdCryptoAux.cc +++ b/src/XrdCrypto/XrdCryptoAux.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptoAuxCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o A u x . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Geri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCrypto/XrdCryptoAux.hh b/src/XrdCrypto/XrdCryptoAux.hh index ed1fa5f18b4..a1fad709dc7 100644 --- a/src/XrdCrypto/XrdCryptoAux.hh +++ b/src/XrdCrypto/XrdCryptoAux.hh @@ -1,6 +1,32 @@ -// $Id$ #ifndef __CRYPTO_AUX_H__ #define __CRYPTO_AUX_H__ +/******************************************************************************/ +/* */ +/* X r d C r y p t o A u x . h h */ +/* */ +/* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ #include #include diff --git a/src/XrdCrypto/XrdCryptoBasic.cc b/src/XrdCrypto/XrdCryptoBasic.cc index 67de603ca38..0b3f58f9afe 100644 --- a/src/XrdCrypto/XrdCryptoBasic.cc +++ b/src/XrdCrypto/XrdCryptoBasic.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptoBasicCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o B a s i c. h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoBasic.hh b/src/XrdCrypto/XrdCryptoBasic.hh index 3d77cca802b..8193a900e5a 100644 --- a/src/XrdCrypto/XrdCryptoBasic.hh +++ b/src/XrdCrypto/XrdCryptoBasic.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_BASIC_H__ #define __CRYPTO_BASIC_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o B a s i c. h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Geri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ diff --git a/src/XrdCrypto/XrdCryptoCipher.cc b/src/XrdCrypto/XrdCryptoCipher.cc index 27bc898be25..df03b44ea05 100644 --- a/src/XrdCrypto/XrdCryptoCipher.cc +++ b/src/XrdCrypto/XrdCryptoCipher.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptoCipherCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o C i p h e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoCipher.hh b/src/XrdCrypto/XrdCryptoCipher.hh index 81de271562d..94401581bed 100644 --- a/src/XrdCrypto/XrdCryptoCipher.hh +++ b/src/XrdCrypto/XrdCryptoCipher.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_CIPHER_H__ #define __CRYPTO_CIPHER_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o C i p h e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoFactory.cc b/src/XrdCrypto/XrdCryptoFactory.cc index b1a4cdbe80d..cdeacc81f9e 100644 --- a/src/XrdCrypto/XrdCryptoFactory.cc +++ b/src/XrdCrypto/XrdCryptoFactory.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptoFactoryCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o F a c t o r y . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoFactory.hh b/src/XrdCrypto/XrdCryptoFactory.hh index dce6d4cf3d3..c4de5ed5b88 100644 --- a/src/XrdCrypto/XrdCryptoFactory.hh +++ b/src/XrdCrypto/XrdCryptoFactory.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_FACTORY_H__ #define __CRYPTO_FACTORY_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o F a c t o r y . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoLite.cc b/src/XrdCrypto/XrdCryptoLite.cc index bd83f6430f7..6fb000c94b4 100644 --- a/src/XrdCrypto/XrdCryptoLite.cc +++ b/src/XrdCrypto/XrdCryptoLite.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdCryptoLiteCVSID = "$Id$"; - #include #include diff --git a/src/XrdCrypto/XrdCryptoLite.hh b/src/XrdCrypto/XrdCryptoLite.hh index b58424fafc3..7d393d2c5b9 100644 --- a/src/XrdCrypto/XrdCryptoLite.hh +++ b/src/XrdCrypto/XrdCryptoLite.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - // This abstract class defines a very simple interface to encryption methods. // CryptoLite provides a naive interface to stream cryptographic algorithms // that include decryption validation. Use XrdCryptoBasic and it's derived diff --git a/src/XrdCrypto/XrdCryptoLite_bf32.cc b/src/XrdCrypto/XrdCryptoLite_bf32.cc index 65b02f40364..40b92d7abe8 100644 --- a/src/XrdCrypto/XrdCryptoLite_bf32.cc +++ b/src/XrdCrypto/XrdCryptoLite_bf32.cc @@ -7,6 +7,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCrypto/XrdCryptoLite.hh" diff --git a/src/XrdCrypto/XrdCryptoMsgDigest.cc b/src/XrdCrypto/XrdCryptoMsgDigest.cc index 8539539a1b1..b0ebac0af3b 100644 --- a/src/XrdCrypto/XrdCryptoMsgDigest.cc +++ b/src/XrdCrypto/XrdCryptoMsgDigest.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptoMsgDigestCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o M s g D i g e s t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoMsgDigest.hh b/src/XrdCrypto/XrdCryptoMsgDigest.hh index 753b16d794b..da8a4ab134b 100644 --- a/src/XrdCrypto/XrdCryptoMsgDigest.hh +++ b/src/XrdCrypto/XrdCryptoMsgDigest.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_MSGDGST_H__ #define __CRYPTO_MSGDGST_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o M s g D i g e s t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoRSA.cc b/src/XrdCrypto/XrdCryptoRSA.cc index 6612f9712fb..5c9d8033e02 100644 --- a/src/XrdCrypto/XrdCryptoRSA.cc +++ b/src/XrdCrypto/XrdCryptoRSA.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptoRSACVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o R S A . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoRSA.hh b/src/XrdCrypto/XrdCryptoRSA.hh index d8a142c4be6..0efeafc85c6 100644 --- a/src/XrdCrypto/XrdCryptoRSA.hh +++ b/src/XrdCrypto/XrdCryptoRSA.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_RSA_H__ #define __CRYPTO_RSA_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o R S A . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoTrace.hh b/src/XrdCrypto/XrdCryptoTrace.hh index 58b1866ca38..f901b9ea15b 100644 --- a/src/XrdCrypto/XrdCryptoTrace.hh +++ b/src/XrdCrypto/XrdCryptoTrace.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef ___CRYPTO_TRACE_H___ #define ___CRYPTO_TRACE_H___ /******************************************************************************/ @@ -7,8 +6,27 @@ /* */ /* (C) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCrypto/XrdCryptoX509.cc b/src/XrdCrypto/XrdCryptoX509.cc index e804cd9ff39..47928c0498a 100644 --- a/src/XrdCrypto/XrdCryptoX509.cc +++ b/src/XrdCrypto/XrdCryptoX509.cc @@ -1,12 +1,32 @@ -// $Id$ - -const char *XrdCryptoX509CVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 . c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* All Rights Reserved */ +/* Produced by Andrew Hanushevsky for Stanford University under contract */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoX509.hh b/src/XrdCrypto/XrdCryptoX509.hh index 274ba6ce3c1..363c55f7b5f 100644 --- a/src/XrdCrypto/XrdCryptoX509.hh +++ b/src/XrdCrypto/XrdCryptoX509.hh @@ -1,13 +1,31 @@ -// $Id$ #ifndef __CRYPTO_X509_H__ #define __CRYPTO_X509_H__ /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 . h h */ /* */ -/* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoX509Chain.cc b/src/XrdCrypto/XrdCryptoX509Chain.cc index 4dfa2e2a431..3ab495da55d 100644 --- a/src/XrdCrypto/XrdCryptoX509Chain.cc +++ b/src/XrdCrypto/XrdCryptoX509Chain.cc @@ -1,12 +1,29 @@ -// $Id$ - -const char *XrdCryptoX509ChainCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 C h a i n . c c */ /* */ /* (c) 2005 G. Ganis, CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ #include #include @@ -14,7 +31,6 @@ const char *XrdCryptoX509ChainCVSID = "$Id$"; #include #include - // ---------------------------------------------------------------------------// // // // XrdCryptoX509Chain // diff --git a/src/XrdCrypto/XrdCryptoX509Chain.hh b/src/XrdCrypto/XrdCryptoX509Chain.hh index 2e5270f0b79..270f6a9ff1a 100644 --- a/src/XrdCrypto/XrdCryptoX509Chain.hh +++ b/src/XrdCrypto/XrdCryptoX509Chain.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_X509CHAIN_H__ #define __CRYPTO_X509CHAIN_H__ /******************************************************************************/ @@ -7,6 +6,26 @@ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoX509Crl.cc b/src/XrdCrypto/XrdCryptoX509Crl.cc index 22675f6b12f..72616fe4c2d 100644 --- a/src/XrdCrypto/XrdCryptoX509Crl.cc +++ b/src/XrdCrypto/XrdCryptoX509Crl.cc @@ -1,12 +1,29 @@ -// $Id$ - -const char *XrdCryptoX509CrlCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 C r l. c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoX509Crl.hh b/src/XrdCrypto/XrdCryptoX509Crl.hh index aa05757a220..f1f4fd2e38b 100644 --- a/src/XrdCrypto/XrdCryptoX509Crl.hh +++ b/src/XrdCrypto/XrdCryptoX509Crl.hh @@ -1,13 +1,31 @@ -// $Id$ #ifndef __CRYPTO_X509CRL_H__ #define __CRYPTO_X509CRL_H__ /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 C r l . h h */ /* */ -/* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoX509Req.cc b/src/XrdCrypto/XrdCryptoX509Req.cc index a6609025a75..8626a1d2d25 100644 --- a/src/XrdCrypto/XrdCryptoX509Req.cc +++ b/src/XrdCrypto/XrdCryptoX509Req.cc @@ -1,12 +1,29 @@ -// $Id$ - -const char *XrdCryptoX509ReqCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 R e q. c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptoX509Req.hh b/src/XrdCrypto/XrdCryptoX509Req.hh index 3248674c440..1fec042322e 100644 --- a/src/XrdCrypto/XrdCryptoX509Req.hh +++ b/src/XrdCrypto/XrdCryptoX509Req.hh @@ -1,13 +1,31 @@ -// $Id$ #ifndef __CRYPTO_X509REQ_H__ #define __CRYPTO_X509REQ_H__ /******************************************************************************/ /* */ /* X r d C r y p t o X 5 0 9 R e q. h h */ /* */ -/* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptolocalCipher.cc b/src/XrdCrypto/XrdCryptolocalCipher.cc index 636c59539cb..815a841e4ac 100644 --- a/src/XrdCrypto/XrdCryptolocalCipher.cc +++ b/src/XrdCrypto/XrdCryptolocalCipher.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptolocalCipherCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o L o c a l C i p h e r . c c */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptolocalCipher.hh b/src/XrdCrypto/XrdCryptolocalCipher.hh index 91a52441e03..6141fbe4b69 100644 --- a/src/XrdCrypto/XrdCryptolocalCipher.hh +++ b/src/XrdCrypto/XrdCryptolocalCipher.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_LOCALCIPHER_H__ #define __CRYPTO_LOCALCIPHER_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o L o c a l C i p h e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptolocalFactory.cc b/src/XrdCrypto/XrdCryptolocalFactory.cc index 2b2da2c7f40..1fcc8e4f135 100644 --- a/src/XrdCrypto/XrdCryptolocalFactory.cc +++ b/src/XrdCrypto/XrdCryptolocalFactory.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptolocalFactoryCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o L o c a l F a c t o r y . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptolocalFactory.hh b/src/XrdCrypto/XrdCryptolocalFactory.hh index 340cd7ecbbe..45a793dff9b 100644 --- a/src/XrdCrypto/XrdCryptolocalFactory.hh +++ b/src/XrdCrypto/XrdCryptolocalFactory.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_LOCALFACTORY_H__ #define __CRYPTO_LOCALFACTORY_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o L o c a l F a c t o r y . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslAux.cc b/src/XrdCrypto/XrdCryptosslAux.cc index 8ccf09d284c..934f422a666 100644 --- a/src/XrdCrypto/XrdCryptosslAux.cc +++ b/src/XrdCrypto/XrdCryptosslAux.cc @@ -1,12 +1,29 @@ -// $Id$ - -const char *XrdCryptosslAuxCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o S s l A u x . h h */ /* */ /* (c) 2005 G. Ganis, CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslAux.hh b/src/XrdCrypto/XrdCryptosslAux.hh index 63a90e6f72d..901f80c271b 100644 --- a/src/XrdCrypto/XrdCryptosslAux.hh +++ b/src/XrdCrypto/XrdCryptosslAux.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLAUX_H__ #define __CRYPTO_SSLAUX_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o S s l A u x . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslCipher.cc b/src/XrdCrypto/XrdCryptosslCipher.cc index f84097a659a..6fb106d01da 100644 --- a/src/XrdCrypto/XrdCryptosslCipher.cc +++ b/src/XrdCrypto/XrdCryptosslCipher.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptosslCipherCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o S s l C i p h e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslCipher.hh b/src/XrdCrypto/XrdCryptosslCipher.hh index 5fedea680e8..8455266d23b 100644 --- a/src/XrdCrypto/XrdCryptosslCipher.hh +++ b/src/XrdCrypto/XrdCryptosslCipher.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLCIPHER_H__ #define __CRYPTO_SSLCIPHER_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o S s l C i p h e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslFactory.cc b/src/XrdCrypto/XrdCryptosslFactory.cc index 6c85d9bba4a..729d3b2c181 100644 --- a/src/XrdCrypto/XrdCryptosslFactory.cc +++ b/src/XrdCrypto/XrdCryptosslFactory.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptosslFactoryCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o S s l F a c t o r y . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslFactory.hh b/src/XrdCrypto/XrdCryptosslFactory.hh index 635f23df105..4f84ed02259 100644 --- a/src/XrdCrypto/XrdCryptosslFactory.hh +++ b/src/XrdCrypto/XrdCryptosslFactory.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLFACTORY_H__ #define __CRYPTO_SSLFACTORY_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o S s l F a c t o r y . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslMsgDigest.cc b/src/XrdCrypto/XrdCryptosslMsgDigest.cc index 91c85173036..71b03650490 100644 --- a/src/XrdCrypto/XrdCryptosslMsgDigest.cc +++ b/src/XrdCrypto/XrdCryptosslMsgDigest.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptosslMsgDigestCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o M s g D i g e s t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslMsgDigest.hh b/src/XrdCrypto/XrdCryptosslMsgDigest.hh index ad312b25cb1..2f2cb670e3d 100644 --- a/src/XrdCrypto/XrdCryptosslMsgDigest.hh +++ b/src/XrdCrypto/XrdCryptosslMsgDigest.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_MSGDGSTSSL_H__ #define __CRYPTO_MSGDGSTSSL_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o S s l M s g D i g e s t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslRSA.cc b/src/XrdCrypto/XrdCryptosslRSA.cc index c88b13b5827..75fd179e111 100644 --- a/src/XrdCrypto/XrdCryptosslRSA.cc +++ b/src/XrdCrypto/XrdCryptosslRSA.cc @@ -1,14 +1,29 @@ -// $Id$ - -const char *XrdCryptosslRSACVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o S s l R S A . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslRSA.hh b/src/XrdCrypto/XrdCryptosslRSA.hh index 8ade7de28c3..c403d3e97c5 100644 --- a/src/XrdCrypto/XrdCryptosslRSA.hh +++ b/src/XrdCrypto/XrdCryptosslRSA.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLRSA_H__ #define __CRYPTO_SSLRSA_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o S s l R S A . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslTrace.hh b/src/XrdCrypto/XrdCryptosslTrace.hh index d2f3936b8ad..c8f8c6f3e52 100644 --- a/src/XrdCrypto/XrdCryptosslTrace.hh +++ b/src/XrdCrypto/XrdCryptosslTrace.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef ___CRYPTOSSL_TRACE_H___ #define ___CRYPTOSSL_TRACE_H___ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d C r y p t o S s l T r a c e . h h */ /* */ /* (C) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdCrypto/XrdCryptosslX509.cc b/src/XrdCrypto/XrdCryptosslX509.cc index 15c6b00fe5c..bd79a335c56 100644 --- a/src/XrdCrypto/XrdCryptosslX509.cc +++ b/src/XrdCrypto/XrdCryptosslX509.cc @@ -1,15 +1,31 @@ -// $Id$ - -const char *XrdCryptosslX509CVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 . c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ - /* ************************************************************************** */ /* */ /* OpenSSL implementation of XrdCryptoX509 */ diff --git a/src/XrdCrypto/XrdCryptosslX509.hh b/src/XrdCrypto/XrdCryptosslX509.hh index 2209b995ae7..731d9481fd9 100644 --- a/src/XrdCrypto/XrdCryptosslX509.hh +++ b/src/XrdCrypto/XrdCryptosslX509.hh @@ -1,13 +1,31 @@ -// $Id$ #ifndef __CRYPTO_SSLX509_H__ #define __CRYPTO_SSLX509_H__ /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 . h h */ /* */ -/* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslX509Crl.cc b/src/XrdCrypto/XrdCryptosslX509Crl.cc index 94b6b538955..194c091d409 100644 --- a/src/XrdCrypto/XrdCryptosslX509Crl.cc +++ b/src/XrdCrypto/XrdCryptosslX509Crl.cc @@ -1,15 +1,31 @@ -// $Id$ - -const char *XrdCryptosslX509CrlCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 C r l. c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ - /* ************************************************************************** */ /* */ /* OpenSSL implementation of XrdCryptoX509Crl */ diff --git a/src/XrdCrypto/XrdCryptosslX509Crl.hh b/src/XrdCrypto/XrdCryptosslX509Crl.hh index 0001a9fd316..7d562b1fe2c 100644 --- a/src/XrdCrypto/XrdCryptosslX509Crl.hh +++ b/src/XrdCrypto/XrdCryptosslX509Crl.hh @@ -1,13 +1,31 @@ -// $Id$ #ifndef __CRYPTO_SSLX509CRL_H__ #define __CRYPTO_SSLX509CRL_H__ /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 C r l . h h */ /* */ -/* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ #include diff --git a/src/XrdCrypto/XrdCryptosslX509Req.cc b/src/XrdCrypto/XrdCryptosslX509Req.cc index 2633f35235a..2a72c25bd32 100644 --- a/src/XrdCrypto/XrdCryptosslX509Req.cc +++ b/src/XrdCrypto/XrdCryptosslX509Req.cc @@ -1,15 +1,31 @@ -// $Id$ - -const char *XrdCryptosslX509ReqCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 R e q. c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ - /* ************************************************************************** */ /* */ /* OpenSSL implementation of XrdCryptoX509Req */ diff --git a/src/XrdCrypto/XrdCryptosslX509Req.hh b/src/XrdCrypto/XrdCryptosslX509Req.hh index 58020155065..3137e11d57f 100644 --- a/src/XrdCrypto/XrdCryptosslX509Req.hh +++ b/src/XrdCrypto/XrdCryptosslX509Req.hh @@ -1,13 +1,31 @@ -// $Id$ #ifndef __CRYPTO_SSLX509REQ_H__ #define __CRYPTO_SSLX509REQ_H__ /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 R e q . h h */ /* */ -/* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslX509Store.cc b/src/XrdCrypto/XrdCryptosslX509Store.cc index 251de358ce2..4fb8bfb6e42 100644 --- a/src/XrdCrypto/XrdCryptosslX509Store.cc +++ b/src/XrdCrypto/XrdCryptosslX509Store.cc @@ -1,15 +1,31 @@ -// $Id$ - -const char *XrdCryptosslX509StoreCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o s s l X 5 0 9 S t o r e . c c */ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ - /* ************************************************************************** */ /* */ /* OpenSSL implementation of XrdCryptoX509Store */ diff --git a/src/XrdCrypto/XrdCryptosslX509Store.hh b/src/XrdCrypto/XrdCryptosslX509Store.hh index 646ae9b89ef..1723ef2b502 100644 --- a/src/XrdCrypto/XrdCryptosslX509Store.hh +++ b/src/XrdCrypto/XrdCryptosslX509Store.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLX509STORE_H__ #define __CRYPTO_SSLX509STORE_H__ /******************************************************************************/ @@ -7,6 +6,26 @@ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslgsiAux.cc b/src/XrdCrypto/XrdCryptosslgsiAux.cc index 77357d16238..914fa95b6c1 100644 --- a/src/XrdCrypto/XrdCryptosslgsiAux.cc +++ b/src/XrdCrypto/XrdCryptosslgsiAux.cc @@ -1,12 +1,29 @@ -// $Id$ - -const char *XrdCryptosslgsiAuxCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o s s l g s i A u x . h h */ /* */ /* (c) 2005, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslgsiAux.hh b/src/XrdCrypto/XrdCryptosslgsiAux.hh index 581d7186dcd..04a94413ed2 100644 --- a/src/XrdCrypto/XrdCryptosslgsiAux.hh +++ b/src/XrdCrypto/XrdCryptosslgsiAux.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLGSIAUX_H__ #define __CRYPTO_SSLGSIAUX_H__ /******************************************************************************/ @@ -7,6 +6,26 @@ /* */ /* (c) 2005, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptosslgsiX509Chain.cc b/src/XrdCrypto/XrdCryptosslgsiX509Chain.cc index b7c760eb2fc..b54c81737f5 100644 --- a/src/XrdCrypto/XrdCryptosslgsiX509Chain.cc +++ b/src/XrdCrypto/XrdCryptosslgsiX509Chain.cc @@ -1,13 +1,31 @@ -// $Id$ - -const char *XrdCryptosslgsiX509ChainCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d C r y p t o s s l g s i X 5 0 9 C h a i n . h h */ /* */ /* (c) 2005 G. Ganis, CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ + #include #include diff --git a/src/XrdCrypto/XrdCryptosslgsiX509Chain.hh b/src/XrdCrypto/XrdCryptosslgsiX509Chain.hh index 4c4e714e943..b7aa7d1967c 100644 --- a/src/XrdCrypto/XrdCryptosslgsiX509Chain.hh +++ b/src/XrdCrypto/XrdCryptosslgsiX509Chain.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __CRYPTO_SSLGSIX509CHAIN_H__ #define __CRYPTO_SSLGSIX509CHAIN_H__ /******************************************************************************/ @@ -7,6 +6,26 @@ /* */ /* (c) 2005 G. Ganis , CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdCrypto/XrdCryptotest.cc b/src/XrdCrypto/XrdCryptotest.cc index 2c99e25f967..176f19f8232 100644 --- a/src/XrdCrypto/XrdCryptotest.cc +++ b/src/XrdCrypto/XrdCryptotest.cc @@ -1,6 +1,31 @@ -// $Id$ - -const char *XrdCryptotestCVSID = "$Id$"; +/******************************************************************************/ +/* */ +/* X r d C r y p t o t e s t . c c */ +/* */ +/* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + // // Test program for XrdCrypto // diff --git a/src/XrdFfs/XrdFfsDent.cc b/src/XrdFfs/XrdFfsDent.cc index fd700d4c387..527014f57bd 100644 --- a/src/XrdFfs/XrdFfsDent.cc +++ b/src/XrdFfs/XrdFfsDent.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFfs/XrdFfsDent.hh" diff --git a/src/XrdFfs/XrdFfsDent.hh b/src/XrdFfs/XrdFfsDent.hh index d85621b7527..81359a36efa 100644 --- a/src/XrdFfs/XrdFfsDent.hh +++ b/src/XrdFfs/XrdFfsDent.hh @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFfs/XrdFfsFsinfo.cc b/src/XrdFfs/XrdFfsFsinfo.cc index a40a42bcc99..5a8c4966e1a 100644 --- a/src/XrdFfs/XrdFfsFsinfo.cc +++ b/src/XrdFfs/XrdFfsFsinfo.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2010) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFfs/XrdFfsFsinfo.hh b/src/XrdFfs/XrdFfsFsinfo.hh index 1ccbdea2789..44cb4b6c177 100644 --- a/src/XrdFfs/XrdFfsFsinfo.hh +++ b/src/XrdFfs/XrdFfsFsinfo.hh @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2010) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFfs/XrdFfsMisc.cc b/src/XrdFfs/XrdFfsMisc.cc index 1c08f7890dd..97d286bee0d 100644 --- a/src/XrdFfs/XrdFfsMisc.cc +++ b/src/XrdFfs/XrdFfsMisc.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #define _FILE_OFFSET_BITS 64 diff --git a/src/XrdFfs/XrdFfsMisc.hh b/src/XrdFfs/XrdFfsMisc.hh index 61f7194d5b8..fc5e2ce0fdf 100644 --- a/src/XrdFfs/XrdFfsMisc.hh +++ b/src/XrdFfs/XrdFfsMisc.hh @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifdef __cplusplus diff --git a/src/XrdFfs/XrdFfsPosix.cc b/src/XrdFfs/XrdFfsPosix.cc index 26a25297a5d..e211578ce9d 100644 --- a/src/XrdFfs/XrdFfsPosix.cc +++ b/src/XrdFfs/XrdFfsPosix.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #define _FILE_OFFSET_BITS 64 diff --git a/src/XrdFfs/XrdFfsPosix.hh b/src/XrdFfs/XrdFfsPosix.hh index 52ebe323057..ce8481c54da 100644 --- a/src/XrdFfs/XrdFfsPosix.hh +++ b/src/XrdFfs/XrdFfsPosix.hh @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFfs/XrdFfsQueue.cc b/src/XrdFfs/XrdFfsQueue.cc index 5a0ee9af6c4..f05480b1fbe 100644 --- a/src/XrdFfs/XrdFfsQueue.cc +++ b/src/XrdFfs/XrdFfsQueue.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFfs/XrdFfsQueue.hh" diff --git a/src/XrdFfs/XrdFfsQueue.hh b/src/XrdFfs/XrdFfsQueue.hh index 04635f9414f..c9f52c899d9 100644 --- a/src/XrdFfs/XrdFfsQueue.hh +++ b/src/XrdFfs/XrdFfsQueue.hh @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifdef __cplusplus diff --git a/src/XrdFfs/XrdFfsWcache.cc b/src/XrdFfs/XrdFfsWcache.cc index f7d20281462..6dab23b3ec3 100644 --- a/src/XrdFfs/XrdFfsWcache.cc +++ b/src/XrdFfs/XrdFfsWcache.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* diff --git a/src/XrdFfs/XrdFfsWcache.hh b/src/XrdFfs/XrdFfsWcache.hh index 95633270eed..4ed2ebb659f 100644 --- a/src/XrdFfs/XrdFfsWcache.hh +++ b/src/XrdFfs/XrdFfsWcache.hh @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifdef __cplusplus diff --git a/src/XrdFfs/XrdFfsXrootdfs.cc b/src/XrdFfs/XrdFfsXrootdfs.cc index b0dbc487c43..c00c4c0e88a 100644 --- a/src/XrdFfs/XrdFfsXrootdfs.cc +++ b/src/XrdFfs/XrdFfsXrootdfs.cc @@ -5,6 +5,26 @@ /* All Rights Reserved */ /* Author: Wei Yang (SLAC National Accelerator Laboratory, 2009) */ /* Contract DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #define FUSE_USE_VERSION 26 diff --git a/src/XrdFrc/XrdFrcCID.cc b/src/XrdFrc/XrdFrcCID.cc index 46e66f5ab59..ab61373a220 100644 --- a/src/XrdFrc/XrdFrcCID.cc +++ b/src/XrdFrc/XrdFrcCID.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcCID.hh b/src/XrdFrc/XrdFrcCID.hh index d8219a383fb..814587b517d 100644 --- a/src/XrdFrc/XrdFrcCID.hh +++ b/src/XrdFrc/XrdFrcCID.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcProxy.cc b/src/XrdFrc/XrdFrcProxy.cc index 1ba2a44486c..8cc4a9c91e2 100644 --- a/src/XrdFrc/XrdFrcProxy.cc +++ b/src/XrdFrc/XrdFrcProxy.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "errno.h" diff --git a/src/XrdFrc/XrdFrcProxy.hh b/src/XrdFrc/XrdFrcProxy.hh index 6ef6d9d0681..12123425850 100644 --- a/src/XrdFrc/XrdFrcProxy.hh +++ b/src/XrdFrc/XrdFrcProxy.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcRequest.hh" diff --git a/src/XrdFrc/XrdFrcReqAgent.cc b/src/XrdFrc/XrdFrcReqAgent.cc index 85e7d00b17a..952de9174e0 100644 --- a/src/XrdFrc/XrdFrcReqAgent.cc +++ b/src/XrdFrc/XrdFrcReqAgent.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcReqAgent.hh b/src/XrdFrc/XrdFrcReqAgent.hh index de9cc4e0a9f..5ac873d47fb 100644 --- a/src/XrdFrc/XrdFrcReqAgent.hh +++ b/src/XrdFrc/XrdFrcReqAgent.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcReqFile.hh" diff --git a/src/XrdFrc/XrdFrcReqFile.cc b/src/XrdFrc/XrdFrcReqFile.cc index dd940be282a..c15ef0ff432 100644 --- a/src/XrdFrc/XrdFrcReqFile.cc +++ b/src/XrdFrc/XrdFrcReqFile.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcReqFile.hh b/src/XrdFrc/XrdFrcReqFile.hh index 93d981d657b..ca0a6633df3 100644 --- a/src/XrdFrc/XrdFrcReqFile.hh +++ b/src/XrdFrc/XrdFrcReqFile.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcRequest.hh" diff --git a/src/XrdFrc/XrdFrcRequest.hh b/src/XrdFrc/XrdFrcRequest.hh index e150c6ab030..c5d92d4fd51 100644 --- a/src/XrdFrc/XrdFrcRequest.hh +++ b/src/XrdFrc/XrdFrcRequest.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdFrcRequest diff --git a/src/XrdFrc/XrdFrcTrace.cc b/src/XrdFrc/XrdFrcTrace.cc index 6d05770a750..a31ebe5c8ff 100644 --- a/src/XrdFrc/XrdFrcTrace.cc +++ b/src/XrdFrc/XrdFrcTrace.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcTrace.hh" diff --git a/src/XrdFrc/XrdFrcTrace.hh b/src/XrdFrc/XrdFrcTrace.hh index 53091e06012..819f579ae7c 100644 --- a/src/XrdFrc/XrdFrcTrace.hh +++ b/src/XrdFrc/XrdFrcTrace.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysError.hh" diff --git a/src/XrdFrc/XrdFrcUtils.cc b/src/XrdFrc/XrdFrcUtils.cc index fb113860db6..d49c54ede4f 100644 --- a/src/XrdFrc/XrdFrcUtils.cc +++ b/src/XrdFrc/XrdFrcUtils.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcUtils.hh b/src/XrdFrc/XrdFrcUtils.hh index 178ea9256af..e431764159b 100644 --- a/src/XrdFrc/XrdFrcUtils.hh +++ b/src/XrdFrc/XrdFrcUtils.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcXAttr.hh b/src/XrdFrc/XrdFrcXAttr.hh index ba6eb070487..6a567ae8075 100644 --- a/src/XrdFrc/XrdFrcXAttr.hh +++ b/src/XrdFrc/XrdFrcXAttr.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrc/XrdFrcXLock.hh b/src/XrdFrc/XrdFrcXLock.hh index 3f59cc8e082..60c4bfe79ba 100644 --- a/src/XrdFrc/XrdFrcXLock.hh +++ b/src/XrdFrc/XrdFrcXLock.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucSxeq.hh" diff --git a/src/XrdFrm/XrdFrmAdmin.cc b/src/XrdFrm/XrdFrmAdmin.cc index ab915aa0200..50056a0f2d7 100644 --- a/src/XrdFrm/XrdFrmAdmin.cc +++ b/src/XrdFrm/XrdFrmAdmin.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdmin.hh b/src/XrdFrm/XrdFrmAdmin.hh index 00186f64015..ec68c1f961f 100644 --- a/src/XrdFrm/XrdFrmAdmin.hh +++ b/src/XrdFrm/XrdFrmAdmin.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminAudit.cc b/src/XrdFrm/XrdFrmAdminAudit.cc index b974e795dca..dfa7cc5a1c1 100644 --- a/src/XrdFrm/XrdFrmAdminAudit.cc +++ b/src/XrdFrm/XrdFrmAdminAudit.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminConvert.cc b/src/XrdFrm/XrdFrmAdminConvert.cc index 6b3b8b1f79d..51fdb660a8a 100644 --- a/src/XrdFrm/XrdFrmAdminConvert.cc +++ b/src/XrdFrm/XrdFrmAdminConvert.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminFiles.cc b/src/XrdFrm/XrdFrmAdminFiles.cc index e3c08a6e3cc..8479d3324bc 100644 --- a/src/XrdFrm/XrdFrmAdminFiles.cc +++ b/src/XrdFrm/XrdFrmAdminFiles.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminFind.cc b/src/XrdFrm/XrdFrmAdminFind.cc index 855cf16d528..48b70005466 100644 --- a/src/XrdFrm/XrdFrmAdminFind.cc +++ b/src/XrdFrm/XrdFrmAdminFind.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminMain.cc b/src/XrdFrm/XrdFrmAdminMain.cc index 3f47b476796..07c40b896a2 100644 --- a/src/XrdFrm/XrdFrmAdminMain.cc +++ b/src/XrdFrm/XrdFrmAdminMain.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This is the "main" part of the frm_PreStage command. Syntax is: diff --git a/src/XrdFrm/XrdFrmAdminQuery.cc b/src/XrdFrm/XrdFrmAdminQuery.cc index e9893fa5d9b..2ff935d6a0d 100644 --- a/src/XrdFrm/XrdFrmAdminQuery.cc +++ b/src/XrdFrm/XrdFrmAdminQuery.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminReloc.cc b/src/XrdFrm/XrdFrmAdminReloc.cc index ed606bd1156..9537ef87b79 100644 --- a/src/XrdFrm/XrdFrmAdminReloc.cc +++ b/src/XrdFrm/XrdFrmAdminReloc.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmAdminUnlink.cc b/src/XrdFrm/XrdFrmAdminUnlink.cc index 3c10b48b532..d341ad3f94d 100644 --- a/src/XrdFrm/XrdFrmAdminUnlink.cc +++ b/src/XrdFrm/XrdFrmAdminUnlink.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmCns.cc b/src/XrdFrm/XrdFrmCns.cc index a94caf10a6d..7eaaa886651 100644 --- a/src/XrdFrm/XrdFrmCns.cc +++ b/src/XrdFrm/XrdFrmCns.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmCns.hh b/src/XrdFrm/XrdFrmCns.hh index 49b081a5b37..333114e6aa3 100644 --- a/src/XrdFrm/XrdFrmCns.hh +++ b/src/XrdFrm/XrdFrmCns.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmConfig.cc b/src/XrdFrm/XrdFrmConfig.cc index e2e940525f7..e944cbaa747 100644 --- a/src/XrdFrm/XrdFrmConfig.cc +++ b/src/XrdFrm/XrdFrmConfig.cc @@ -3,9 +3,28 @@ /* X r d F r m C o n f i g . c c */ /* */ /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmConfig.hh b/src/XrdFrm/XrdFrmConfig.hh index c9d6d52ce60..cde8ff703d0 100644 --- a/src/XrdFrm/XrdFrmConfig.hh +++ b/src/XrdFrm/XrdFrmConfig.hh @@ -5,9 +5,28 @@ /* X r d F r m C o n f i g . h h */ /* */ /* (C) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmFiles.cc b/src/XrdFrm/XrdFrmFiles.cc index 654d90a6af6..0bd3eeb04a1 100644 --- a/src/XrdFrm/XrdFrmFiles.cc +++ b/src/XrdFrm/XrdFrmFiles.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmFiles.hh b/src/XrdFrm/XrdFrmFiles.hh index 7745145b437..12d18f2aad8 100644 --- a/src/XrdFrm/XrdFrmFiles.hh +++ b/src/XrdFrm/XrdFrmFiles.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmMigrate.cc b/src/XrdFrm/XrdFrmMigrate.cc index 63d165ced0c..86fd98557be 100644 --- a/src/XrdFrm/XrdFrmMigrate.cc +++ b/src/XrdFrm/XrdFrmMigrate.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmMigrate.hh b/src/XrdFrm/XrdFrmMigrate.hh index 9b7e92c4fa4..2647d7e4a2e 100644 --- a/src/XrdFrm/XrdFrmMigrate.hh +++ b/src/XrdFrm/XrdFrmMigrate.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmMonitor.cc b/src/XrdFrm/XrdFrmMonitor.cc index ca31f2cc267..563ebbb623f 100644 --- a/src/XrdFrm/XrdFrmMonitor.cc +++ b/src/XrdFrm/XrdFrmMonitor.cc @@ -5,7 +5,27 @@ /* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmMonitor.hh b/src/XrdFrm/XrdFrmMonitor.hh index a18d67103e3..613ff23ce27 100644 --- a/src/XrdFrm/XrdFrmMonitor.hh +++ b/src/XrdFrm/XrdFrmMonitor.hh @@ -7,7 +7,27 @@ /* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmPurgMain.cc b/src/XrdFrm/XrdFrmPurgMain.cc index b06fca63785..a78d767abda 100644 --- a/src/XrdFrm/XrdFrmPurgMain.cc +++ b/src/XrdFrm/XrdFrmPurgMain.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This is the "main" part of the frm_purge command. Syntax is: diff --git a/src/XrdFrm/XrdFrmPurge.cc b/src/XrdFrm/XrdFrmPurge.cc index 4e8517927d3..0a9427bf526 100644 --- a/src/XrdFrm/XrdFrmPurge.cc +++ b/src/XrdFrm/XrdFrmPurge.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmPurge.hh b/src/XrdFrm/XrdFrmPurge.hh index 8a0c0143133..baa31f703de 100644 --- a/src/XrdFrm/XrdFrmPurge.hh +++ b/src/XrdFrm/XrdFrmPurge.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmReqBoss.cc b/src/XrdFrm/XrdFrmReqBoss.cc index de68c468d26..a0644cff69c 100644 --- a/src/XrdFrm/XrdFrmReqBoss.cc +++ b/src/XrdFrm/XrdFrmReqBoss.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmReqBoss.hh b/src/XrdFrm/XrdFrmReqBoss.hh index 332ddae2070..66c3b6c7cf7 100644 --- a/src/XrdFrm/XrdFrmReqBoss.hh +++ b/src/XrdFrm/XrdFrmReqBoss.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcReqFile.hh" diff --git a/src/XrdFrm/XrdFrmTSort.cc b/src/XrdFrm/XrdFrmTSort.cc index 9f7b4308166..5c28c08981f 100644 --- a/src/XrdFrm/XrdFrmTSort.cc +++ b/src/XrdFrm/XrdFrmTSort.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrm/XrdFrmFiles.hh" diff --git a/src/XrdFrm/XrdFrmTSort.hh b/src/XrdFrm/XrdFrmTSort.hh index 97a6652919e..6476eaf9309 100644 --- a/src/XrdFrm/XrdFrmTSort.hh +++ b/src/XrdFrm/XrdFrmTSort.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdFrmFileset; diff --git a/src/XrdFrm/XrdFrmTransfer.cc b/src/XrdFrm/XrdFrmTransfer.cc index 5d54648825e..bc5fda36968 100644 --- a/src/XrdFrm/XrdFrmTransfer.cc +++ b/src/XrdFrm/XrdFrmTransfer.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmTransfer.hh b/src/XrdFrm/XrdFrmTransfer.hh index 0b67f72f48b..a2e6e0ac0a4 100644 --- a/src/XrdFrm/XrdFrmTransfer.hh +++ b/src/XrdFrm/XrdFrmTransfer.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucHash.hh" diff --git a/src/XrdFrm/XrdFrmXfrAgent.cc b/src/XrdFrm/XrdFrmXfrAgent.cc index d77ea56e0fa..55f4bce6d6b 100644 --- a/src/XrdFrm/XrdFrmXfrAgent.cc +++ b/src/XrdFrm/XrdFrmXfrAgent.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmXfrAgent.hh b/src/XrdFrm/XrdFrmXfrAgent.hh index 89e16bc5717..4ab1946c9fc 100644 --- a/src/XrdFrm/XrdFrmXfrAgent.hh +++ b/src/XrdFrm/XrdFrmXfrAgent.hh @@ -9,6 +9,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcReqAgent.hh" diff --git a/src/XrdFrm/XrdFrmXfrDaemon.cc b/src/XrdFrm/XrdFrmXfrDaemon.cc index 08cf6fb4aed..89556136ebc 100644 --- a/src/XrdFrm/XrdFrmXfrDaemon.cc +++ b/src/XrdFrm/XrdFrmXfrDaemon.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmXfrDaemon.hh b/src/XrdFrm/XrdFrmXfrDaemon.hh index c3e2a7243f4..d58c0b686db 100644 --- a/src/XrdFrm/XrdFrmXfrDaemon.hh +++ b/src/XrdFrm/XrdFrmXfrDaemon.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrm/XrdFrmReqBoss.hh" diff --git a/src/XrdFrm/XrdFrmXfrJob.hh b/src/XrdFrm/XrdFrmXfrJob.hh index d1070089d5d..446cd4bfdd6 100644 --- a/src/XrdFrm/XrdFrmXfrJob.hh +++ b/src/XrdFrm/XrdFrmXfrJob.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmXfrMain.cc b/src/XrdFrm/XrdFrmXfrMain.cc index a6abff9c716..abc72a7662f 100644 --- a/src/XrdFrm/XrdFrmXfrMain.cc +++ b/src/XrdFrm/XrdFrmXfrMain.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This is the "main" part of the frm_xfragent & frm_xfrd commands. diff --git a/src/XrdFrm/XrdFrmXfrQueue.cc b/src/XrdFrm/XrdFrmXfrQueue.cc index 5424ee055fd..af2f03d3d1c 100644 --- a/src/XrdFrm/XrdFrmXfrQueue.cc +++ b/src/XrdFrm/XrdFrmXfrQueue.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdFrm/XrdFrmXfrQueue.hh b/src/XrdFrm/XrdFrmXfrQueue.hh index 7605d1318fb..09a0f08f957 100644 --- a/src/XrdFrm/XrdFrmXfrQueue.hh +++ b/src/XrdFrm/XrdFrmXfrQueue.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdFrc/XrdFrcRequest.hh" diff --git a/src/XrdNet/XrdNet.cc b/src/XrdNet/XrdNet.cc index c4ace02c5dd..5720cc96d96 100644 --- a/src/XrdNet/XrdNet.cc +++ b/src/XrdNet/XrdNet.cc @@ -3,9 +3,28 @@ /* X r d N e t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdNet/XrdNet.hh b/src/XrdNet/XrdNet.hh index ed323bd1a10..9a1ff3ac43a 100644 --- a/src/XrdNet/XrdNet.hh +++ b/src/XrdNet/XrdNet.hh @@ -5,13 +5,30 @@ /* X r d N e t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #ifndef WIN32 diff --git a/src/XrdNet/XrdNetBuffer.cc b/src/XrdNet/XrdNetBuffer.cc index 18dc6c4a24d..f1fcd3b58c2 100644 --- a/src/XrdNet/XrdNetBuffer.cc +++ b/src/XrdNet/XrdNetBuffer.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdNetBufferCVSID = "$Id$"; - #ifndef WIN32 #include #endif diff --git a/src/XrdNet/XrdNetBuffer.hh b/src/XrdNet/XrdNetBuffer.hh index 293c5156cea..af52f9623e5 100644 --- a/src/XrdNet/XrdNetBuffer.hh +++ b/src/XrdNet/XrdNetBuffer.hh @@ -7,10 +7,28 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include diff --git a/src/XrdNet/XrdNetCmsNotify.cc b/src/XrdNet/XrdNetCmsNotify.cc index 2c6a9f0d437..e8527046344 100644 --- a/src/XrdNet/XrdNetCmsNotify.cc +++ b/src/XrdNet/XrdNetCmsNotify.cc @@ -6,10 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include @@ -21,8 +39,6 @@ #include "XrdSys/XrdSysPthread.hh" #include "XrdSys/XrdSysTimer.hh" -const char *XrdNetCmsNotifyCVSID = "$Id$"; - /******************************************************************************/ /* C o n s t r u c t o r */ /******************************************************************************/ diff --git a/src/XrdNet/XrdNetCmsNotify.hh b/src/XrdNet/XrdNetCmsNotify.hh index 2733a8a3c30..9c4f60b8a49 100644 --- a/src/XrdNet/XrdNetCmsNotify.hh +++ b/src/XrdNet/XrdNetCmsNotify.hh @@ -8,10 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - class XrdNetMsg; class XrdSysError; diff --git a/src/XrdNet/XrdNetConnect.cc b/src/XrdNet/XrdNetConnect.cc index f0c3dcb7661..9a7e2816a90 100644 --- a/src/XrdNet/XrdNetConnect.cc +++ b/src/XrdNet/XrdNetConnect.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdNetConnectCVSID = "$Id$"; - #include "errno.h" #include "fcntl.h" #ifndef WIN32 diff --git a/src/XrdNet/XrdNetConnect.hh b/src/XrdNet/XrdNetConnect.hh index d40af4b0bdd..f0543b5035e 100644 --- a/src/XrdNet/XrdNetConnect.hh +++ b/src/XrdNet/XrdNetConnect.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #ifndef WIN32 #include diff --git a/src/XrdNet/XrdNetLink.cc b/src/XrdNet/XrdNetLink.cc index e3c907533e2..77d09b2df86 100644 --- a/src/XrdNet/XrdNetLink.cc +++ b/src/XrdNet/XrdNetLink.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdNet/XrdNetLink.hh b/src/XrdNet/XrdNetLink.hh index adffcf9c356..d8859106d73 100644 --- a/src/XrdNet/XrdNetLink.hh +++ b/src/XrdNet/XrdNetLink.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdNet/XrdNetMsg.cc b/src/XrdNet/XrdNetMsg.cc index e802acb4c78..4600ea31a77 100644 --- a/src/XrdNet/XrdNetMsg.cc +++ b/src/XrdNet/XrdNetMsg.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdNet/XrdNetMsg.hh b/src/XrdNet/XrdNetMsg.hh index eb97bcd52c7..7c46a2eed7c 100644 --- a/src/XrdNet/XrdNetMsg.hh +++ b/src/XrdNet/XrdNetMsg.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #ifndef WIN32 diff --git a/src/XrdNet/XrdNetOpts.hh b/src/XrdNet/XrdNetOpts.hh index 737efd5b1e3..4d88b85a4bb 100644 --- a/src/XrdNet/XrdNetOpts.hh +++ b/src/XrdNet/XrdNetOpts.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ /******************************************************************************/ /* X r d N e t W o r k O p t i o n s */ diff --git a/src/XrdNet/XrdNetPeer.hh b/src/XrdNet/XrdNetPeer.hh index 5c7a3581c6f..817325aec15 100644 --- a/src/XrdNet/XrdNetPeer.hh +++ b/src/XrdNet/XrdNetPeer.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include diff --git a/src/XrdNet/XrdNetSecurity.cc b/src/XrdNet/XrdNetSecurity.cc index f8abe797973..fecf5ace96f 100644 --- a/src/XrdNet/XrdNetSecurity.cc +++ b/src/XrdNet/XrdNetSecurity.cc @@ -3,9 +3,28 @@ /* X r d N e t S e c u r i t y . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdNet/XrdNetSecurity.hh b/src/XrdNet/XrdNetSecurity.hh index a17e7d0c787..d8742acc8dc 100644 --- a/src/XrdNet/XrdNetSecurity.hh +++ b/src/XrdNet/XrdNetSecurity.hh @@ -5,13 +5,30 @@ /* X r d N e t S e c u r i t y . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdNet/XrdNetSocket.cc b/src/XrdNet/XrdNetSocket.cc index 45aa8c3e1b9..fae4871ef75 100644 --- a/src/XrdNet/XrdNetSocket.cc +++ b/src/XrdNet/XrdNetSocket.cc @@ -5,7 +5,27 @@ /* (C) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdNet/XrdNetSocket.hh b/src/XrdNet/XrdNetSocket.hh index 6acc75e213e..3f0d7a2f8a4 100644 --- a/src/XrdNet/XrdNetSocket.hh +++ b/src/XrdNet/XrdNetSocket.hh @@ -7,10 +7,28 @@ /* (C) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #ifndef WIN32 #include diff --git a/src/XrdNet/XrdNetWork.cc b/src/XrdNet/XrdNetWork.cc index 8dba81dc752..c9d637cf5ae 100644 --- a/src/XrdNet/XrdNetWork.cc +++ b/src/XrdNet/XrdNetWork.cc @@ -3,14 +3,29 @@ /* X r d N e t W o r k . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdNetWorkCVSID = "$Id$"; #include #include diff --git a/src/XrdNet/XrdNetWork.hh b/src/XrdNet/XrdNetWork.hh index 1bef9e7e0b9..4c78b4c258c 100644 --- a/src/XrdNet/XrdNetWork.hh +++ b/src/XrdNet/XrdNetWork.hh @@ -5,13 +5,30 @@ /* X r d N e t W o r k . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #ifndef WIN32 #include diff --git a/src/XrdOfs/XrdOfs.cc b/src/XrdOfs/XrdOfs.cc index f2650c534e7..4d42e5fc74c 100644 --- a/src/XrdOfs/XrdOfs.cc +++ b/src/XrdOfs/XrdOfs.cc @@ -3,9 +3,28 @@ /* X r d O f s . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfs.hh b/src/XrdOfs/XrdOfs.hh index 6820755f1d0..2a62b4f5f3f 100644 --- a/src/XrdOfs/XrdOfs.hh +++ b/src/XrdOfs/XrdOfs.hh @@ -5,9 +5,28 @@ /* X r d O f s . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsConfig.cc b/src/XrdOfs/XrdOfsConfig.cc index 1a4f2ebde3b..aef7f314984 100644 --- a/src/XrdOfs/XrdOfsConfig.cc +++ b/src/XrdOfs/XrdOfsConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsConfig.hh b/src/XrdOfs/XrdOfsConfig.hh deleted file mode 100644 index bb131e515b1..00000000000 --- a/src/XrdOfs/XrdOfsConfig.hh +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _OFS_CONFIG_H -#define _OFS_CONFIG_H -/******************************************************************************/ -/* */ -/* X r d O f s C o n f i g . h h */ -/* */ -/* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ -/******************************************************************************/ - -// $Id$ - -#endif diff --git a/src/XrdOfs/XrdOfsEvr.cc b/src/XrdOfs/XrdOfsEvr.cc index 231309947b2..9856abb1d51 100644 --- a/src/XrdOfs/XrdOfsEvr.cc +++ b/src/XrdOfs/XrdOfsEvr.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdOfsEvrCVSID = "$Id$"; #include #include diff --git a/src/XrdOfs/XrdOfsEvr.hh b/src/XrdOfs/XrdOfsEvr.hh index d12651fa692..fc4ecaf5407 100644 --- a/src/XrdOfs/XrdOfsEvr.hh +++ b/src/XrdOfs/XrdOfsEvr.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsEvs.cc b/src/XrdOfs/XrdOfsEvs.cc index 837e2012314..2017b0feb30 100644 --- a/src/XrdOfs/XrdOfsEvs.cc +++ b/src/XrdOfs/XrdOfsEvs.cc @@ -6,13 +6,29 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* Based on code developed by Derek Feichtinger, CERN. */ /******************************************************************************/ -// $Id$ - -const char *XrdOfsEvsCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOfs/XrdOfsEvs.hh b/src/XrdOfs/XrdOfsEvs.hh index 3ed4e6db704..01ffbac3930 100644 --- a/src/XrdOfs/XrdOfsEvs.hh +++ b/src/XrdOfs/XrdOfsEvs.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* Based on code developed by Derek Feichtinger, CERN. */ /******************************************************************************/ - -// $Id$ #include #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdOfs/XrdOfsFS.cc b/src/XrdOfs/XrdOfsFS.cc index bf433ffd762..632cfc1f3dc 100644 --- a/src/XrdOfs/XrdOfsFS.cc +++ b/src/XrdOfs/XrdOfsFS.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOfs/XrdOfs.hh" diff --git a/src/XrdOfs/XrdOfsHandle.cc b/src/XrdOfs/XrdOfsHandle.cc index 2ec18e404c2..5feddfe423e 100644 --- a/src/XrdOfs/XrdOfsHandle.cc +++ b/src/XrdOfs/XrdOfsHandle.cc @@ -5,7 +5,27 @@ /* (c) 2008 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsHandle.hh b/src/XrdOfs/XrdOfsHandle.hh index ebfd47cfb88..b93c7ffe9ec 100644 --- a/src/XrdOfs/XrdOfsHandle.hh +++ b/src/XrdOfs/XrdOfsHandle.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - /* These are private data structures. They are allocated dynamically to the appropriate size (yes, that means dbx has a tough time). */ diff --git a/src/XrdOfs/XrdOfsPoscq.cc b/src/XrdOfs/XrdOfsPoscq.cc index 748def54504..5bd710f612e 100644 --- a/src/XrdOfs/XrdOfsPoscq.cc +++ b/src/XrdOfs/XrdOfsPoscq.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsPoscq.hh b/src/XrdOfs/XrdOfsPoscq.hh index 397ef37e29f..8d350f004c3 100644 --- a/src/XrdOfs/XrdOfsPoscq.hh +++ b/src/XrdOfs/XrdOfsPoscq.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysPthread.hh" class XrdOss; diff --git a/src/XrdOfs/XrdOfsSecurity.hh b/src/XrdOfs/XrdOfsSecurity.hh index f80d2f985d3..0f49a402eb1 100644 --- a/src/XrdOfs/XrdOfsSecurity.hh +++ b/src/XrdOfs/XrdOfsSecurity.hh @@ -7,11 +7,29 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdAcc/XrdAccAuthorize.hh" #define AUTHORIZE(usr, env, optype, action, pathp, edata) \ diff --git a/src/XrdOfs/XrdOfsStats.cc b/src/XrdOfs/XrdOfsStats.cc index 693e7d2dceb..211b0839e7a 100644 --- a/src/XrdOfs/XrdOfsStats.cc +++ b/src/XrdOfs/XrdOfsStats.cc @@ -3,9 +3,28 @@ /* X r d O f s S t a t s . c c */ /* */ /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsStats.hh b/src/XrdOfs/XrdOfsStats.hh index 401eeff5582..ffbb1e381df 100644 --- a/src/XrdOfs/XrdOfsStats.hh +++ b/src/XrdOfs/XrdOfsStats.hh @@ -5,9 +5,28 @@ /* X r d O f s S t a t s . h h */ /* */ /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPC.cc b/src/XrdOfs/XrdOfsTPC.cc index ee0248e5c3c..1bffa40fee8 100644 --- a/src/XrdOfs/XrdOfsTPC.cc +++ b/src/XrdOfs/XrdOfsTPC.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPC.hh b/src/XrdOfs/XrdOfsTPC.hh index 0ceb3b63da3..2080bc46abb 100644 --- a/src/XrdOfs/XrdOfsTPC.hh +++ b/src/XrdOfs/XrdOfsTPC.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPCAuth.cc b/src/XrdOfs/XrdOfsTPCAuth.cc index 1afc7b34780..fea0f075fc5 100644 --- a/src/XrdOfs/XrdOfsTPCAuth.cc +++ b/src/XrdOfs/XrdOfsTPCAuth.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPCAuth.hh b/src/XrdOfs/XrdOfsTPCAuth.hh index 40b55f2fc36..8fa47413062 100644 --- a/src/XrdOfs/XrdOfsTPCAuth.hh +++ b/src/XrdOfs/XrdOfsTPCAuth.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPCInfo.cc b/src/XrdOfs/XrdOfsTPCInfo.cc index cb44454de0f..246af00af96 100644 --- a/src/XrdOfs/XrdOfsTPCInfo.cc +++ b/src/XrdOfs/XrdOfsTPCInfo.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPCInfo.hh b/src/XrdOfs/XrdOfsTPCInfo.hh index a26736379b3..18612c19055 100644 --- a/src/XrdOfs/XrdOfsTPCInfo.hh +++ b/src/XrdOfs/XrdOfsTPCInfo.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPCJob.cc b/src/XrdOfs/XrdOfsTPCJob.cc index 8538986ab4f..687284e8b0c 100644 --- a/src/XrdOfs/XrdOfsTPCJob.cc +++ b/src/XrdOfs/XrdOfsTPCJob.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOfs/XrdOfsStats.hh" diff --git a/src/XrdOfs/XrdOfsTPCJob.hh b/src/XrdOfs/XrdOfsTPCJob.hh index 5a39abb9251..79560d4e7ae 100644 --- a/src/XrdOfs/XrdOfsTPCJob.hh +++ b/src/XrdOfs/XrdOfsTPCJob.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOfs/XrdOfsTPC.hh" diff --git a/src/XrdOfs/XrdOfsTPCProg.cc b/src/XrdOfs/XrdOfsTPCProg.cc index 8c5737c8a4d..abf50c405bd 100644 --- a/src/XrdOfs/XrdOfsTPCProg.cc +++ b/src/XrdOfs/XrdOfsTPCProg.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOfs/XrdOfsTPCProg.hh b/src/XrdOfs/XrdOfsTPCProg.hh index 3b9a4b38a0f..2a1738edd29 100644 --- a/src/XrdOfs/XrdOfsTPCProg.hh +++ b/src/XrdOfs/XrdOfsTPCProg.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucProg.hh" diff --git a/src/XrdOfs/XrdOfsTrace.hh b/src/XrdOfs/XrdOfsTrace.hh index b6b8ff157e2..81499d979a2 100644 --- a/src/XrdOfs/XrdOfsTrace.hh +++ b/src/XrdOfs/XrdOfsTrace.hh @@ -7,10 +7,28 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #ifndef NODEBUG diff --git a/src/XrdOss/XrdOss.hh b/src/XrdOss/XrdOss.hh index 93613bc7d42..afb68d8972c 100644 --- a/src/XrdOss/XrdOss.hh +++ b/src/XrdOss/XrdOss.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssAio.cc b/src/XrdOss/XrdOssAio.cc index 8e75663fbd3..685667619d1 100644 --- a/src/XrdOss/XrdOssAio.cc +++ b/src/XrdOss/XrdOssAio.cc @@ -5,7 +5,27 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssApi.cc b/src/XrdOss/XrdOssApi.cc index 9675a23da85..680730b7ab5 100644 --- a/src/XrdOss/XrdOssApi.cc +++ b/src/XrdOss/XrdOssApi.cc @@ -3,9 +3,28 @@ /* X r d O s s A p i . c c */ /* */ /* (c) 2006 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /******************************************************************************/ diff --git a/src/XrdOss/XrdOssApi.hh b/src/XrdOss/XrdOssApi.hh index 2b7c1033d9d..f3252bdda95 100644 --- a/src/XrdOss/XrdOssApi.hh +++ b/src/XrdOss/XrdOssApi.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssCache.cc b/src/XrdOss/XrdOssCache.cc index ec6e2170a08..eb64a336fc8 100644 --- a/src/XrdOss/XrdOssCache.cc +++ b/src/XrdOss/XrdOssCache.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssCache.hh b/src/XrdOss/XrdOssCache.hh index e82e7dd8955..d731d41fddc 100644 --- a/src/XrdOss/XrdOssCache.hh +++ b/src/XrdOss/XrdOssCache.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include "XrdOuc/XrdOucDLlist.hh" diff --git a/src/XrdOss/XrdOssConfig.cc b/src/XrdOss/XrdOssConfig.cc index a2cf2eff13e..2656c4fc239 100644 --- a/src/XrdOss/XrdOssConfig.cc +++ b/src/XrdOss/XrdOssConfig.cc @@ -6,7 +6,27 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssConfig.hh b/src/XrdOss/XrdOssConfig.hh index 34e5cc480ca..d1a4b9b17e1 100644 --- a/src/XrdOss/XrdOssConfig.hh +++ b/src/XrdOss/XrdOssConfig.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #define XRDOSS_VERSION "2.0.0" /* Constant to indicate all went well. diff --git a/src/XrdOss/XrdOssCopy.cc b/src/XrdOss/XrdOssCopy.cc index 6836f46b99c..ff2922567f3 100644 --- a/src/XrdOss/XrdOssCopy.cc +++ b/src/XrdOss/XrdOssCopy.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssCopy.hh b/src/XrdOss/XrdOssCopy.hh index 6adff938970..0c03ae2bcfe 100644 --- a/src/XrdOss/XrdOssCopy.hh +++ b/src/XrdOss/XrdOssCopy.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ class XrdOssCopy { diff --git a/src/XrdOss/XrdOssCreate.cc b/src/XrdOss/XrdOssCreate.cc index 89b422dc1b4..778257f363e 100644 --- a/src/XrdOss/XrdOssCreate.cc +++ b/src/XrdOss/XrdOssCreate.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /******************************************************************************/ diff --git a/src/XrdOss/XrdOssError.hh b/src/XrdOss/XrdOssError.hh index dcd8c396644..3fa4a9c9295 100644 --- a/src/XrdOss/XrdOssError.hh +++ b/src/XrdOss/XrdOssError.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #define XRDOSS_EBASE 8001 diff --git a/src/XrdOss/XrdOssMSS.cc b/src/XrdOss/XrdOssMSS.cc index 254c6be7a16..76742bccb67 100644 --- a/src/XrdOss/XrdOssMSS.cc +++ b/src/XrdOss/XrdOssMSS.cc @@ -5,12 +5,28 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdOssMSSCVSID = "$Id$"; #include #include diff --git a/src/XrdOss/XrdOssMio.cc b/src/XrdOss/XrdOssMio.cc index 8a3d4b72fd9..2e2218c7777 100644 --- a/src/XrdOss/XrdOssMio.cc +++ b/src/XrdOss/XrdOssMio.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssMio.hh b/src/XrdOss/XrdOssMio.hh index dd4f707ae1c..8c3bc254b46 100644 --- a/src/XrdOss/XrdOssMio.hh +++ b/src/XrdOss/XrdOssMio.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysError.hh" diff --git a/src/XrdOss/XrdOssMioFile.hh b/src/XrdOss/XrdOssMioFile.hh index 57e0cc25889..b6c00eaa9bb 100644 --- a/src/XrdOss/XrdOssMioFile.hh +++ b/src/XrdOss/XrdOssMioFile.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdOss/XrdOssOpaque.hh b/src/XrdOss/XrdOssOpaque.hh index 781cbebfd76..a4adf51d29e 100644 --- a/src/XrdOss/XrdOssOpaque.hh +++ b/src/XrdOss/XrdOssOpaque.hh @@ -7,11 +7,28 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - /******************************************************************************/ /* E x t e r n a l C o n f i g u r a t i o n */ diff --git a/src/XrdOss/XrdOssPath.cc b/src/XrdOss/XrdOssPath.cc index 339a96deb10..4f7a726c49d 100644 --- a/src/XrdOss/XrdOssPath.cc +++ b/src/XrdOss/XrdOssPath.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssPath.hh b/src/XrdOss/XrdOssPath.hh index 097222c7d59..02e3be50c59 100644 --- a/src/XrdOss/XrdOssPath.hh +++ b/src/XrdOss/XrdOssPath.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssReloc.cc b/src/XrdOss/XrdOssReloc.cc index 26de9d5e87d..a3652e13a0e 100644 --- a/src/XrdOss/XrdOssReloc.cc +++ b/src/XrdOss/XrdOssReloc.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /******************************************************************************/ diff --git a/src/XrdOss/XrdOssRename.cc b/src/XrdOss/XrdOssRename.cc index 4b6f8c8190e..ad0e6b4f8ee 100644 --- a/src/XrdOss/XrdOssRename.cc +++ b/src/XrdOss/XrdOssRename.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssSpace.cc b/src/XrdOss/XrdOssSpace.cc index 2e0422688fd..b46a6de71fc 100644 --- a/src/XrdOss/XrdOssSpace.cc +++ b/src/XrdOss/XrdOssSpace.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOssSpaceCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOss/XrdOssSpace.hh b/src/XrdOss/XrdOssSpace.hh index d33aecb9e79..1e4eb66417c 100644 --- a/src/XrdOss/XrdOssSpace.hh +++ b/src/XrdOss/XrdOssSpace.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - class XrdSysError; class XrdOssSpace diff --git a/src/XrdOss/XrdOssStage.cc b/src/XrdOss/XrdOssStage.cc index bd789ffca2b..5dee982f6ce 100644 --- a/src/XrdOss/XrdOssStage.cc +++ b/src/XrdOss/XrdOssStage.cc @@ -6,7 +6,27 @@ /* (C) 2006 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* The XrdOssStage() routine is responsible for getting data from a remote diff --git a/src/XrdOss/XrdOssStage.hh b/src/XrdOss/XrdOssStage.hh index 5db0861f556..d5047ef0d73 100644 --- a/src/XrdOss/XrdOssStage.hh +++ b/src/XrdOss/XrdOssStage.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include "XrdOuc/XrdOucDLlist.hh" diff --git a/src/XrdOss/XrdOssStat.cc b/src/XrdOss/XrdOssStat.cc index 6c29d4296d8..167dfce8e16 100644 --- a/src/XrdOss/XrdOssStat.cc +++ b/src/XrdOss/XrdOssStat.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOss/XrdOssTrace.hh b/src/XrdOss/XrdOssTrace.hh index 2e254527c7a..53bdabfa162 100644 --- a/src/XrdOss/XrdOssTrace.hh +++ b/src/XrdOss/XrdOssTrace.hh @@ -7,11 +7,29 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdOuc/XrdOucTrace.hh" // Trace flags diff --git a/src/XrdOss/XrdOssUnlink.cc b/src/XrdOss/XrdOssUnlink.cc index 0d2812c62cd..8c4c2e44bb0 100644 --- a/src/XrdOss/XrdOssUnlink.cc +++ b/src/XrdOss/XrdOssUnlink.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucArgs.cc b/src/XrdOuc/XrdOucArgs.cc index 55b7f9128e9..f225bc8a083 100644 --- a/src/XrdOuc/XrdOucArgs.cc +++ b/src/XrdOuc/XrdOucArgs.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdOucArgsCVSID = "$Id$"; #include #include diff --git a/src/XrdOuc/XrdOucArgs.hh b/src/XrdOuc/XrdOucArgs.hh index 3411cc36092..e5d929319cd 100644 --- a/src/XrdOuc/XrdOucArgs.hh +++ b/src/XrdOuc/XrdOucArgs.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdOuc/XrdOucCRC.cc b/src/XrdOuc/XrdOucCRC.cc index 81a37d4bf43..c2a4ab25e32 100644 --- a/src/XrdOuc/XrdOucCRC.cc +++ b/src/XrdOuc/XrdOucCRC.cc @@ -4,11 +4,27 @@ /* */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdOucCRC32CVSID = "$Id$"; /* C++ implementation of CRC-32 checksums. Code is based diff --git a/src/XrdOuc/XrdOucCRC.hh b/src/XrdOuc/XrdOucCRC.hh index d4652c29861..f96726ee8fc 100644 --- a/src/XrdOuc/XrdOucCRC.hh +++ b/src/XrdOuc/XrdOucCRC.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ class XrdOucCRC { diff --git a/src/XrdOuc/XrdOucCache.hh b/src/XrdOuc/XrdOucCache.hh index de9cafc1f3e..12371fd36bf 100644 --- a/src/XrdOuc/XrdOucCache.hh +++ b/src/XrdOuc/XrdOucCache.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdOuc/XrdOucCacheData.cc b/src/XrdOuc/XrdOucCacheData.cc index 6760ba28d9f..29ab2ce78d0 100644 --- a/src/XrdOuc/XrdOucCacheData.cc +++ b/src/XrdOuc/XrdOucCacheData.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* The XrdOucCacheData object defines a remanufactured XrdOucCacheIO object and diff --git a/src/XrdOuc/XrdOucCacheData.hh b/src/XrdOuc/XrdOucCacheData.hh index b79863d9b28..0d545788171 100644 --- a/src/XrdOuc/XrdOucCacheData.hh +++ b/src/XrdOuc/XrdOucCacheData.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* The XrdOucCacheData object defines a remanufactured XrdOucCacheIO object and diff --git a/src/XrdOuc/XrdOucCacheDram.cc b/src/XrdOuc/XrdOucCacheDram.cc index 9306ea5db37..51c0348dfa3 100644 --- a/src/XrdOuc/XrdOucCacheDram.cc +++ b/src/XrdOuc/XrdOucCacheDram.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucCacheDram.hh b/src/XrdOuc/XrdOucCacheDram.hh index 37ed9848ff3..865fe0ea757 100644 --- a/src/XrdOuc/XrdOucCacheDram.hh +++ b/src/XrdOuc/XrdOucCacheDram.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucCache.hh" diff --git a/src/XrdOuc/XrdOucCacheReal.cc b/src/XrdOuc/XrdOucCacheReal.cc index fabbc893f0f..c74e9b013f5 100644 --- a/src/XrdOuc/XrdOucCacheReal.cc +++ b/src/XrdOuc/XrdOucCacheReal.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucCacheReal.hh b/src/XrdOuc/XrdOucCacheReal.hh index 2d982ae1bfa..51be1750a0d 100644 --- a/src/XrdOuc/XrdOucCacheReal.hh +++ b/src/XrdOuc/XrdOucCacheReal.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucCacheDram.hh" diff --git a/src/XrdOuc/XrdOucCacheSlot.hh b/src/XrdOuc/XrdOucCacheSlot.hh index bb904335caf..141de3f7880 100644 --- a/src/XrdOuc/XrdOucCacheSlot.hh +++ b/src/XrdOuc/XrdOucCacheSlot.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* This class is used to support a memory cache used by an XrdOucCache actual diff --git a/src/XrdOuc/XrdOucCallBack.cc b/src/XrdOuc/XrdOucCallBack.cc index b648b6ece3f..792f98937ea 100644 --- a/src/XrdOuc/XrdOucCallBack.cc +++ b/src/XrdOuc/XrdOucCallBack.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucCallBack.hh" diff --git a/src/XrdOuc/XrdOucCallBack.hh b/src/XrdOuc/XrdOucCallBack.hh index 9e7da21b758..9c7e86a75d9 100644 --- a/src/XrdOuc/XrdOucCallBack.hh +++ b/src/XrdOuc/XrdOucCallBack.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucErrInfo.hh" diff --git a/src/XrdOuc/XrdOucChain.hh b/src/XrdOuc/XrdOucChain.hh index 6b941e27fa7..8bb482113a3 100644 --- a/src/XrdOuc/XrdOucChain.hh +++ b/src/XrdOuc/XrdOucChain.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - template class XrdOucQSItem { diff --git a/src/XrdOuc/XrdOucDLlist.hh b/src/XrdOuc/XrdOucDLlist.hh index 79748cf79a8..6d080d8e8f3 100644 --- a/src/XrdOuc/XrdOucDLlist.hh +++ b/src/XrdOuc/XrdOucDLlist.hh @@ -7,10 +7,29 @@ /*(c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /*Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ template class XrdOucDLlist diff --git a/src/XrdOuc/XrdOucEnv.cc b/src/XrdOuc/XrdOucEnv.cc index ec9a22ad208..80eb6421933 100644 --- a/src/XrdOuc/XrdOucEnv.cc +++ b/src/XrdOuc/XrdOucEnv.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "string.h" diff --git a/src/XrdOuc/XrdOucEnv.hh b/src/XrdOuc/XrdOucEnv.hh index e15d123ef16..2f0140b5c7a 100644 --- a/src/XrdOuc/XrdOucEnv.hh +++ b/src/XrdOuc/XrdOucEnv.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucErrInfo.hh b/src/XrdOuc/XrdOucErrInfo.hh index 7cef3c522f6..6be6ee5bf54 100644 --- a/src/XrdOuc/XrdOucErrInfo.hh +++ b/src/XrdOuc/XrdOucErrInfo.hh @@ -5,9 +5,28 @@ /* X r d O u c E r r I n f o . h h */ /* */ /* (c) 2043 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* */ /******************************************************************************/ diff --git a/src/XrdOuc/XrdOucExport.cc b/src/XrdOuc/XrdOucExport.cc index 76dccbda242..19f78a50542 100644 --- a/src/XrdOuc/XrdOucExport.cc +++ b/src/XrdOuc/XrdOucExport.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucExport.hh" diff --git a/src/XrdOuc/XrdOucExport.hh b/src/XrdOuc/XrdOucExport.hh index 0fc105ca0b7..b1595d1bf82 100644 --- a/src/XrdOuc/XrdOucExport.hh +++ b/src/XrdOuc/XrdOucExport.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysError.hh" diff --git a/src/XrdOuc/XrdOucHash.hh b/src/XrdOuc/XrdOucHash.hh index 7ea645026ef..1b3b8f2beab 100644 --- a/src/XrdOuc/XrdOucHash.hh +++ b/src/XrdOuc/XrdOucHash.hh @@ -5,13 +5,30 @@ /* X r d O u c H a s h . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdOuc/XrdOucHash.icc b/src/XrdOuc/XrdOucHash.icc index ece71331bdf..303ed78574d 100644 --- a/src/XrdOuc/XrdOucHash.icc +++ b/src/XrdOuc/XrdOucHash.icc @@ -3,15 +3,30 @@ /* X r d O u c H a s h . i c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -//const char *XrdOucHashCVSID = "$Id$"; - #include #include diff --git a/src/XrdOuc/XrdOucHashVal.cc b/src/XrdOuc/XrdOucHashVal.cc index d848e53fd88..a2c5f77f226 100644 --- a/src/XrdOuc/XrdOucHashVal.cc +++ b/src/XrdOuc/XrdOucHashVal.cc @@ -3,15 +3,30 @@ /* X r d O u c H a s h V a l . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucHashValCVSID = "$Id$"; - #include "string.h" #ifndef WIN32 #include "strings.h" diff --git a/src/XrdOuc/XrdOucLock.hh b/src/XrdOuc/XrdOucLock.hh index 14c7fe2cb4b..a7ca22eab4f 100644 --- a/src/XrdOuc/XrdOucLock.hh +++ b/src/XrdOuc/XrdOucLock.hh @@ -7,10 +7,28 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdOuc/XrdOucMsubs.cc b/src/XrdOuc/XrdOucMsubs.cc index 02c9afe2b34..f53b36f7fa3 100644 --- a/src/XrdOuc/XrdOucMsubs.cc +++ b/src/XrdOuc/XrdOucMsubs.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucMsubsCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOuc/XrdOucMsubs.hh b/src/XrdOuc/XrdOucMsubs.hh index 00adea51c48..e19401ca505 100644 --- a/src/XrdOuc/XrdOucMsubs.hh +++ b/src/XrdOuc/XrdOucMsubs.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucN2NLoader.cc b/src/XrdOuc/XrdOucN2NLoader.cc index 7c37e509fdc..9a0c92f8178 100644 --- a/src/XrdOuc/XrdOucN2NLoader.cc +++ b/src/XrdOuc/XrdOucN2NLoader.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdVersion.hh" diff --git a/src/XrdOuc/XrdOucN2NLoader.hh b/src/XrdOuc/XrdOucN2NLoader.hh index 24ca3c18a94..d5e6fc51b19 100644 --- a/src/XrdOuc/XrdOucN2NLoader.hh +++ b/src/XrdOuc/XrdOucN2NLoader.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucName2Name.hh" diff --git a/src/XrdOuc/XrdOucNList.cc b/src/XrdOuc/XrdOucNList.cc index c5f1a13ef4b..d5c17ef6454 100644 --- a/src/XrdOuc/XrdOucNList.cc +++ b/src/XrdOuc/XrdOucNList.cc @@ -3,15 +3,30 @@ /* X r d O u c N L i s t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucNListCVSID = "$Id$"; - #include #include "XrdOuc/XrdOucNList.hh" diff --git a/src/XrdOuc/XrdOucNList.hh b/src/XrdOuc/XrdOucNList.hh index fefec82b962..2b5e8fc1e7b 100644 --- a/src/XrdOuc/XrdOucNList.hh +++ b/src/XrdOuc/XrdOucNList.hh @@ -5,13 +5,30 @@ /* X r d O u c N L i s t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #ifndef WIN32 #include #else diff --git a/src/XrdOuc/XrdOucNSWalk.cc b/src/XrdOuc/XrdOucNSWalk.cc index 1b1e1769681..869f8af9ab8 100644 --- a/src/XrdOuc/XrdOucNSWalk.cc +++ b/src/XrdOuc/XrdOucNSWalk.cc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdOucNSWalkCVSID = "$Id$"; #include #include diff --git a/src/XrdOuc/XrdOucNSWalk.hh b/src/XrdOuc/XrdOucNSWalk.hh index 9366475d870..0f9aad0041b 100644 --- a/src/XrdOuc/XrdOucNSWalk.hh +++ b/src/XrdOuc/XrdOucNSWalk.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include @@ -15,7 +35,6 @@ #include #include -// $Id$ class XrdOucTList; class XrdSysError; diff --git a/src/XrdOuc/XrdOucName2Name.cc b/src/XrdOuc/XrdOucName2Name.cc index f1e06132289..8f813c453b4 100644 --- a/src/XrdOuc/XrdOucName2Name.cc +++ b/src/XrdOuc/XrdOucName2Name.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucName2NameCVSID = "$Id$"; - // This file implements an instance of the XrdOucName2Name abstract class. #include diff --git a/src/XrdOuc/XrdOucName2Name.hh b/src/XrdOuc/XrdOucName2Name.hh index 0139b822392..3ef1d81282d 100644 --- a/src/XrdOuc/XrdOucName2Name.hh +++ b/src/XrdOuc/XrdOucName2Name.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdOucName2Name diff --git a/src/XrdOuc/XrdOucPList.hh b/src/XrdOuc/XrdOucPList.hh index 857604c9c39..afedc42a0fb 100644 --- a/src/XrdOuc/XrdOucPList.hh +++ b/src/XrdOuc/XrdOucPList.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucProg.cc b/src/XrdOuc/XrdOucProg.cc index 565a97fdabb..c7e02857694 100644 --- a/src/XrdOuc/XrdOucProg.cc +++ b/src/XrdOuc/XrdOucProg.cc @@ -3,9 +3,28 @@ /* X r d O u c P r o g . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucProg.hh b/src/XrdOuc/XrdOucProg.hh index d0ed5c7f192..697919d6e3b 100644 --- a/src/XrdOuc/XrdOucProg.hh +++ b/src/XrdOuc/XrdOucProg.hh @@ -5,9 +5,28 @@ /* X r d O u c P r o g . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucPup.cc b/src/XrdOuc/XrdOucPup.cc index 36662f4850f..559da2c9f02 100644 --- a/src/XrdOuc/XrdOucPup.cc +++ b/src/XrdOuc/XrdOucPup.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucPupCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOuc/XrdOucPup.hh b/src/XrdOuc/XrdOucPup.hh index 0a6b1d83aa4..d407ee86f9f 100644 --- a/src/XrdOuc/XrdOucPup.hh +++ b/src/XrdOuc/XrdOucPup.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdOuc/XrdOucRash.hh b/src/XrdOuc/XrdOucRash.hh index d37d2027fea..b5b285754f6 100644 --- a/src/XrdOuc/XrdOucRash.hh +++ b/src/XrdOuc/XrdOucRash.hh @@ -5,13 +5,30 @@ /* X r d O u c R a s h . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - // This templated class implements a radix tree to remap binary quantities using // a hash-like interface. Define the object as: diff --git a/src/XrdOuc/XrdOucRash.icc b/src/XrdOuc/XrdOucRash.icc index 2f726488e6a..5eb04ec6f44 100644 --- a/src/XrdOuc/XrdOucRash.icc +++ b/src/XrdOuc/XrdOucRash.icc @@ -3,15 +3,30 @@ /* X r d O u c R a s h . i c c */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -//const char *XrdOucRashCVSID = "$Id$"; - #include #include "XrdSys/XrdSysPlatform.hh" diff --git a/src/XrdOuc/XrdOucReqID.cc b/src/XrdOuc/XrdOucReqID.cc index 53e3cf7ee5d..93b8bbf3518 100644 --- a/src/XrdOuc/XrdOucReqID.cc +++ b/src/XrdOuc/XrdOucReqID.cc @@ -3,15 +3,30 @@ /* X r d O u c R e q I D . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucReqIDCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOuc/XrdOucReqID.hh b/src/XrdOuc/XrdOucReqID.hh index c66c7054751..aba5c3df3bb 100644 --- a/src/XrdOuc/XrdOucReqID.hh +++ b/src/XrdOuc/XrdOucReqID.hh @@ -5,13 +5,30 @@ /* X r d O u c R e q I D . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #ifndef WIN32 #include diff --git a/src/XrdOuc/XrdOucStats.hh b/src/XrdOuc/XrdOucStats.hh index 5f8300daea6..0052c8fc15f 100644 --- a/src/XrdOuc/XrdOucStats.hh +++ b/src/XrdOuc/XrdOucStats.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysAtomics.hh" diff --git a/src/XrdOuc/XrdOucStream.cc b/src/XrdOuc/XrdOucStream.cc index 023f3e51e0d..d5aad008642 100644 --- a/src/XrdOuc/XrdOucStream.cc +++ b/src/XrdOuc/XrdOucStream.cc @@ -3,9 +3,28 @@ /* X r d O u c S t r e a m . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucStream.hh b/src/XrdOuc/XrdOucStream.hh index 564acc25510..9fcb266979b 100644 --- a/src/XrdOuc/XrdOucStream.hh +++ b/src/XrdOuc/XrdOucStream.hh @@ -5,9 +5,28 @@ /* X r d O u c S t r e a m . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucString.cc b/src/XrdOuc/XrdOucString.cc index 43204c2235e..fb09979f815 100644 --- a/src/XrdOuc/XrdOucString.cc +++ b/src/XrdOuc/XrdOucString.cc @@ -3,13 +3,29 @@ /* X r d O u c S t r i n g . h h */ /* */ /* (c) 2005 F. Furano (INFN Padova), G. Ganis (CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /******************************************************************************/ -// $Id$ - -const char *XrdOucStringCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOuc/XrdOucString.hh b/src/XrdOuc/XrdOucString.hh index 5a577132914..b300162dd95 100644 --- a/src/XrdOuc/XrdOucString.hh +++ b/src/XrdOuc/XrdOucString.hh @@ -5,11 +5,29 @@ /* X r d O u c S t r i n g . h h */ /* */ /* (c) 2005 F. Furano (INFN Padova), G. Ganis (CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /******************************************************************************/ -// $Id$ - /******************************************************************************/ /* */ /* Light string manipulation class */ diff --git a/src/XrdOuc/XrdOucSxeq.cc b/src/XrdOuc/XrdOucSxeq.cc index a82790a8394..003bcd2dd54 100644 --- a/src/XrdOuc/XrdOucSxeq.cc +++ b/src/XrdOuc/XrdOucSxeq.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucSxeq.hh b/src/XrdOuc/XrdOucSxeq.hh index 5046c77c005..5f85660eb37 100644 --- a/src/XrdOuc/XrdOucSxeq.hh +++ b/src/XrdOuc/XrdOucSxeq.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdOucSxeq diff --git a/src/XrdOuc/XrdOucTList.hh b/src/XrdOuc/XrdOucTList.hh index a353ba3d4fe..f79de7081b1 100644 --- a/src/XrdOuc/XrdOucTList.hh +++ b/src/XrdOuc/XrdOucTList.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdOuc/XrdOucTPC.cc b/src/XrdOuc/XrdOucTPC.cc index 4b4d34787da..0cca6fa78bd 100644 --- a/src/XrdOuc/XrdOucTPC.cc +++ b/src/XrdOuc/XrdOucTPC.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucTPC.hh b/src/XrdOuc/XrdOucTPC.hh index 29c1c4cc479..96ef4d4d05d 100644 --- a/src/XrdOuc/XrdOucTPC.hh +++ b/src/XrdOuc/XrdOucTPC.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucTable.hh b/src/XrdOuc/XrdOucTable.hh index 815883f6447..ba9923b4612 100644 --- a/src/XrdOuc/XrdOucTable.hh +++ b/src/XrdOuc/XrdOucTable.hh @@ -8,9 +8,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include #include diff --git a/src/XrdOuc/XrdOucTokenizer.cc b/src/XrdOuc/XrdOucTokenizer.cc index edce844c61f..b51f5584791 100644 --- a/src/XrdOuc/XrdOucTokenizer.cc +++ b/src/XrdOuc/XrdOucTokenizer.cc @@ -3,9 +3,28 @@ /* X r d O u c T o k e n i z e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdOuc/XrdOucTokenizer.hh b/src/XrdOuc/XrdOucTokenizer.hh index 9da17458f9d..c38da6742b6 100644 --- a/src/XrdOuc/XrdOucTokenizer.hh +++ b/src/XrdOuc/XrdOucTokenizer.hh @@ -5,13 +5,30 @@ /* X r d O u c T o k e n i z e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - class XrdOucTokenizer { public: diff --git a/src/XrdOuc/XrdOucTrace.cc b/src/XrdOuc/XrdOucTrace.cc index 16edc2abbbc..1807b50c0a6 100644 --- a/src/XrdOuc/XrdOucTrace.cc +++ b/src/XrdOuc/XrdOucTrace.cc @@ -3,15 +3,30 @@ /* X r d O u c T r a c e . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOucTraceCVSID = "$Id$"; - #include "XrdOuc/XrdOucTrace.hh" /******************************************************************************/ diff --git a/src/XrdOuc/XrdOucTrace.hh b/src/XrdOuc/XrdOucTrace.hh index e18c8fe3cba..75c2a89ff45 100644 --- a/src/XrdOuc/XrdOucTrace.hh +++ b/src/XrdOuc/XrdOucTrace.hh @@ -5,13 +5,30 @@ /* X r d O u c T r a c e . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysHeaders.hh" #include "XrdSys/XrdSysError.hh" diff --git a/src/XrdOuc/XrdOucUtils.cc b/src/XrdOuc/XrdOucUtils.cc index ed5447238b5..ecf2220ba72 100644 --- a/src/XrdOuc/XrdOucUtils.cc +++ b/src/XrdOuc/XrdOucUtils.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucUtils.hh b/src/XrdOuc/XrdOucUtils.hh index 8aafa9d8749..0e9ab955260 100644 --- a/src/XrdOuc/XrdOucUtils.hh +++ b/src/XrdOuc/XrdOucUtils.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOucXAttr.hh b/src/XrdOuc/XrdOucXAttr.hh index 57b7da7eb41..62fe6c05384 100644 --- a/src/XrdOuc/XrdOucXAttr.hh +++ b/src/XrdOuc/XrdOucXAttr.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdOuc/XrdOuca2x.cc b/src/XrdOuc/XrdOuca2x.cc index 6e2d8488704..0485cf412b5 100644 --- a/src/XrdOuc/XrdOuca2x.cc +++ b/src/XrdOuc/XrdOuca2x.cc @@ -3,15 +3,30 @@ /* X r d O u c a 2 x . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdOuca2xCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdOuc/XrdOuca2x.hh b/src/XrdOuc/XrdOuca2x.hh index cc545dd0383..636e46c98a1 100644 --- a/src/XrdOuc/XrdOuca2x.hh +++ b/src/XrdOuc/XrdOuca2x.hh @@ -5,12 +5,29 @@ /* X r d O u c a 2 x . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "XrdSys/XrdSysError.hh" diff --git a/src/XrdPosix/XrdPosix.cc b/src/XrdPosix/XrdPosix.cc index b10cc1da67a..635ca5acd8c 100644 --- a/src/XrdPosix/XrdPosix.cc +++ b/src/XrdPosix/XrdPosix.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPosix/XrdPosix.hh b/src/XrdPosix/XrdPosix.hh index 6f3b6ad03be..e3393372fbd 100644 --- a/src/XrdPosix/XrdPosix.hh +++ b/src/XrdPosix/XrdPosix.hh @@ -8,11 +8,29 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* Modified by Frank Winklmeier to add the full Posix file system definition. */ /******************************************************************************/ -// $Id$ - // The following defines substitute our names for the common system names. We // would have liked to use wrappers but each platform uses a different mechanism // to accomplish this. So, redefinition is the most portable way of doing this. diff --git a/src/XrdPosix/XrdPosixCallBack.hh b/src/XrdPosix/XrdPosixCallBack.hh index c62be482f80..18197bb0ac8 100644 --- a/src/XrdPosix/XrdPosixCallBack.hh +++ b/src/XrdPosix/XrdPosixCallBack.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - // This abstract class defines the callback interface for file open() calls. // It is passed when using the XrdPosixXrootd::Open() call. When passed, the // open request will be done in the background. When a callback object is diff --git a/src/XrdPosix/XrdPosixExtern.hh b/src/XrdPosix/XrdPosixExtern.hh index aad3b6bed24..3356ecba70d 100644 --- a/src/XrdPosix/XrdPosixExtern.hh +++ b/src/XrdPosix/XrdPosixExtern.hh @@ -8,11 +8,29 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* Modified by Frank Winklmeier to add the full Posix file system definition. */ /******************************************************************************/ -// $Id$ - // These OS-Compatible (not C++) externs are included by XrdPosix.hh to // complete the macro definitions contained therein. diff --git a/src/XrdPosix/XrdPosixLinkage.cc b/src/XrdPosix/XrdPosixLinkage.cc index 7a9e838bd18..84df57cd390 100644 --- a/src/XrdPosix/XrdPosixLinkage.cc +++ b/src/XrdPosix/XrdPosixLinkage.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdPosixLinkageCVSID = "$Id$"; - // Bypass Solaris ELF madness // #ifdef __solaris__ diff --git a/src/XrdPosix/XrdPosixLinkage.hh b/src/XrdPosix/XrdPosixLinkage.hh index 117cf892588..f298d098250 100644 --- a/src/XrdPosix/XrdPosixLinkage.hh +++ b/src/XrdPosix/XrdPosixLinkage.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdPosix/XrdPosixOsDep.hh b/src/XrdPosix/XrdPosixOsDep.hh index bb168308860..fc1de0853ce 100644 --- a/src/XrdPosix/XrdPosixOsDep.hh +++ b/src/XrdPosix/XrdPosixOsDep.hh @@ -8,11 +8,29 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* Modified by Frank Winklmeier to add the full Posix file system definition. */ /******************************************************************************/ -// $Id$ - // Solaris does not have a statfs64 structure. So all interfaces use statfs. // #ifdef __solaris__ diff --git a/src/XrdPosix/XrdPosixPreload.cc b/src/XrdPosix/XrdPosixPreload.cc index f5afe021e19..206a238e0f7 100644 --- a/src/XrdPosix/XrdPosixPreload.cc +++ b/src/XrdPosix/XrdPosixPreload.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPosix/XrdPosixPreload32.cc b/src/XrdPosix/XrdPosixPreload32.cc index 3147abc803f..43530fe7ca5 100644 --- a/src/XrdPosix/XrdPosixPreload32.cc +++ b/src/XrdPosix/XrdPosixPreload32.cc @@ -6,9 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - #ifdef _LARGEFILE_SOURCE #undef _LARGEFILE_SOURCE #endif diff --git a/src/XrdPosix/XrdPosixXrootd.cc b/src/XrdPosix/XrdPosixXrootd.cc index 33633ab0b85..1814508ab48 100644 --- a/src/XrdPosix/XrdPosixXrootd.cc +++ b/src/XrdPosix/XrdPosixXrootd.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPosix/XrdPosixXrootd.hh b/src/XrdPosix/XrdPosixXrootd.hh index c70713adf90..58a57af2e87 100644 --- a/src/XrdPosix/XrdPosixXrootd.hh +++ b/src/XrdPosix/XrdPosixXrootd.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* Modified by Frank Winklmeier to add the full Posix file system definition. */ /******************************************************************************/ diff --git a/src/XrdPosix/XrdPosixXrootdPath.cc b/src/XrdPosix/XrdPosixXrootdPath.cc index b1f5715c2c6..a3bf1023d96 100644 --- a/src/XrdPosix/XrdPosixXrootdPath.cc +++ b/src/XrdPosix/XrdPosixXrootdPath.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPosix/XrdPosixXrootdPath.hh b/src/XrdPosix/XrdPosixXrootdPath.hh index 9ab2cdbfb41..c0c3f2a03b7 100644 --- a/src/XrdPosix/XrdPosixXrootdPath.hh +++ b/src/XrdPosix/XrdPosixXrootdPath.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdPosixXrootPath diff --git a/src/XrdPss/XrdPss.cc b/src/XrdPss/XrdPss.cc index 85e1fb12cab..a0ef87320ed 100644 --- a/src/XrdPss/XrdPss.cc +++ b/src/XrdPss/XrdPss.cc @@ -3,9 +3,28 @@ /* X r d P s s . c c */ /* */ /* (c) 2007 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /******************************************************************************/ diff --git a/src/XrdPss/XrdPss.hh b/src/XrdPss/XrdPss.hh index f80c290f3b7..41e4c546f98 100644 --- a/src/XrdPss/XrdPss.hh +++ b/src/XrdPss/XrdPss.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPss/XrdPssAio.cc b/src/XrdPss/XrdPssAio.cc index 2c4a6bbb305..c33ff7ed0f9 100644 --- a/src/XrdPss/XrdPssAio.cc +++ b/src/XrdPss/XrdPssAio.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPss/XrdPssCks.cc b/src/XrdPss/XrdPssCks.cc index f7c8e215eae..7568f417876 100644 --- a/src/XrdPss/XrdPssCks.cc +++ b/src/XrdPss/XrdPssCks.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdPss/XrdPss.hh" diff --git a/src/XrdPss/XrdPssCks.hh b/src/XrdPss/XrdPssCks.hh index 2cd69a5c67f..56e8f577b51 100644 --- a/src/XrdPss/XrdPssCks.hh +++ b/src/XrdPss/XrdPssCks.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdPss/XrdPssConfig.cc b/src/XrdPss/XrdPssConfig.cc index 57c555bb7f3..52533f3c479 100644 --- a/src/XrdPss/XrdPssConfig.cc +++ b/src/XrdPss/XrdPssConfig.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdRootd/XrdRootdProtocol.cc b/src/XrdRootd/XrdRootdProtocol.cc index f4ce43e7056..cec9a3d36a3 100644 --- a/src/XrdRootd/XrdRootdProtocol.cc +++ b/src/XrdRootd/XrdRootdProtocol.cc @@ -3,15 +3,30 @@ /* X r d R o o t d P r o t o c o l . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdRootdProtocolCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdRootd/XrdRootdProtocol.hh b/src/XrdRootd/XrdRootdProtocol.hh index 2a6f04c379b..3ada7a349f9 100644 --- a/src/XrdRootd/XrdRootdProtocol.hh +++ b/src/XrdRootd/XrdRootdProtocol.hh @@ -5,12 +5,29 @@ /* X r d R o o t d P r o t o c o l . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include "Xrd/XrdProtocol.hh" diff --git a/src/XrdSec/XrdSecClient.cc b/src/XrdSec/XrdSecClient.cc index af57b153828..1b6ce199374 100644 --- a/src/XrdSec/XrdSecClient.cc +++ b/src/XrdSec/XrdSecClient.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecEntity.hh b/src/XrdSec/XrdSecEntity.hh index 5eccbfb4ed3..0c440e5becb 100644 --- a/src/XrdSec/XrdSecEntity.hh +++ b/src/XrdSec/XrdSecEntity.hh @@ -5,9 +5,28 @@ /* X r d S e c E n t i t y . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ // This structure is returned during authentication. This is most relevant diff --git a/src/XrdSec/XrdSecInterface.hh b/src/XrdSec/XrdSecInterface.hh index 1ee89fd7c6d..7444d985669 100644 --- a/src/XrdSec/XrdSecInterface.hh +++ b/src/XrdSec/XrdSecInterface.hh @@ -5,9 +5,28 @@ /* X r d S e c I n t e r f a c e . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecPManager.cc b/src/XrdSec/XrdSecPManager.cc index 6b260969d12..e1b2e28f76b 100644 --- a/src/XrdSec/XrdSecPManager.cc +++ b/src/XrdSec/XrdSecPManager.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecPManager.hh b/src/XrdSec/XrdSecPManager.hh index 4d5f3313a8c..af70d3eb854 100644 --- a/src/XrdSec/XrdSecPManager.hh +++ b/src/XrdSec/XrdSecPManager.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecProtocolhost.cc b/src/XrdSec/XrdSecProtocolhost.cc index 140dad7b179..0c6ab934c34 100644 --- a/src/XrdSec/XrdSecProtocolhost.cc +++ b/src/XrdSec/XrdSecProtocolhost.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdSecProtocolhostCVSID = "$Id$"; - #include #include diff --git a/src/XrdSec/XrdSecProtocolhost.hh b/src/XrdSec/XrdSecProtocolhost.hh index 9282367f20c..61f1c8b0781 100644 --- a/src/XrdSec/XrdSecProtocolhost.hh +++ b/src/XrdSec/XrdSecProtocolhost.hh @@ -7,7 +7,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecServer.cc b/src/XrdSec/XrdSecServer.cc index c119263adc7..bd923f0b46e 100644 --- a/src/XrdSec/XrdSecServer.cc +++ b/src/XrdSec/XrdSecServer.cc @@ -5,7 +5,27 @@ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecServer.hh b/src/XrdSec/XrdSecServer.hh index 823369453d5..d33a9e9dfaa 100644 --- a/src/XrdSec/XrdSecServer.hh +++ b/src/XrdSec/XrdSecServer.hh @@ -7,11 +7,29 @@ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysError.hh" #include "XrdSys/XrdSysLogger.hh" #include "XrdOuc/XrdOucStream.hh" diff --git a/src/XrdSec/XrdSecTLayer.cc b/src/XrdSec/XrdSecTLayer.cc index e3269ae9dbc..c400ed310a3 100644 --- a/src/XrdSec/XrdSecTLayer.cc +++ b/src/XrdSec/XrdSecTLayer.cc @@ -7,6 +7,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSec/XrdSecTLayer.hh b/src/XrdSec/XrdSecTLayer.hh index b207b169ad4..64d1b11751b 100644 --- a/src/XrdSec/XrdSecTLayer.hh +++ b/src/XrdSec/XrdSecTLayer.hh @@ -9,10 +9,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSec/XrdSecInterface.hh" #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdSec/XrdSecTrace.hh b/src/XrdSec/XrdSecTrace.hh index 86e1adb6891..311abd4c335 100644 --- a/src/XrdSec/XrdSecTrace.hh +++ b/src/XrdSec/XrdSecTrace.hh @@ -7,11 +7,29 @@ /* (C) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdOuc/XrdOucTrace.hh" #ifndef NODEBUG diff --git a/src/XrdSec/XrdSectestClient.cc b/src/XrdSec/XrdSectestClient.cc index 44efddc5fde..6feabad4305 100644 --- a/src/XrdSec/XrdSectestClient.cc +++ b/src/XrdSec/XrdSectestClient.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* Syntax: testClient [-b] [-d] [-h host] [-l] [sectoken] diff --git a/src/XrdSec/XrdSectestServer.cc b/src/XrdSec/XrdSectestServer.cc index 7bdba25c712..7dd50479ddf 100644 --- a/src/XrdSec/XrdSectestServer.cc +++ b/src/XrdSec/XrdSectestServer.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSecgsi/XrdSecProtocolgsi.cc b/src/XrdSecgsi/XrdSecProtocolgsi.cc index 77a0640d38c..57042a06320 100644 --- a/src/XrdSecgsi/XrdSecProtocolgsi.cc +++ b/src/XrdSecgsi/XrdSecProtocolgsi.cc @@ -4,6 +4,26 @@ /* */ /* (c) 2005 G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ #include diff --git a/src/XrdSecgsi/XrdSecProtocolgsi.hh b/src/XrdSecgsi/XrdSecProtocolgsi.hh index 093ad82acce..4db1a55ecc7 100644 --- a/src/XrdSecgsi/XrdSecProtocolgsi.hh +++ b/src/XrdSecgsi/XrdSecProtocolgsi.hh @@ -1,11 +1,31 @@ -// $Id$ /******************************************************************************/ /* */ /* X r d S e c P r o t o c o l g s i . h h */ /* */ /* (c) 2005 G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ + #include #include #include diff --git a/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc b/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc index 953c6f8e5c4..375c57fe24c 100644 --- a/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc +++ b/src/XrdSecgsi/XrdSecgsiAuthzFunDN.cc @@ -1,11 +1,29 @@ -// $Id$ - /******************************************************************************/ /* */ /* X r d S e c g s i G M A P F u n D N . c c */ /* */ /* (c) 2011, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc b/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc index f15f2fc9260..0261c1ed933 100644 --- a/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc +++ b/src/XrdSecgsi/XrdSecgsiAuthzFunVO.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* Trivial AuthzKey/Func(), propogates the VO as a unix user and/or group. diff --git a/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc b/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc index f04d29a89dd..404db330903 100644 --- a/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc +++ b/src/XrdSecgsi/XrdSecgsiGMAPFunDN.cc @@ -1,11 +1,29 @@ -// $Id$ - /******************************************************************************/ /* */ /* X r d S e c g s i G M A P F u n D N . c c */ /* */ /* (c) 2011, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc b/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc index f536838ec4d..937e11211af 100644 --- a/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc +++ b/src/XrdSecgsi/XrdSecgsiGMAPFunLDAP.cc @@ -1,12 +1,29 @@ -// $Id$ - -const char *XrdSecgsiGMAPFunLDAPCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d S e c g s i G M A P F u n L D A P . c c */ /* */ /* (c) 2008, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdSecgsi/XrdSecgsiProxy.cc b/src/XrdSecgsi/XrdSecgsiProxy.cc index 2ef7e6c9c3c..5b3c59f0055 100644 --- a/src/XrdSecgsi/XrdSecgsiProxy.cc +++ b/src/XrdSecgsi/XrdSecgsiProxy.cc @@ -4,6 +4,26 @@ /* */ /* (c) 2005, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdSecgsi/XrdSecgsiTrace.hh b/src/XrdSecgsi/XrdSecgsiTrace.hh index a666e01f7c2..b12aa1f4618 100644 --- a/src/XrdSecgsi/XrdSecgsiTrace.hh +++ b/src/XrdSecgsi/XrdSecgsiTrace.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef ___SECGSI_TRACE_H___ #define ___SECGSI_TRACE_H___ /******************************************************************************/ @@ -7,6 +6,26 @@ /* */ /* (C) 2005 G. Ganis, CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ #include diff --git a/src/XrdSecgsi/XrdSecgsiVOMSFunLite.cc b/src/XrdSecgsi/XrdSecgsiVOMSFunLite.cc index fa1a6dfe4db..02932ac37c0 100644 --- a/src/XrdSecgsi/XrdSecgsiVOMSFunLite.cc +++ b/src/XrdSecgsi/XrdSecgsiVOMSFunLite.cc @@ -1,11 +1,29 @@ -// $Id$ - /******************************************************************************/ /* */ /* X r d S e c g s i V O M S F u n L i t e . c c */ /* */ /* (c) 2012, G. Ganis / CERN */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /******************************************************************************/ /* ************************************************************************** */ diff --git a/src/XrdSecgsi/XrdSecgsitest.cc b/src/XrdSecgsi/XrdSecgsitest.cc index 4a6d1ea521b..6e50f37e6d0 100644 --- a/src/XrdSecgsi/XrdSecgsitest.cc +++ b/src/XrdSecgsi/XrdSecgsitest.cc @@ -1,6 +1,31 @@ -// $Id$ +/******************************************************************************/ +/* */ +/* X r d S e c g s i t e s t . c c */ +/* */ +/* (c) 2005, G. Ganis / CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ +/******************************************************************************/ -const char *XrdSecgsitestCVSID = "$Id$"; // // Test program for XrdSecgsi // diff --git a/src/XrdSeckrb5/XrdSecProtocolkrb5.cc b/src/XrdSeckrb5/XrdSecProtocolkrb5.cc index 11db3b9314e..10a049fc904 100644 --- a/src/XrdSeckrb5/XrdSecProtocolkrb5.cc +++ b/src/XrdSeckrb5/XrdSecProtocolkrb5.cc @@ -5,10 +5,30 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ /* Modifications: */ /* - January 2007: add support for forwarded tickets */ /* (author: G. Ganis, CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include @@ -22,7 +42,6 @@ #include #include - extern "C" { #include "krb5.h" #ifdef HAVE_ET_COM_ERR_H diff --git a/src/XrdSecpwd/XrdSecProtocolpwd.cc b/src/XrdSecpwd/XrdSecProtocolpwd.cc index c7986a5ee75..5381ce19afc 100644 --- a/src/XrdSecpwd/XrdSecProtocolpwd.cc +++ b/src/XrdSecpwd/XrdSecProtocolpwd.cc @@ -3,9 +3,27 @@ /* X r d S e c P r o t o c o l p w d . c c */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSecpwd/XrdSecProtocolpwd.hh b/src/XrdSecpwd/XrdSecProtocolpwd.hh index 8f2848f1b2d..21e7c6aba3c 100644 --- a/src/XrdSecpwd/XrdSecProtocolpwd.hh +++ b/src/XrdSecpwd/XrdSecProtocolpwd.hh @@ -1,13 +1,31 @@ -// $Id$ /******************************************************************************/ /* */ /* X r d S e c P r o t o c o l p w d . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ + #include #include #include diff --git a/src/XrdSecpwd/XrdSecpwdPlatform.hh b/src/XrdSecpwd/XrdSecpwdPlatform.hh index 0744ef8278d..506bfd35c20 100644 --- a/src/XrdSecpwd/XrdSecpwdPlatform.hh +++ b/src/XrdSecpwd/XrdSecpwdPlatform.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __SECPWD_PLATFORM_ #define __SECPWD_PLATFORM_ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d S e c p w d P l a t f o r m. h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ // diff --git a/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc b/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc index c8f4f5cb762..f255c66550c 100644 --- a/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc +++ b/src/XrdSecpwd/XrdSecpwdSrvAdmin.cc @@ -1,6 +1,32 @@ -// $Id$ +/******************************************************************************/ +/* */ +/* X r d S e c p w d S r v A d m i n . c c */ +/* */ +/* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + -const char *XrdSecpwdSrvAdminCVSID = "$Id$"; // ---------------------------------------------------------------------- // // // // Password file administration // diff --git a/src/XrdSecsss/XrdSecProtocolsss.cc b/src/XrdSecsss/XrdSecProtocolsss.cc index 6b3153333d4..d8d7a46e167 100644 --- a/src/XrdSecsss/XrdSecProtocolsss.cc +++ b/src/XrdSecsss/XrdSecProtocolsss.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSecsss/XrdSecProtocolsss.hh b/src/XrdSecsss/XrdSecProtocolsss.hh index 569b02aa679..c35443a6436 100644 --- a/src/XrdSecsss/XrdSecProtocolsss.hh +++ b/src/XrdSecsss/XrdSecProtocolsss.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdCrypto/XrdCryptoLite.hh" diff --git a/src/XrdSecsss/XrdSecsssAdmin.cc b/src/XrdSecsss/XrdSecsssAdmin.cc index 5625c506833..76d48e9ebc5 100644 --- a/src/XrdSecsss/XrdSecsssAdmin.cc +++ b/src/XrdSecsss/XrdSecsssAdmin.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdSecsssAdminCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdSecsss/XrdSecsssID.cc b/src/XrdSecsss/XrdSecsssID.cc index 0768a0572ab..23c6b701ad7 100644 --- a/src/XrdSecsss/XrdSecsssID.cc +++ b/src/XrdSecsss/XrdSecsssID.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSecsss/XrdSecsssID.hh b/src/XrdSecsss/XrdSecsssID.hh index 5987bae8588..33ae1c40600 100644 --- a/src/XrdSecsss/XrdSecsssID.hh +++ b/src/XrdSecsss/XrdSecsssID.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdSecsss/XrdSecsssKT.cc b/src/XrdSecsss/XrdSecsssKT.cc index dc2fb540a70..63be4205d56 100644 --- a/src/XrdSecsss/XrdSecsssKT.cc +++ b/src/XrdSecsss/XrdSecsssKT.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSecsss/XrdSecsssKT.hh b/src/XrdSecsss/XrdSecsssKT.hh index a3a7c016655..f2aa1ddc3fe 100644 --- a/src/XrdSecsss/XrdSecsssKT.hh +++ b/src/XrdSecsss/XrdSecsssKT.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSecsss/XrdSecsssRR.hh b/src/XrdSecsss/XrdSecsssRR.hh index a44fc9cdab9..7c3ad7e4ab6 100644 --- a/src/XrdSecsss/XrdSecsssRR.hh +++ b/src/XrdSecsss/XrdSecsssRR.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdSecunix/XrdSecProtocolunix.cc b/src/XrdSecunix/XrdSecProtocolunix.cc index 4fdeaa2d0f8..9a86c6f6ef9 100644 --- a/src/XrdSecunix/XrdSecProtocolunix.cc +++ b/src/XrdSecunix/XrdSecProtocolunix.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSfs/XrdSfsAio.hh b/src/XrdSfs/XrdSfsAio.hh index 91aaeae9a68..def5ee49615 100644 --- a/src/XrdSfs/XrdSfsAio.hh +++ b/src/XrdSfs/XrdSfsAio.hh @@ -5,13 +5,30 @@ /* X r d S f s A i o . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #ifdef _POSIX_ASYNCHRONOUS_IO diff --git a/src/XrdSfs/XrdSfsInterface.hh b/src/XrdSfs/XrdSfsInterface.hh index 3242b835907..47ee71ee40d 100644 --- a/src/XrdSfs/XrdSfsInterface.hh +++ b/src/XrdSfs/XrdSfsInterface.hh @@ -5,9 +5,28 @@ /* X r d S f s I n t e r f a c e . h h */ /* */ /* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include // For strlcpy() diff --git a/src/XrdSfs/XrdSfsNative.cc b/src/XrdSfs/XrdSfsNative.cc index 95aaa6f508e..9a882dc4870 100644 --- a/src/XrdSfs/XrdSfsNative.cc +++ b/src/XrdSfs/XrdSfsNative.cc @@ -3,15 +3,30 @@ /* X r d X f s N a t i v e . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdSfsNativeCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdSfs/XrdSfsNative.hh b/src/XrdSfs/XrdSfsNative.hh index 3cf68931328..68c7d3a6b7d 100644 --- a/src/XrdSfs/XrdSfsNative.hh +++ b/src/XrdSfs/XrdSfsNative.hh @@ -5,13 +5,30 @@ /* X r d S f s N a t i v e . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdSut/XrdSutAux.cc b/src/XrdSut/XrdSutAux.cc index a02e8b86542..c20cb658607 100644 --- a/src/XrdSut/XrdSutAux.cc +++ b/src/XrdSut/XrdSutAux.cc @@ -3,9 +3,27 @@ /* X r d S u t A u x . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSut/XrdSutAux.hh b/src/XrdSut/XrdSutAux.hh index 31b6a7a5b63..b43632ee704 100644 --- a/src/XrdSut/XrdSutAux.hh +++ b/src/XrdSut/XrdSutAux.hh @@ -5,9 +5,27 @@ /* X r d S u t A u x . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdSut/XrdSutBuckList.cc b/src/XrdSut/XrdSutBuckList.cc index aa7149576e5..35afad9fb1a 100644 --- a/src/XrdSut/XrdSutBuckList.cc +++ b/src/XrdSut/XrdSutBuckList.cc @@ -1,14 +1,30 @@ -// $Id$ -const char *XrdSutBuckListCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d S u t B u c k L i s t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSut/XrdSutBuckList.hh b/src/XrdSut/XrdSutBuckList.hh index 13690520f0a..9285445a15a 100644 --- a/src/XrdSut/XrdSutBuckList.hh +++ b/src/XrdSut/XrdSutBuckList.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __SUT_BUCKLIST_H__ #define __SUT_BUCKLIST_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d S u t B u c k L i s t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __SUT_BUCKET_H__ diff --git a/src/XrdSut/XrdSutBucket.cc b/src/XrdSut/XrdSutBucket.cc index f3921090a57..70697c1c7ce 100644 --- a/src/XrdSut/XrdSutBucket.cc +++ b/src/XrdSut/XrdSutBucket.cc @@ -1,14 +1,30 @@ -// $Id$ -const char *XrdSutBuckeCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d S u t B u c k e t . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSut/XrdSutBucket.hh b/src/XrdSut/XrdSutBucket.hh index 27f7121c79e..5179e73dbc1 100644 --- a/src/XrdSut/XrdSutBucket.hh +++ b/src/XrdSut/XrdSutBucket.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __SUT_BUCKET_H__ #define __SUT_BUCKET_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d S u t B u c k e t . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __SUT_STRING_H__ diff --git a/src/XrdSut/XrdSutBuffer.cc b/src/XrdSut/XrdSutBuffer.cc index c02b41fa9bc..8db97a22fdf 100644 --- a/src/XrdSut/XrdSutBuffer.cc +++ b/src/XrdSut/XrdSutBuffer.cc @@ -1,14 +1,30 @@ -// $Id$ -const char *XrdSutBufferCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d S u t B u f f e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSut/XrdSutBuffer.hh b/src/XrdSut/XrdSutBuffer.hh index f720e652f97..ad52084df7c 100644 --- a/src/XrdSut/XrdSutBuffer.hh +++ b/src/XrdSut/XrdSutBuffer.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __SUT_BUFFER_H__ #define __SUT_BUFFER_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d S u t B u f f e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Geri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __SUT_BUCKLIST_H__ diff --git a/src/XrdSut/XrdSutCache.cc b/src/XrdSut/XrdSutCache.cc index 23ccb21ee54..ba4f7186d37 100644 --- a/src/XrdSut/XrdSutCache.cc +++ b/src/XrdSut/XrdSutCache.cc @@ -1,15 +1,31 @@ -// $Id: XrdSutCache.cc 30949 2009-11-02 16:37:58Z ganis $ - -const char *XrdSutCacheCVSID = "$Id: XrdSutCache.cc 30949 2009-11-02 16:37:58Z ganis $"; /******************************************************************************/ /* */ /* X r d S u t C a c h e . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ + #include #include #include @@ -28,7 +44,6 @@ const char *XrdSutCacheCVSID = "$Id: XrdSutCache.cc 30949 2009-11-02 16:37:58Z g /* */ /******************************************************************************/ - //__________________________________________________________________ XrdSutCache::~XrdSutCache() { diff --git a/src/XrdSut/XrdSutCache.hh b/src/XrdSut/XrdSutCache.hh index 43f4ddbc5af..c58b36e0c3b 100644 --- a/src/XrdSut/XrdSutCache.hh +++ b/src/XrdSut/XrdSutCache.hh @@ -1,4 +1,3 @@ -// $Id: XrdSutCache.hh 22437 2008-03-04 14:35:16Z rdm $ #ifndef __SUT_CACHE_H__ #define __SUT_CACHE_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d S u t C a c h e . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSut/XrdSutPFEntry.cc b/src/XrdSut/XrdSutPFEntry.cc index 9dcd6a4f448..e246671adcd 100644 --- a/src/XrdSut/XrdSutPFEntry.cc +++ b/src/XrdSut/XrdSutPFEntry.cc @@ -1,6 +1,31 @@ -// $Id$ - -const char *XrdSutPFEntryCVSID = "$Id$"; +/******************************************************************************/ +/* */ +/* X r d S u t P F E n t r y . c c */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ + #include #include #include diff --git a/src/XrdSut/XrdSutPFEntry.hh b/src/XrdSut/XrdSutPFEntry.hh index c4d86bb34a5..0e68bed36c3 100644 --- a/src/XrdSut/XrdSutPFEntry.hh +++ b/src/XrdSut/XrdSutPFEntry.hh @@ -1,15 +1,31 @@ -// $Id$ #ifndef __SUT_PFENTRY_H #define __SUT_PFENTRY_H - /******************************************************************************/ /* */ /* X r d S u t P F E n t r y . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSut/XrdSutPFile.cc b/src/XrdSut/XrdSutPFile.cc index 5d0bf15da12..77ec72a71ab 100644 --- a/src/XrdSut/XrdSutPFile.cc +++ b/src/XrdSut/XrdSutPFile.cc @@ -1,6 +1,31 @@ -// $Id$ +/******************************************************************************/ +/* */ +/* X r d S u t P F i l e . c c */ +/* */ +/* (c) 2012 by the Board of Trustees of the Leland Stanford, Jr., University */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/******************************************************************************/ -const char *XrdSutPFileCVSID = "$Id$"; #include #include #include diff --git a/src/XrdSut/XrdSutPFile.hh b/src/XrdSut/XrdSutPFile.hh index 93bb57c9d75..28284ea064a 100644 --- a/src/XrdSut/XrdSutPFile.hh +++ b/src/XrdSut/XrdSutPFile.hh @@ -1,15 +1,31 @@ -// $Id$ #ifndef __SUT_PFILE_H #define __SUT_PFILE_H - /******************************************************************************/ /* */ /* X r d S u t P F i l e . h h */ /* */ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __XPROTOCOL_H @@ -21,6 +37,7 @@ #ifndef __OUC_STRING_H__ #include #endif + /******************************************************************************/ /* */ /* Interface class to file to store login-related information */ diff --git a/src/XrdSut/XrdSutRndm.cc b/src/XrdSut/XrdSutRndm.cc index c14f5945f6a..dadb27f7193 100644 --- a/src/XrdSut/XrdSutRndm.cc +++ b/src/XrdSut/XrdSutRndm.cc @@ -1,15 +1,32 @@ -// $Id$ -const char *XrdSutRndmCVSID = "$Id$"; /******************************************************************************/ /* */ /* X r d S u t R n d m . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ + #include #include #include @@ -26,6 +43,7 @@ const char *XrdSutRndmCVSID = "$Id$"; /******************************************************************************/ /* M a s k s f o r A S C I I c h a r a c t e r s */ /******************************************************************************/ + static kXR_int32 XrdSutCharMsk[4][4] = { {0x0, 0xffffff08, 0xafffffff, 0x2ffffffe}, // any printable char {0x0, 0x3ff0000, 0x7fffffe, 0x7fffffe}, // letters/numbers (up/low case) diff --git a/src/XrdSut/XrdSutRndm.hh b/src/XrdSut/XrdSutRndm.hh index fe7cd53f279..2b87ac8497d 100644 --- a/src/XrdSut/XrdSutRndm.hh +++ b/src/XrdSut/XrdSutRndm.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef __SUT_RNDM_H__ #define __SUT_RNDM_H__ /******************************************************************************/ @@ -6,9 +5,27 @@ /* X r d S u t R n d m . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __SUT_AUX_H__ diff --git a/src/XrdSut/XrdSutTrace.hh b/src/XrdSut/XrdSutTrace.hh index b88fc607e17..388823a2a18 100644 --- a/src/XrdSut/XrdSutTrace.hh +++ b/src/XrdSut/XrdSutTrace.hh @@ -1,4 +1,3 @@ -// $Id$ #ifndef ___SUT_TRACE_H___ #define ___SUT_TRACE_H___ /******************************************************************************/ @@ -6,10 +5,29 @@ /* X r d S u t T r a c e . h h */ /* */ /* (C) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved */ -/* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* Produced by Gerri Ganis for CERN */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ + #ifndef ___OUC_TRACE_H___ #include "XrdOuc/XrdOucTrace.hh" #endif diff --git a/src/XrdSys/XrdSysAtomics.hh b/src/XrdSys/XrdSysAtomics.hh index 26451c57611..6d165e7a346 100644 --- a/src/XrdSys/XrdSysAtomics.hh +++ b/src/XrdSys/XrdSysAtomics.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ /* The following instruction acronyms are used: diff --git a/src/XrdSys/XrdSysDNS.cc b/src/XrdSys/XrdSysDNS.cc index 5f6dd87efc1..1d4bc87a485 100644 --- a/src/XrdSys/XrdSysDNS.cc +++ b/src/XrdSys/XrdSysDNS.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysDNS.hh b/src/XrdSys/XrdSysDNS.hh index dbffacda2ba..0a23f7ed642 100644 --- a/src/XrdSys/XrdSysDNS.hh +++ b/src/XrdSys/XrdSysDNS.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysDir.cc b/src/XrdSys/XrdSysDir.cc index b2217f602b3..c84aaeef430 100644 --- a/src/XrdSys/XrdSysDir.cc +++ b/src/XrdSys/XrdSysDir.cc @@ -3,6 +3,26 @@ /* X r d S y s D i r . h h */ /* */ /* (c) 2006 G. Ganis (CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /******************************************************************************/ diff --git a/src/XrdSys/XrdSysDir.hh b/src/XrdSys/XrdSysDir.hh index d64b84aa4df..4abdbcc5d2a 100644 --- a/src/XrdSys/XrdSysDir.hh +++ b/src/XrdSys/XrdSysDir.hh @@ -5,9 +5,28 @@ /* X r d S y s D i r . h h */ /* */ /* (c) 2006 G. Ganis (CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /******************************************************************************/ -// $Id$ ////////////////////////////////////////////////////////////////////////// // // diff --git a/src/XrdSys/XrdSysError.cc b/src/XrdSys/XrdSysError.cc index 265f52fb5d9..14c2d147198 100644 --- a/src/XrdSys/XrdSysError.cc +++ b/src/XrdSys/XrdSysError.cc @@ -3,14 +3,29 @@ /* X r d S y s E r r o r . c c */ /* */ /*(c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /*Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdSysErrorCVSID = "$Id$"; #include #ifndef WIN32 diff --git a/src/XrdSys/XrdSysError.hh b/src/XrdSys/XrdSysError.hh index a5b3c5d83e4..cd74187a69b 100644 --- a/src/XrdSys/XrdSysError.hh +++ b/src/XrdSys/XrdSysError.hh @@ -5,12 +5,29 @@ /* X r d S y s E r r o r . h h */ /* */ /*(c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /*Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ #include #ifndef WIN32 diff --git a/src/XrdSys/XrdSysFAttr.cc b/src/XrdSys/XrdSysFAttr.cc index c847d57beea..67beeba0e87 100644 --- a/src/XrdSys/XrdSysFAttr.cc +++ b/src/XrdSys/XrdSysFAttr.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysFAttr.hh b/src/XrdSys/XrdSysFAttr.hh index 3754d8b384f..925d163faca 100644 --- a/src/XrdSys/XrdSysFAttr.hh +++ b/src/XrdSys/XrdSysFAttr.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ class XrdSysError; diff --git a/src/XrdSys/XrdSysFAttrBsd.icc b/src/XrdSys/XrdSysFAttrBsd.icc index 16ad08f9b32..4fd25d77b39 100644 --- a/src/XrdSys/XrdSysFAttrBsd.icc +++ b/src/XrdSys/XrdSysFAttrBsd.icc @@ -6,10 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ -const char *XrdSysFAttrBsdCVSID = "$Id$"; #include #include diff --git a/src/XrdSys/XrdSysFAttrLnx.icc b/src/XrdSys/XrdSysFAttrLnx.icc index 9b2955ab5df..71ad2622225 100644 --- a/src/XrdSys/XrdSysFAttrLnx.icc +++ b/src/XrdSys/XrdSysFAttrLnx.icc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysFAttrMac.icc b/src/XrdSys/XrdSysFAttrMac.icc index 160e903aebd..50efc87b81f 100644 --- a/src/XrdSys/XrdSysFAttrMac.icc +++ b/src/XrdSys/XrdSysFAttrMac.icc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysFAttrSun.icc b/src/XrdSys/XrdSysFAttrSun.icc index 396f50d7607..e9e57210430 100644 --- a/src/XrdSys/XrdSysFAttrSun.icc +++ b/src/XrdSys/XrdSysFAttrSun.icc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysHeaders.hh b/src/XrdSys/XrdSysHeaders.hh index dc93c7c6ed1..88230fd5c65 100644 --- a/src/XrdSys/XrdSysHeaders.hh +++ b/src/XrdSys/XrdSysHeaders.hh @@ -5,12 +5,29 @@ /* X r d S y s H e a d e r s . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ // This header has been introduced to help the transition to new versions // of the gcc compiler which deprecates or even not support some standard diff --git a/src/XrdSys/XrdSysIOEvents.cc b/src/XrdSys/XrdSysIOEvents.cc index 786765da420..62e3a974e33 100644 --- a/src/XrdSys/XrdSysIOEvents.cc +++ b/src/XrdSys/XrdSysIOEvents.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysIOEvents.hh b/src/XrdSys/XrdSysIOEvents.hh index 24435363098..5bd92cce862 100644 --- a/src/XrdSys/XrdSysIOEvents.hh +++ b/src/XrdSys/XrdSysIOEvents.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysIOEventsPollE.icc b/src/XrdSys/XrdSysIOEventsPollE.icc index a50299baaa7..8b3aa230739 100644 --- a/src/XrdSys/XrdSysIOEventsPollE.icc +++ b/src/XrdSys/XrdSysIOEventsPollE.icc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __macos__ diff --git a/src/XrdSys/XrdSysIOEventsPollPoll.icc b/src/XrdSys/XrdSysIOEventsPollPoll.icc index 0d796acb7de..f2abfb4fe5e 100644 --- a/src/XrdSys/XrdSysIOEventsPollPoll.icc +++ b/src/XrdSys/XrdSysIOEventsPollPoll.icc @@ -3,9 +3,28 @@ /* X r d P o l l P o l l . i c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #if !defined(__macos__) && !defined(__FreeBSD__) diff --git a/src/XrdSys/XrdSysIOEventsPollPort.icc b/src/XrdSys/XrdSysIOEventsPollPort.icc index e7b470ed703..49e4157744f 100644 --- a/src/XrdSys/XrdSysIOEventsPollPort.icc +++ b/src/XrdSys/XrdSysIOEventsPollPort.icc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef __macos__ diff --git a/src/XrdSys/XrdSysLogger.cc b/src/XrdSys/XrdSysLogger.cc index 9a23112522b..a089b6f71db 100644 --- a/src/XrdSys/XrdSysLogger.cc +++ b/src/XrdSys/XrdSysLogger.cc @@ -3,9 +3,28 @@ /* X r d S y s L o g g e r . c c */ /* */ /*(c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /*Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysLogger.hh b/src/XrdSys/XrdSysLogger.hh index 36204fb3255..5c08c30c852 100644 --- a/src/XrdSys/XrdSysLogger.hh +++ b/src/XrdSys/XrdSysLogger.hh @@ -5,13 +5,30 @@ /* X r d S y s L o g g e r . h h */ /* */ /*(c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /*Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #ifndef WIN32 #include diff --git a/src/XrdSys/XrdSysPlatform.cc b/src/XrdSys/XrdSysPlatform.cc index 457b54e7cbf..768932fb0e1 100644 --- a/src/XrdSys/XrdSysPlatform.cc +++ b/src/XrdSys/XrdSysPlatform.cc @@ -3,9 +3,28 @@ /* X r d S y s P l a t f o r m . c c */ /* */ /* (c) 2006 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysPlatform.hh b/src/XrdSys/XrdSysPlatform.hh index 334a89d7f87..4c5c6399102 100644 --- a/src/XrdSys/XrdSysPlatform.hh +++ b/src/XrdSys/XrdSysPlatform.hh @@ -5,12 +5,29 @@ /* X r d S y s P l a t f o r m . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id: XrdSysPlatform.hh 37681 2010-12-21 16:40:47Z rdm $ // Include stdlib so that ENDIAN macros are defined properly // diff --git a/src/XrdSys/XrdSysPlugin.cc b/src/XrdSys/XrdSysPlugin.cc index cfb2c2f406e..65419a12e8e 100644 --- a/src/XrdSys/XrdSysPlugin.cc +++ b/src/XrdSys/XrdSysPlugin.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ // Bypass Solaris ELF madness diff --git a/src/XrdSys/XrdSysPlugin.hh b/src/XrdSys/XrdSysPlugin.hh index b2519073b6d..330c19c3b10 100644 --- a/src/XrdSys/XrdSysPlugin.hh +++ b/src/XrdSys/XrdSysPlugin.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysPriv.cc b/src/XrdSys/XrdSysPriv.cc index eaa6fe82a70..f17e974ef68 100644 --- a/src/XrdSys/XrdSysPriv.cc +++ b/src/XrdSys/XrdSysPriv.cc @@ -3,6 +3,26 @@ /* X r d S y s P r i v . c c */ /* */ /* (c) 2006 G. Ganis (CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /******************************************************************************/ diff --git a/src/XrdSys/XrdSysPriv.hh b/src/XrdSys/XrdSysPriv.hh index c12b71f1442..a238e5956c8 100644 --- a/src/XrdSys/XrdSysPriv.hh +++ b/src/XrdSys/XrdSysPriv.hh @@ -5,9 +5,28 @@ /* X r d S y s P r i v . h h */ /* */ /* (c) 2006 G. Ganis (CERN) */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /******************************************************************************/ -// $Id$ ////////////////////////////////////////////////////////////////////////// // // diff --git a/src/XrdSys/XrdSysPthread.cc b/src/XrdSys/XrdSysPthread.cc index 9bbdb6a3ccc..060baf635e2 100644 --- a/src/XrdSys/XrdSysPthread.cc +++ b/src/XrdSys/XrdSysPthread.cc @@ -3,9 +3,28 @@ /* X r d S y s P t h r e a d . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysPthread.hh b/src/XrdSys/XrdSysPthread.hh index 07196d0adb2..fe40d9aaec1 100644 --- a/src/XrdSys/XrdSysPthread.hh +++ b/src/XrdSys/XrdSysPthread.hh @@ -5,9 +5,28 @@ /* X r d S y s P t h r e a d . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysPwd.hh b/src/XrdSys/XrdSysPwd.hh index 55b8a78ae2f..4355856b2d9 100644 --- a/src/XrdSys/XrdSysPwd.hh +++ b/src/XrdSys/XrdSysPwd.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysSemWait.hh b/src/XrdSys/XrdSysSemWait.hh index 3289877c373..f91e5eda4d5 100644 --- a/src/XrdSys/XrdSysSemWait.hh +++ b/src/XrdSys/XrdSysSemWait.hh @@ -6,11 +6,29 @@ /* */ /* Author: Fabrizio Furano (INFN, 2005) */ /* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ +/* */ /* A counting semaphore with timed out wait primitive */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysPthread.hh" class XrdSysSemWait { diff --git a/src/XrdSys/XrdSysTimer.cc b/src/XrdSys/XrdSysTimer.cc index 07f96dcd8f9..e9a7e7c8a18 100644 --- a/src/XrdSys/XrdSysTimer.cc +++ b/src/XrdSys/XrdSysTimer.cc @@ -3,9 +3,28 @@ /* X r d S y s T i m e r . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdSys/XrdSysTimer.hh b/src/XrdSys/XrdSysTimer.hh index d3f7a164cb0..0c47aca7ce7 100644 --- a/src/XrdSys/XrdSysTimer.hh +++ b/src/XrdSys/XrdSysTimer.hh @@ -5,9 +5,28 @@ /* X r d S y s T i m e r . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #ifndef WIN32 diff --git a/src/XrdSys/XrdSysUtils.cc b/src/XrdSys/XrdSysUtils.cc index 5c34734aba9..c0073b252f5 100644 --- a/src/XrdSys/XrdSysUtils.cc +++ b/src/XrdSys/XrdSysUtils.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysUtils.hh b/src/XrdSys/XrdSysUtils.hh index fb4ba976287..d60eea77cfe 100644 --- a/src/XrdSys/XrdSysUtils.hh +++ b/src/XrdSys/XrdSysUtils.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdSys/XrdSysXSLock.cc b/src/XrdSys/XrdSysXSLock.cc index 9980d0e5616..3a4df537d8b 100644 --- a/src/XrdSys/XrdSysXSLock.cc +++ b/src/XrdSys/XrdSysXSLock.cc @@ -5,7 +5,27 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysHeaders.hh" diff --git a/src/XrdSys/XrdSysXSLock.hh b/src/XrdSys/XrdSysXSLock.hh index 72c18a6adb1..9a721898990 100644 --- a/src/XrdSys/XrdSysXSLock.hh +++ b/src/XrdSys/XrdSysXSLock.hh @@ -7,11 +7,29 @@ /* (c) 2003 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdXrootd/XrdXrootdAdmin.cc b/src/XrdXrootd/XrdXrootdAdmin.cc index df5b40a52f7..191de708a1a 100644 --- a/src/XrdXrootd/XrdXrootdAdmin.cc +++ b/src/XrdXrootd/XrdXrootdAdmin.cc @@ -5,7 +5,27 @@ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdAdmin.hh b/src/XrdXrootd/XrdXrootdAdmin.hh index 1f1dfb73855..25b04c14014 100644 --- a/src/XrdXrootd/XrdXrootdAdmin.hh +++ b/src/XrdXrootd/XrdXrootdAdmin.hh @@ -7,11 +7,29 @@ /* (c) 2005 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdXrootd/XrdXrootdAio.cc b/src/XrdXrootd/XrdXrootdAio.cc index 5c4b9d03543..1d209578f34 100644 --- a/src/XrdXrootd/XrdXrootdAio.cc +++ b/src/XrdXrootd/XrdXrootdAio.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdAio.hh b/src/XrdXrootd/XrdXrootdAio.hh index 9e2007ab18f..15e176a2500 100644 --- a/src/XrdXrootd/XrdXrootdAio.hh +++ b/src/XrdXrootd/XrdXrootdAio.hh @@ -7,11 +7,29 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XProtocol/XPtypes.hh" #include "XrdSys/XrdSysPthread.hh" #include "XrdSfs/XrdSfsAio.hh" diff --git a/src/XrdXrootd/XrdXrootdCallBack.cc b/src/XrdXrootd/XrdXrootdCallBack.cc index 8ad53d22fe6..fed5dd28a38 100644 --- a/src/XrdXrootd/XrdXrootdCallBack.cc +++ b/src/XrdXrootd/XrdXrootdCallBack.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdCallBack.hh b/src/XrdXrootd/XrdXrootdCallBack.hh index f87fbed7c33..36c01af35df 100644 --- a/src/XrdXrootd/XrdXrootdCallBack.hh +++ b/src/XrdXrootd/XrdXrootdCallBack.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdOuc/XrdOucErrInfo.hh" diff --git a/src/XrdXrootd/XrdXrootdConfig.cc b/src/XrdXrootd/XrdXrootdConfig.cc index fe9a6818695..e126a777890 100644 --- a/src/XrdXrootd/XrdXrootdConfig.cc +++ b/src/XrdXrootd/XrdXrootdConfig.cc @@ -3,9 +3,28 @@ /* X r d X r o o t d C o n f i g . c c */ /* */ /* (c) 2010 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdFile.cc b/src/XrdXrootd/XrdXrootdFile.cc index 5849d0e5bca..fc39f082fe7 100644 --- a/src/XrdXrootd/XrdXrootdFile.cc +++ b/src/XrdXrootd/XrdXrootdFile.cc @@ -3,9 +3,28 @@ /* X r d X r o o t d F i l e . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdFile.hh b/src/XrdXrootd/XrdXrootdFile.hh index b208c5db3fb..af135dcd94b 100644 --- a/src/XrdXrootd/XrdXrootdFile.hh +++ b/src/XrdXrootd/XrdXrootdFile.hh @@ -5,9 +5,28 @@ /* X r d X r o o t d F i l e . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdFileLock.hh b/src/XrdXrootd/XrdXrootdFileLock.hh index 846e8bd91b0..56f668b9ec6 100644 --- a/src/XrdXrootd/XrdXrootdFileLock.hh +++ b/src/XrdXrootd/XrdXrootdFileLock.hh @@ -5,13 +5,30 @@ /* X r d X r o o t d F i l e L o c k . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdXrootd/XrdXrootdFile.hh" class XrdXrootdFileLock diff --git a/src/XrdXrootd/XrdXrootdFileLock1.cc b/src/XrdXrootd/XrdXrootdFileLock1.cc index dd5b3109c30..dddee686f1a 100644 --- a/src/XrdXrootd/XrdXrootdFileLock1.cc +++ b/src/XrdXrootd/XrdXrootdFileLock1.cc @@ -3,15 +3,30 @@ /* X r d X r o o t d F i l e L o c k 1 . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdXrootdFileLock1CVSID = "$Id$"; - #include #include "XrdOuc/XrdOucHash.hh" diff --git a/src/XrdXrootd/XrdXrootdFileLock1.hh b/src/XrdXrootd/XrdXrootdFileLock1.hh index c9aa7057962..45b71ac5405 100644 --- a/src/XrdXrootd/XrdXrootdFileLock1.hh +++ b/src/XrdXrootd/XrdXrootdFileLock1.hh @@ -5,13 +5,30 @@ /* X r d X r o o t d F i l e L o c k 1 . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include "XrdSys/XrdSysPthread.hh" #include "XrdXrootd/XrdXrootdFile.hh" #include "XrdXrootd/XrdXrootdFileLock.hh" diff --git a/src/XrdXrootd/XrdXrootdJob.cc b/src/XrdXrootd/XrdXrootdJob.cc index f4481546542..9977392eb58 100644 --- a/src/XrdXrootd/XrdXrootdJob.cc +++ b/src/XrdXrootd/XrdXrootdJob.cc @@ -6,6 +6,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdJob.hh b/src/XrdXrootd/XrdXrootdJob.hh index f54558c293c..c95a381eea2 100644 --- a/src/XrdXrootd/XrdXrootdJob.hh +++ b/src/XrdXrootd/XrdXrootdJob.hh @@ -8,10 +8,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include "Xrd/XrdJob.hh" diff --git a/src/XrdXrootd/XrdXrootdLoadLib.cc b/src/XrdXrootd/XrdXrootdLoadLib.cc index f812b444f20..a845b28bd27 100644 --- a/src/XrdXrootd/XrdXrootdLoadLib.cc +++ b/src/XrdXrootd/XrdXrootdLoadLib.cc @@ -3,9 +3,28 @@ /* X r d X r o o t d L o a d L i b . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdVersion.hh" diff --git a/src/XrdXrootd/XrdXrootdMonData.hh b/src/XrdXrootd/XrdXrootdMonData.hh index 243a12263ca..3be0143c50a 100644 --- a/src/XrdXrootd/XrdXrootdMonData.hh +++ b/src/XrdXrootd/XrdXrootdMonData.hh @@ -7,7 +7,27 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XProtocol/XPtypes.hh" diff --git a/src/XrdXrootd/XrdXrootdMonitor.cc b/src/XrdXrootd/XrdXrootdMonitor.cc index 9e5ed226d36..3270457c7c0 100644 --- a/src/XrdXrootd/XrdXrootdMonitor.cc +++ b/src/XrdXrootd/XrdXrootdMonitor.cc @@ -5,7 +5,27 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdMonitor.hh b/src/XrdXrootd/XrdXrootdMonitor.hh index 2c29e05a394..664feb76a94 100644 --- a/src/XrdXrootd/XrdXrootdMonitor.hh +++ b/src/XrdXrootd/XrdXrootdMonitor.hh @@ -7,7 +7,27 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdPio.cc b/src/XrdXrootd/XrdXrootdPio.cc index 81d91bdd9b8..dc2b0705dbf 100644 --- a/src/XrdXrootd/XrdXrootdPio.cc +++ b/src/XrdXrootd/XrdXrootdPio.cc @@ -6,12 +6,28 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdXrootdPioCVSID = "$Id$"; - #include "XrdXrootd/XrdXrootdPio.hh" /******************************************************************************/ diff --git a/src/XrdXrootd/XrdXrootdPio.hh b/src/XrdXrootd/XrdXrootdPio.hh index a4e20fd6794..496592675f6 100644 --- a/src/XrdXrootd/XrdXrootdPio.hh +++ b/src/XrdXrootd/XrdXrootdPio.hh @@ -8,6 +8,26 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XProtocol/XPtypes.hh" diff --git a/src/XrdXrootd/XrdXrootdPrepare.cc b/src/XrdXrootd/XrdXrootdPrepare.cc index 0637343ec0b..dba9d3e3743 100644 --- a/src/XrdXrootd/XrdXrootdPrepare.cc +++ b/src/XrdXrootd/XrdXrootdPrepare.cc @@ -5,13 +5,29 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdXrootdPrepareCVSID = "$Id$"; - #include #include #include diff --git a/src/XrdXrootd/XrdXrootdPrepare.hh b/src/XrdXrootd/XrdXrootdPrepare.hh index e9365726712..26fe85efaf0 100644 --- a/src/XrdXrootd/XrdXrootdPrepare.hh +++ b/src/XrdXrootd/XrdXrootdPrepare.hh @@ -7,11 +7,29 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdXrootd/XrdXrootdProtocol.cc b/src/XrdXrootd/XrdXrootdProtocol.cc index 317f1e14556..2589c4e1706 100644 --- a/src/XrdXrootd/XrdXrootdProtocol.cc +++ b/src/XrdXrootd/XrdXrootdProtocol.cc @@ -3,9 +3,28 @@ /* X r d X r o o t d P r o t o c o l . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdVersion.hh" diff --git a/src/XrdXrootd/XrdXrootdProtocol.hh b/src/XrdXrootd/XrdXrootdProtocol.hh index 731e957877e..6be0001a2b5 100644 --- a/src/XrdXrootd/XrdXrootdProtocol.hh +++ b/src/XrdXrootd/XrdXrootdProtocol.hh @@ -6,7 +6,27 @@ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdReqID.hh b/src/XrdXrootd/XrdXrootdReqID.hh index a52affb7bed..90ae86d857c 100644 --- a/src/XrdXrootd/XrdXrootdReqID.hh +++ b/src/XrdXrootd/XrdXrootdReqID.hh @@ -8,12 +8,30 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include -// $Id$ - class XrdXrootdReqID { public: diff --git a/src/XrdXrootd/XrdXrootdResponse.cc b/src/XrdXrootd/XrdXrootdResponse.cc index 0e4923ac2f5..453bb154e4c 100644 --- a/src/XrdXrootd/XrdXrootdResponse.cc +++ b/src/XrdXrootd/XrdXrootdResponse.cc @@ -3,14 +3,29 @@ /* X r d X r o o t d R e s p o n s e . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -const char *XrdXrootdResponseCVSID = "$Id$"; #include #include diff --git a/src/XrdXrootd/XrdXrootdResponse.hh b/src/XrdXrootd/XrdXrootdResponse.hh index 41d0bff02c5..ea33a759aa8 100644 --- a/src/XrdXrootd/XrdXrootdResponse.hh +++ b/src/XrdXrootd/XrdXrootdResponse.hh @@ -5,13 +5,30 @@ /* X r d X r o o t d R e s p o n s e . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include #include diff --git a/src/XrdXrootd/XrdXrootdStat.icc b/src/XrdXrootd/XrdXrootdStat.icc index 0efc5424676..8554a4047f6 100644 --- a/src/XrdXrootd/XrdXrootdStat.icc +++ b/src/XrdXrootd/XrdXrootdStat.icc @@ -6,11 +6,27 @@ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ /* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ - -// $Id$ - -//const char *XrdXrootdStatCVSID = "$Id$"; // This method has been extracted from this file so that it can be easily // included in other parts of the system that need to generate a protocol diff --git a/src/XrdXrootd/XrdXrootdStats.cc b/src/XrdXrootd/XrdXrootdStats.cc index a5c1e833bb2..90ec152e9aa 100644 --- a/src/XrdXrootd/XrdXrootdStats.cc +++ b/src/XrdXrootd/XrdXrootdStats.cc @@ -3,9 +3,28 @@ /* X r d X r o o t d S t a t s . c c */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdStats.hh b/src/XrdXrootd/XrdXrootdStats.hh index db619538743..01bdc8f29a1 100644 --- a/src/XrdXrootd/XrdXrootdStats.hh +++ b/src/XrdXrootd/XrdXrootdStats.hh @@ -5,9 +5,28 @@ /* X r d X r o o t d S t a t s . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include "XrdSys/XrdSysPthread.hh" diff --git a/src/XrdXrootd/XrdXrootdTrace.hh b/src/XrdXrootd/XrdXrootdTrace.hh index efc6e76c498..feca8898894 100644 --- a/src/XrdXrootd/XrdXrootdTrace.hh +++ b/src/XrdXrootd/XrdXrootdTrace.hh @@ -5,13 +5,30 @@ /* X r d X r o o t d T r a c e . h h */ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ -/* All Rights Reserved. See XrdInfo.cc for complete License Terms */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Deprtment of Energy */ +/* DE-AC02-76-SFO0515 with the Deprtment of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - // Trace flags // #define TRACE_ALL 0x0fff diff --git a/src/XrdXrootd/XrdXrootdXPath.hh b/src/XrdXrootd/XrdXrootdXPath.hh index 6c1db874f8c..78a01aae421 100644 --- a/src/XrdXrootd/XrdXrootdXPath.hh +++ b/src/XrdXrootd/XrdXrootdXPath.hh @@ -7,11 +7,29 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - #include #include diff --git a/src/XrdXrootd/XrdXrootdXeq.cc b/src/XrdXrootd/XrdXrootdXeq.cc index bd9b17367e5..98b85480292 100644 --- a/src/XrdXrootd/XrdXrootdXeq.cc +++ b/src/XrdXrootd/XrdXrootdXeq.cc @@ -4,7 +4,27 @@ /* */ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ #include diff --git a/src/XrdXrootd/XrdXrootdXeqAio.cc b/src/XrdXrootd/XrdXrootdXeqAio.cc index b9e47bf04ce..5f835ea3ea8 100644 --- a/src/XrdXrootd/XrdXrootdXeqAio.cc +++ b/src/XrdXrootd/XrdXrootdXeqAio.cc @@ -5,13 +5,29 @@ /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */ /* All Rights Reserved */ /* Produced by Andrew Hanushevsky for Stanford University under contract */ -/* DE-AC03-76-SFO0515 with the Department of Energy */ +/* DE-AC02-76-SFO0515 with the Department of Energy */ +/* */ +/* This file is part of the XRootD software suite. */ +/* */ +/* XRootD 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, either version 3 of the License, or (at your */ +/* option) any later version. */ +/* */ +/* XRootD 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 GNU Lesser General Public */ +/* License for more details. */ +/* */ +/* You should have received a copy of the GNU Lesser General Public License */ +/* along with XRootD in a file called COPYING.LESSER (LGPL license) and file */ +/* COPYING (GPL license). If not, see . */ +/* */ +/* The copyright holder's institutional names and contributor's names may not */ +/* be used to endorse or promote products derived from this software without */ +/* specific prior written permission of the institution or contributor. */ /******************************************************************************/ -// $Id$ - -const char *XrdXrootdAiocbCVSID = "$Id$"; - #include #include "Xrd/XrdBuffer.hh"