Commit e31709a2 authored by Mark Frohnmayer's avatar Mark Frohnmayer
Browse files

created initial repository with GPL license info

parents
Loading
Loading
Loading
Loading

README

0 → 100644
+11 −0
Original line number Diff line number Diff line
Torque Network Library

The Torque Network Library is a high-level networking API for real-time simulations with primitives for remote procedure call and object state replication.  The Torque Network Library relies on the Torque Network Platform for low-level networking support.

Directory structure overview:

license:
	source code licensing information.  The Torque Network Library
	is released under the GNU General Public License
	See: http://www.gnu.org/licenses/gpl.html
+0 −0

File added.

Preview size limit exceeded, changes collapsed.

license/info.txt

0 → 100644
+17 −0
Original line number Diff line number Diff line
The Torque Network Library is released in its entirety under the GNU General Public License (GPL) version 3.0.  Closed-source licensing options for Torque networking technologies are also available from TorquePowered - contact sales@torquepowered.com.

NOTICE:

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.