|
From: <var...@us...> - 2016-10-10 12:38:51
|
Revision: 9953
http://sourceforge.net/p/phpwiki/code/9953
Author: vargenau
Date: 2016-10-10 12:38:48 +0000 (Mon, 10 Oct 2016)
Log Message:
-----------
Add SPDX-License-Identifier
Modified Paths:
--------------
trunk/configurator.php
trunk/index.php
trunk/passencrypt.php
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2016-10-10 12:36:44 UTC (rev 9952)
+++ trunk/configurator.php 2016-10-10 12:38:48 UTC (rev 9953)
@@ -1,8 +1,8 @@
<?php
-/*
- * Copyright 2002,2003,2005,2008-2010 $ThePhpWikiProgrammingTeam
- * Copyright 2002 Martin Geisler <gim...@gi...>
- * Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent
+/**
+ * Copyright © 2002,2003,2005,2008-2010 $ThePhpWikiProgrammingTeam
+ * Copyright © 2002 Martin Geisler <gim...@gi...>
+ * Copyright © 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent
*
* This file is part of PhpWiki.
* Parts of this file were based on PHPWeather's configurator.php file.
@@ -21,6 +21,9 @@
* You should have received a copy of the GNU General Public License along
* with PhpWiki; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ *
*/
/**
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2016-10-10 12:36:44 UTC (rev 9952)
+++ trunk/index.php 2016-10-10 12:38:48 UTC (rev 9953)
@@ -1,6 +1,6 @@
<?php
-/*
- * Copyright 1999-2010 $ThePhpWikiProgrammingTeam
+/**
+ * Copyright © 1999-2010 $ThePhpWikiProgrammingTeam
* = array(
* "Steve Wainstead", "Clifford A. Adams", "Lawrence Akka",
* "Scott R. Anderson", "Jon Åslund", "Neil Brown", "Jeff Dairiki",
@@ -26,6 +26,9 @@
* You should have received a copy of the GNU General Public License along
* with PhpWiki; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ *
*/
require_once (dirname(__FILE__) . '/lib/prepend.php');
Modified: trunk/passencrypt.php
===================================================================
--- trunk/passencrypt.php 2016-10-10 12:36:44 UTC (rev 9952)
+++ trunk/passencrypt.php 2016-10-10 12:38:48 UTC (rev 9953)
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Password Encryption Tool</title>
<!--
- Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam
+ Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam
This file is part of PhpWiki.
@@ -21,6 +21,9 @@
You should have received a copy of the GNU General Public License along
with PhpWiki; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+ SPDX-License-Identifier: GPL-2.0+
+
-->
</head>
<body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|