X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FGitInfo.php;h=c3c307336ea55455ebc54aa26e1dce802578ff98;hb=21b7b27f0379cff1b06efa95d27fa88684b65c57;hp=e1b0379b6cc4acf5e92d7d10c87447422785dfa3;hpb=d0bdc038e85a0fed58f898557589720ba8d9af00;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GitInfo.php b/includes/GitInfo.php index e1b0379b6c..c3c307336e 100644 --- a/includes/GitInfo.php +++ b/includes/GitInfo.php @@ -5,6 +5,21 @@ * of anyone working on large branches in git to setup config that show up only * when specific branches are currently checked out. * + * 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 2 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, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * http://www.gnu.org/copyleft/gpl.html + * * @file */