Program Listing for File licenses.hpp
↰ Return to documentation for file (rcppsw/version/licenses.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include "rcsw/version/licenses.h"
/*******************************************************************************
* Macros
******************************************************************************/
#define RCPPSW_LICENSE_FULL(license, project, ...) \
RCSW_LICENSE_FULL(license, project, __VA_ARGS__)
#define RCPPSW_LICENSE_SHORT(license, project, ...) \
RCSW_LICENSE_SHORT(license, project, __VA_ARGS__)
#define RCPPSW_COPYRIGHT(year, author) \
RCSW_COPYRIGHT(year, author)