From 96d1d6812370bb4257441596a743522eaedb1631 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Tue, 14 Apr 2015 12:01:50 -0700 Subject: [PATCH] Added X-Plane SDK copyright notice to Drawing.cpp --- xpcPlugin/Drawing.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xpcPlugin/Drawing.cpp b/xpcPlugin/Drawing.cpp index 4e67100..2dd93a8 100644 --- a/xpcPlugin/Drawing.cpp +++ b/xpcPlugin/Drawing.cpp @@ -1,5 +1,19 @@ //Copyright (c) 2013-2015 United States Government as represented by the Administrator of the //National Aeronautics and Space Administration. All Rights Reserved. +// +//X-Plane API +//Copyright(c) 2008, Sandy Barbour and Ben Supnik All rights reserved. +//Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +//associated documentation files(the "Software"), to deal in the Software without restriction, +//including without limitation the rights to use, copy, modify, merge, publish, distribute, +//sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is +//furnished to do so, subject to the following conditions : +// * Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimer. +// * Neither the names of the authors nor that of X - Plane or Laminar Research +// may be used to endorse or promote products derived from this software +// without specific prior written permission from the authors or +// Laminar Research, respectively. #include "Drawing.h" #include "XPLMDisplay.h" #include "XPLMGraphics.h"