Skip to content

Missing licenses for Bluefish files #1660

@dimitry-ishenko

Description

@dimitry-ishenko

Observed Behavior

This was brought up in issue #1118 before and was fixed in PR #1122. But then PR #1269 introduced big change and nuked license headers again.

Expected behaviour

@jamesdwise can you please re-add the licenses? My understanding is they were released under Boost earlier.

Steps to reproduce

These are files in question:

/*///////////////////////////////////////////////////////////////////////////
// File: BlueDriver_p.h
// Author: Tim Bragulla
//
// Description: Legacy definitions for usage with legacy Bluefish APIs
// (BlueVelvet and BlueVelvetC)
//
// (C) Copyright 2017 by Bluefish Technologies Pty Ltd. All Rights Reserved.
///////////////////////////////////////////////////////////////////////////*/

////////////////////////////////////////////////////////////////////////////
// File: BlueTypes.h
//
// Description: Declaration for Bluefish types
//
// (C) Copyright 2017 by Bluefish Technologies Pty Ltd. All Rights Reserved.
////////////////////////////////////////////////////////////////////////////

/*
Copyright (c) Bluefish444. All rights reserved.
NOTE: Please add
#define IMPLEMENTATION_BLUEVELVETC_FUNC_PTR
before including this file so that all the SDK functions are defined
in your project. If including this header files from multiple c/c++
files make sure that only one c/c++ file which includes this header
file defines IMPLEMENTATION_BLUEVELVETC_FUNC_PTR
#define IMPLEMENTATION_BLUEVELVETC_CONVERSION_FUNC_PTR
before including this file so that all conversion functions are defined
in your project. If including this header files from multiple c/c++
files make sure that only one c/c++ file which includes this header
file defines IMPLEMENTATION_BLUEVELVETC_CONVERSION_FUNC_PTR
*/

Environment

  • Commit: ffd4165
  • Server version: N/A
  • Operating system: N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions