Skip to content
Snippets Groups Projects
Commit 4956620c authored by Nicolas Leclercq's avatar Nicolas Leclercq
Browse files

Legal text changes

parent 1c8df87b
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 52 deletions
......@@ -2,7 +2,7 @@ Main Author/Maintainer:
Nicolas Leclercq - Synchrotron SOLEIL
Contributors:
Vincent Hardion - Synchrotron SOLEIL - France
Julien Malik - Synchrotron SOLEIL - France
Jamon Sune - ALBA Synchrotron Light Source - Spain
Vincent Hardion - Synchrotron SOLEIL - France
Xavier Ellataoui - Synchrotron SOLEIL - France
Frederic Pica - Synchrotron SOLEIL - France
------------------------------------------------------------------------------
YAT LIBRARY
YAT4Tango LIBRARY
------------------------------------------------------------------------------
Copyright (C) 2006-2009 N.leclercq, J.Malik & The Tango Community
Part of the code comes from the ACE Framework
see http://www.cs.wustl.edu/~schmidt/ACE.html for more about ACE
The thread native implementation has been initially inspired by omniThread -
the threading support library that comes with omniORB.
see http://omniorb.sourceforge.net/ for more about omniORB.
The yat::Any class is a copy/past the the Boost implementation.
see http://www.boost.org/
Copyright (C) 2006-2011 - N.Leclercq & The Tango Community
Contributors form the TANGO community:
Ramon Sunes (ALBA)
See AUTHORS file
The YAT library 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
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,13 +21,12 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_COMMON_H_
#define _YAT4TANGO_COMMON_H_
// ============================================================================
// DEPENDENCIES
// ============================================================================
......@@ -45,7 +44,6 @@
#include <yat/CommonHeader.h>
#include <yat4tango/Export.h>
#include <tango.h>
#endif
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _DEVICE_TASK_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
namespace yat4tango
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,12 +21,18 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _DYNAMIC_ATTR_H_
#define _DYNAMIC_ATTR_H_
#if defined(WIN32)
#pragma message("yat4tango::DynamicAttr is obsolete - consider re-implementing using yat4tango::DynamicAttribute")
#else
#warning "yat4tango::DynamicAttr is obsolete - consider re-implementing using yat4tango::DynamicAttribute"
#endif
// ============================================================================
// DEPENDENCIES
// ============================================================================
......@@ -67,6 +73,7 @@ template <typename T>
class DynamicScalarAttr : public Tango::Attr
{
public:
//- ctor ---------------------------------
DynamicScalarAttr (const std::string& _name,
Tango::AttrWriteType _w_type);
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
// ============================================================================
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,17 +21,21 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_DYNAMIC_ATTR_HELPER_H_
#define _YAT4TANGO_DYNAMIC_ATTR_HELPER_H_
#if defined(WIN32)
#pragma message("yat4tango::DynamicAttrHelper is obsolete - consider re-implementing using yat4tango::DynamicAttributeManager")
#else
#warning "yat4tango::DynamicAttrHelper is obsolete - consider re-implementing using yat4tango::DynamicAttributeManager"
#endif
#include <yat4tango/CommonHeader.h>
#include <yat4tango/ExceptionHelper.h>
namespace yat4tango
{
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
namespace yat4tango
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2011 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _DYNAMIC_ATTRIBUTE_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2011 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_DYNAMIC_ATTR_MANAGER_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_EXCEPTION_HELPER_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_EXPORT_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_LOGHELPER_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_PLUGINATTR_H_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
namespace yat4tango
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_PLUGINATTR_TPP_
......
......@@ -2,7 +2,7 @@
// YAT4Tango LIBRARY
//----------------------------------------------------------------------------
//
// Copyright (C) 2006-2010 The Tango Community
// Copyright (C) 2006-2011 N.Leclercq & The Tango Community
//
// The YAT4Tango library is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
......@@ -21,7 +21,7 @@
// Synchrotron SOLEIL
//------------------------------------------------------------------------------
/*!
* \authors N.Leclercq, J.Malik - Synchrotron SOLEIL
* \authors See AUTHORS file
*/
#ifndef _YAT4TANGO_PLUGIN_HELPER_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment