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

This commit is contained in:
Mark Vejvoda 2012-10-30 06:50:46 +00:00
parent b30909f90b
commit f797125b8f
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,9 @@
#!/bin/bash
#!/bin/sh
#
# Use this script to compile using mingw compiler (experimental script)
# ----------------------------------------------------------------------------
# Originally written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2012 Mark Vejvoda under GNU GPL v3.0
NUMCORES=`cat /proc/cpuinfo | grep -cE '^processor'`

View File

@ -3,6 +3,9 @@
# Clean up translations pulled from Transifex
# Should be applied only to resources in the 'Joomla' format
# (Currently that's the case for all resources.)
# ----------------------------------------------------------------------------
# Written by Tom Reynolds <tomreyn@megaglest.org>
# Copyright (c) 2012 Tom Reynolds under GNU GPL v3.0
for file in `find . -type f -name *.lng`
do