diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-03-21 14:59:08 +0800 |
---|---|---|
committer | Petteri Räty <petsku@petteriraty.eu> | 2011-03-26 14:30:27 +0200 |
commit | a7fead521d21625dd0b378c18d4739b0ce5c5f55 (patch) | |
tree | ca333e8da156aeb705d8352e51b5535326bed098 /bashast/gunit/function.gunit | |
parent | Enable automake silent rules (diff) | |
download | libbash-a7fead521d21625dd0b378c18d4739b0ce5c5f55.tar.gz libbash-a7fead521d21625dd0b378c18d4739b0ce5c5f55.tar.bz2 libbash-a7fead521d21625dd0b378c18d4739b0ce5c5f55.zip |
Fix copyright format, add missing copyright
Use the format according to
http://www.gnu.org/licenses/gpl-howto.html, unify indentation.
Diffstat (limited to 'bashast/gunit/function.gunit')
-rw-r--r-- | bashast/gunit/function.gunit | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bashast/gunit/function.gunit b/bashast/gunit/function.gunit index 2799fa2..8315e06 100644 --- a/bashast/gunit/function.gunit +++ b/bashast/gunit/function.gunit @@ -1,3 +1,21 @@ +/* + Copyright 2010 Nathan Eloe + + This file is part of libbash. + + libbash 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 2 of the License, or + (at your option) any later version. + + libbash 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 libbash. If not, see <http://www.gnu.org/licenses/>. +*/ gunit bashast; function: |