- attempt to cleanup for debian compliance (proper copyright, etc)

This commit is contained in:
Mark Vejvoda
2012-10-30 06:48:12 +00:00
parent b4990de52e
commit b30909f90b
234 changed files with 2905 additions and 2303 deletions

View File

@@ -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";

View File

@@ -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]"

View File

@@ -1,5 +1,7 @@
#!/usr/bin/perl -w
# Copyright 2011 olaus
# license: GPLv3 or newer
# show xpath in file, google xpath for syntax

View File

@@ -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

View File

@@ -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;