]> granicus.if.org Git - graphviz/commitdiff
Add copyright/license info to arcball code
authorerg <devnull@localhost>
Thu, 5 Nov 2009 19:18:00 +0000 (19:18 +0000)
committererg <devnull@localhost>
Thu, 5 Nov 2009 19:18:00 +0000 (19:18 +0000)
cmd/smyrna/arcball.c
cmd/smyrna/arcball.h

index 9f563196c11c954d7637f7648c7f595f50ae913e..891de959ca8a3d16174c2c1f5dd063fc6a0fda3c 100644 (file)
@@ -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
index fb941c4f235d4e275cce459ba85a17c1150648f6..cd9749618981a309eb63968d682abdee925af733 100644 (file)
 /**                                                         **/
 /*************************************************************/
 
+/*************************************************************************************/
+/**                                                                                 **/
+/** 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