[Fusionforge-commits] FusionForge branch feature/plugin-repositoryapi updated. v6.0.5-1349-gbaa20e6
Roland Mas
lolando at libremir.placard.fr.eu.org
Tue Jan 10 10:45:14 CET 2017
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, feature/plugin-repositoryapi has been updated
via baa20e64c5d282df7da7f8b2ddb73d97f1dcb721 (commit)
from e128dd838657fa9b3a758dc61a7cadfcd4b7510a (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=baa20e64c5d282df7da7f8b2ddb73d97f1dcb721
commit baa20e64c5d282df7da7f8b2ddb73d97f1dcb721
Author: Roland Mas <lolando at debian.org>
Date: Tue Jan 10 10:44:55 2017 +0100
Clean up and update copyright notices
diff --git a/src/common/include/PluginManager.class.php b/src/common/include/PluginManager.class.php
index dee5fd8..3cd7b65 100644
--- a/src/common/include/PluginManager.class.php
+++ b/src/common/include/PluginManager.class.php
@@ -2,7 +2,7 @@
/**
* FusionForge plugin system
*
- * Copyright 2002, 2009, Roland Mas
+ * Copyright 2002-2017, Roland Mas
* Copyright 2014, Franck Villaume - TrivialDev
* http://fusionforge.org
*
diff --git a/src/plugins/repositoryapi/cronjobs/parse_scm_repo_activities.php b/src/plugins/repositoryapi/cronjobs/parse_scm_repo_activities.php
index 2063e88..f1d5679 100755
--- a/src/plugins/repositoryapi/cronjobs/parse_scm_repo_activities.php
+++ b/src/plugins/repositoryapi/cronjobs/parse_scm_repo_activities.php
@@ -3,7 +3,7 @@
/**
* FusionForge source control management
*
- * Copyright 2016, Roland Mas
+ * Copyright 2016-2017, Roland Mas
*
* This file is part of FusionForge. FusionForge is free software;
* you can redistribute it and/or modify it under the terms of the
diff --git a/src/plugins/repositoryapi/include/RepositoryAPIPluginDescriptor.class.php b/src/plugins/repositoryapi/include/RepositoryAPIPluginDescriptor.class.php
index 3c45ba3..26cba10 100644
--- a/src/plugins/repositoryapi/include/RepositoryAPIPluginDescriptor.class.php
+++ b/src/plugins/repositoryapi/include/RepositoryAPIPluginDescriptor.class.php
@@ -1,24 +1,22 @@
<?php
/**
- * Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
+ * Copyright 2016-2017, Roland Mas
+ * https://fusionforge.org
*
- * This file is a part of Codendi.
+ * 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 Licence, or (at your option)
+ * any later version.
*
- * Codendi 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.
- *
- * Codendi is distributed in the hope that it will be useful,
+ * 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 Codendi. If not, see <http://www.gnu.org/licenses/>.
- *
- * Portions Copyright 2010 (c) Mélanie Le Bail
- * Portions Copyright 2011 (c) France Telecom, Coclico project
+ * You should have received a copy of the GNU General Public License along
+ * with FusionForge; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
require_once 'common/plugin/PluginDescriptor.class.php';
diff --git a/src/plugins/repositoryapi/include/RepositoryAPIPluginInfo.class.php b/src/plugins/repositoryapi/include/RepositoryAPIPluginInfo.class.php
index 111285a..11f1df5 100644
--- a/src/plugins/repositoryapi/include/RepositoryAPIPluginInfo.class.php
+++ b/src/plugins/repositoryapi/include/RepositoryAPIPluginInfo.class.php
@@ -1,25 +1,24 @@
<?php
/**
- * Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
+ * Copyright 2016-2017, Roland Mas
+ * https://fusionforge.org
*
- * This file is a part of Codendi.
+ * 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 Licence, or (at your option)
+ * any later version.
*
- * Codendi 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.
- *
- * Codendi is distributed in the hope that it will be useful,
+ * 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 Codendi. If not, see <http://www.gnu.org/licenses/>.
- *
- * Copyright 2010 (c) Mélanie Le Bail
- * Copyright 2011 (c) France Telecom, Coclico project
+ * You should have received a copy of the GNU General Public License along
+ * with FusionForge; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
require_once 'common/plugin/PluginInfo.class.php';
require_once 'RepositoryAPIPluginDescriptor.class.php';
diff --git a/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php b/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php
index 0ca3a2b..3cc5332 100644
--- a/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php
+++ b/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php
@@ -4,12 +4,14 @@
* repositoryapiPlugin Class
*
*
- * This file is part of FusionForge.
+ * Copyright 2016-2017, Roland Mas
+ * https://fusionforge.org
*
- * 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.
+ * 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 Licence, 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
@@ -17,7 +19,7 @@
* 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.,
+ * with FusionForge; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-----------------------------------------------------------------------
Summary of changes:
src/common/include/PluginManager.class.php | 2 +-
.../cronjobs/parse_scm_repo_activities.php | 2 +-
.../RepositoryAPIPluginDescriptor.class.php | 24 ++++++++++-----------
.../include/RepositoryAPIPluginInfo.class.php | 25 +++++++++++-----------
.../include/repositoryapiPlugin.class.php | 14 ++++++------
5 files changed, 33 insertions(+), 34 deletions(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list