Skip to content

Commit

Permalink
XRDAPP: Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
esindril committed Mar 29, 2017
1 parent 2ebfc0c commit e23b835
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/XrdApps/XrdClProxyPlugin/.gitignore

This file was deleted.

21 changes: 20 additions & 1 deletion src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
//------------------------------------------------------------------------------
// File: ProxyPrefixFile.cc
// Copyright (c) 2011-2017 by European Organization for Nuclear Research (CERN)
// Author: Elvin Sindrilaru <esindril@cern.ch>
//------------------------------------------------------------------------------
// This file is part of the XRootD software suite.
//
// XRootD is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// XRootD is distributed in the hope that 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 Lesser General Public License
// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
//
// In applying this licence, CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
//------------------------------------------------------------------------------

#include "ProxyPrefixFile.hh"
#include <iostream>
Expand Down
25 changes: 22 additions & 3 deletions src/XrdApps/XrdClProxyPlugin/ProxyPrefixFile.hh
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
//------------------------------------------------------------------------------
//! @file ProxyPrefixFile.hh
//! @author Elvin Sindrilaru <esindril@cern.ch> 2016
// Copyright (c) 2011-2017 by European Organization for Nuclear Research (CERN)
// Author: Elvin Sindrilaru <esindril@cern.ch>
//------------------------------------------------------------------------------
// This file is part of the XRootD software suite.
//
// XRootD is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// XRootD is distributed in the hope that 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 Lesser General Public License
// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
//
// In applying this licence, CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
//------------------------------------------------------------------------------
#pragma once

#pragma once
#include "XrdCl/XrdClDefaultEnv.hh"
#include "XrdCl/XrdClPlugInInterface.hh"

Expand Down
23 changes: 21 additions & 2 deletions src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
//------------------------------------------------------------------------------
// File ProxyPrefixPlugin.cc
// Author Elvin Sindrilaru <esindril@cern.ch>
// Copyright (c) 2011-2017 by European Organization for Nuclear Research (CERN)
// Author: Elvin Sindrilaru <esindril@cern.ch>
//------------------------------------------------------------------------------
// This file is part of the XRootD software suite.
//
// XRootD is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// XRootD is distributed in the hope that 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 Lesser General Public License
// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
//
// In applying this licence, CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
//------------------------------------------------------------------------------

#include "ProxyPrefixPlugin.hh"
Expand Down
23 changes: 21 additions & 2 deletions src/XrdApps/XrdClProxyPlugin/ProxyPrefixPlugin.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
//------------------------------------------------------------------------------
//! @file ProxyPrefixPlugin.hh
//! @author Elvin Sindrilaru <esindril@cern.ch>
// Copyright (c) 2011-2017 by European Organization for Nuclear Research (CERN)
// Author: Elvin Sindrilaru <esindril@cern.ch>
//------------------------------------------------------------------------------
// This file is part of the XRootD software suite.
//
// XRootD is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// XRootD is distributed in the hope that 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 Lesser General Public License
// along with XRootD. If not, see <http://www.gnu.org/licenses/>.
//
// In applying this licence, CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
//------------------------------------------------------------------------------

#pragma once
Expand Down

0 comments on commit e23b835

Please sign in to comment.