From: erg Date: Thu, 5 Nov 2009 19:18:00 +0000 (+0000) Subject: Add copyright/license info to arcball code X-Git-Tag: LAST_LIBGRAPH~32^2~1593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20b68526157b6f92bc45c367eb5ff83473a8235a;p=graphviz Add copyright/license info to arcball code --- diff --git a/cmd/smyrna/arcball.c b/cmd/smyrna/arcball.c index 9f563196c..891de959c 100644 --- a/cmd/smyrna/arcball.c +++ b/cmd/smyrna/arcball.c @@ -1,6 +1,29 @@ /* $Id$Revision: */ /* vim:set shiftwidth=4 ts=8: */ +/*************************************************************************************/ +/** **/ +/** Copyright (c) 1999-2009 Tatewake.com **/ +/** **/ +/** 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: **/ +/** **/ +/** The above copyright notice and this permission notice shall be included in **/ +/** all copies or substantial portions of the Software. **/ +/** **/ +/** THE SOFTWARE 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 OR COPYRIGHT HOLDERS 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN **/ +/** THE SOFTWARE. **/ +/** **/ +/*************************************************************************************/ #include "glcompdefs.h" #define ARCBALL_C diff --git a/cmd/smyrna/arcball.h b/cmd/smyrna/arcball.h index fb941c4f2..cd9749618 100644 --- a/cmd/smyrna/arcball.h +++ b/cmd/smyrna/arcball.h @@ -20,6 +20,30 @@ /** **/ /*************************************************************/ +/*************************************************************************************/ +/** **/ +/** Copyright (c) 1999-2009 Tatewake.com **/ +/** **/ +/** 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: **/ +/** **/ +/** The above copyright notice and this permission notice shall be included in **/ +/** all copies or substantial portions of the Software. **/ +/** **/ +/** THE SOFTWARE 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 OR COPYRIGHT HOLDERS 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN **/ +/** THE SOFTWARE. **/ +/** **/ +/*************************************************************************************/ + #ifndef _ArcBall_h #define _ArcBall_h