Skip to content

Commit

Permalink
ADL: Add attribution and disclaimer to interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Aug 8, 2012
1 parent 50241ff commit 8bb6c2b
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ADL/adl_defines.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/* The statements-of-fact provided herein are intended to be compatible with
* AMD ADL's library. AMD is the creator and copyright holder of the ADL
* library this interface describes, and therefore also defined this interface
* originally.
* These free interfaces were created by Luke Dashjr <luke+freeadl@dashjr.org>
* As interfaces/APIs cannot be copyrighted, there is no license needed in the
* USA and probably many other jurisdictions.
* If your jurisdiction rules otherwise, the header is offered by Luke Dashjr
* under the MIT license, but you are responsible for determining who your
* jurisdiction considers to be the copyright holder in such a case.
*
* THE INFORMATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE INFORMATION OR THE USE OR OTHER DEALINGS IN THE
* INFORMATION.
*/

#ifndef ADL_DEFINES_H_
#define ADL_DEFINES_H_

Expand Down
20 changes: 20 additions & 0 deletions ADL/adl_sdk.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/* The statements-of-fact provided herein are intended to be compatible with
* AMD ADL's library. AMD is the creator and copyright holder of the ADL
* library this interface describes, and therefore also defined this interface
* originally.
* These free interfaces were created by Luke Dashjr <luke+freeadl@dashjr.org>
* As interfaces/APIs cannot be copyrighted, there is no license needed in the
* USA and probably many other jurisdictions.
* If your jurisdiction rules otherwise, the header is offered by Luke Dashjr
* under the MIT license, but you are responsible for determining who your
* jurisdiction considers to be the copyright holder in such a case.
*
* THE INFORMATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE INFORMATION OR THE USE OR OTHER DEALINGS IN THE
* INFORMATION.
*/

#ifndef ADL_SDK_H_
#define ADL_SDK_H_

Expand Down
20 changes: 20 additions & 0 deletions ADL/adl_structures.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/* The statements-of-fact provided herein are intended to be compatible with
* AMD ADL's library. AMD is the creator and copyright holder of the ADL
* library this interface describes, and therefore also defined this interface
* originally.
* These free interfaces were created by Luke Dashjr <luke+freeadl@dashjr.org>
* As interfaces/APIs cannot be copyrighted, there is no license needed in the
* USA and probably many other jurisdictions.
* If your jurisdiction rules otherwise, the header is offered by Luke Dashjr
* under the MIT license, but you are responsible for determining who your
* jurisdiction considers to be the copyright holder in such a case.
*
* THE INFORMATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE INFORMATION OR THE USE OR OTHER DEALINGS IN THE
* INFORMATION.
*/

#ifndef ADL_STRUCTURES_H_
#define ADL_STRUCTURES_H_

Expand Down

0 comments on commit 8bb6c2b

Please sign in to comment.