mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +02:00
- attempt to cleanup for debian compliance (proper copyright, etc)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
# script to create HTML-pages and diagrams from the glest-factions techtree
|
||||
# 20110120, bugs & feedback to olaus@rupp.de
|
||||
# Copyright 2011 olaus
|
||||
# license: GPLv3 or newer
|
||||
|
||||
our $version = "0.8 beta";
|
||||
|
@@ -1,4 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Use this script to install build dependencies on a number of Linux platforms
|
||||
# ----------------------------------------------------------------------------
|
||||
# Originally written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||
# Rewritten by Tom Reynolds <tomreyn@megaglest.org>
|
||||
# Copyright (c) 2012 Mark Vejvoda, Tom Reynolds under GNU GPL v3.0
|
||||
|
||||
OSTYPE=`uname -m`
|
||||
echo "Detected distro: [$OSTYPE]"
|
||||
|
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# Copyright 2011 olaus
|
||||
# license: GPLv3 or newer
|
||||
# show xpath in file, google xpath for syntax
|
||||
|
||||
|
||||
|
@@ -1,14 +1,18 @@
|
||||
// ==============================================================
|
||||
// This file is part of Glest Shared Library (www.glest.org)
|
||||
//
|
||||
// Copyright (C) 2001-2008 Martiño Figueroa
|
||||
//
|
||||
// You can redistribute this code and/or modify it under
|
||||
// the terms of the GNU General Public License as published
|
||||
// by the Free Software Foundation; either version 2 of the
|
||||
// License, or (at your option) any later version
|
||||
// ==============================================================
|
||||
/**
|
||||
* File: g3dv4.h
|
||||
*
|
||||
* Description:
|
||||
* Data types used by the G3D format.
|
||||
*
|
||||
* This file is copied from portions of the Glest project:
|
||||
* http://www.glest.org
|
||||
*
|
||||
* This file may be distributed under the terms of the GNU General Public
|
||||
* License.
|
||||
*/
|
||||
|
||||
#ifndef G3DV4_HEADER
|
||||
|
@@ -1,12 +1,10 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
|
||||
# utility for megaglest, probably works for glest and GAE too
|
||||
# merge new language variables from the main language (english) to all other language files
|
||||
# by olaus, 20101222
|
||||
# Copyright 2011 olaus, 20101222
|
||||
# license: GPL v3
|
||||
|
||||
|
||||
##########################################
|
||||
|
||||
use strict;
|
||||
|
Reference in New Issue
Block a user