This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via b3844c49e2fe0bfa79780482ffb2c30e819e1da2 (commit)
from cf734ba74dd8a05a5ac77ef6b7115de20deda6f3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b3844c49e2fe0bfa79780482ffb2c30e819e1da2
commit b3844c49e2fe0bfa79780482ffb2c30e819e1da2
Author: Franck Villaume <[email protected]>
Date: Wed Feb 27 09:47:08 2019 +0100
add missing licence
diff --git a/tests/unit/utils/DbUtilsTest.php b/tests/unit/utils/DbUtilsTest.php
index af35480..e01d5eb 100644
--- a/tests/unit/utils/DbUtilsTest.php
+++ b/tests/unit/utils/DbUtilsTest.php
@@ -1,4 +1,23 @@
<?php
+/**
+ * Copyright FusionForge Team
+ *
+ * This file is part of FusionForge.
+ *
+ * FusionForge 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.
+ *
+ * FusionForge 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.
+ */
require_once 'PHPUnit/Framework/TestCase.php';
require_once dirname(__FILE__) .
'/../../../src/common/include/database-pgsql.php' ;
diff --git a/tests/unit/utils/HtmlPurifierTest.php
b/tests/unit/utils/HtmlPurifierTest.php
index c8f6027..73fadc4 100644
--- a/tests/unit/utils/HtmlPurifierTest.php
+++ b/tests/unit/utils/HtmlPurifierTest.php
@@ -1,4 +1,23 @@
<?php
+/**
+ * Copyright FusionForge Team
+ *
+ * This file is part of FusionForge.
+ *
+ * FusionForge 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.
+ *
+ * FusionForge 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.
+ */
require_once 'PHPUnit/Framework/TestCase.php';
diff --git a/tests/unit/utils/TextSanitizerTest.php
b/tests/unit/utils/TextSanitizerTest.php
index c0ca850..c6ef539 100644
--- a/tests/unit/utils/TextSanitizerTest.php
+++ b/tests/unit/utils/TextSanitizerTest.php
@@ -1,4 +1,23 @@
<?php
+/**
+ * Copyright FusionForge Team
+ *
+ * This file is part of FusionForge.
+ *
+ * FusionForge 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.
+ *
+ * FusionForge 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.
+ */
require_once 'PHPUnit/Framework/TestCase.php';
require_once dirname(__FILE__) .
'/../../../src/common/include/FFError.class.php';
diff --git a/tests/unit/utils/UtilsTest.php b/tests/unit/utils/UtilsTest.php
index c820949..b058f75 100644
--- a/tests/unit/utils/UtilsTest.php
+++ b/tests/unit/utils/UtilsTest.php
@@ -1,4 +1,23 @@
<?php
+/**
+ * Copyright FusionForge Team
+ *
+ * This file is part of FusionForge.
+ *
+ * FusionForge 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.
+ *
+ * FusionForge 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.
+ */
require_once 'PHPUnit/Framework/TestCase.php';
require_once dirname(dirname(__FILE__)) .
'/../../src/common/include/utils.php';
-----------------------------------------------------------------------
Summary of changes:
tests/unit/utils/DbUtilsTest.php | 19 +++++++++++++++++++
tests/unit/utils/HtmlPurifierTest.php | 19 +++++++++++++++++++
tests/unit/utils/TextSanitizerTest.php | 19 +++++++++++++++++++
tests/unit/utils/UtilsTest.php | 19 +++++++++++++++++++
4 files changed, 76 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits