-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Labels
Description
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:
server/src/modules/bluefish/interop/BlueDriver_p.h
Lines 1 to 9 in ffd4165
| /*/////////////////////////////////////////////////////////////////////////// | |
| // 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. | |
| ///////////////////////////////////////////////////////////////////////////*/ |
server/src/modules/bluefish/interop/BlueTypes.h
Lines 1 to 7 in ffd4165
| //////////////////////////////////////////////////////////////////////////// | |
| // File: BlueTypes.h | |
| // | |
| // Description: Declaration for Bluefish types | |
| // | |
| // (C) Copyright 2017 by Bluefish Technologies Pty Ltd. All Rights Reserved. | |
| //////////////////////////////////////////////////////////////////////////// |
server/src/modules/bluefish/interop/BlueVelvetCFuncPtr.h
Lines 1 to 16 in ffd4165
| /* | |
| 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