Hi Niko, hi Ken & Michael,
On Dec 21, 2010, at 5:48 PM, ntyni@iki.fi via RT wrote:
Show quoted text> PathTools-3.26 changed the license and the copyright notice in Cwd.xs,
> removing references to the University of California. However, Cwd.pm
> still says parts of Cwd.xs are copyrighted by UCB. Please fix the
> inconsistency.
This was changed WAY BACK in:
r10460 | kwilliams | 2007-12-27 14:48:20 +0100 (Thu, 27 Dec 2007) | 1 line
Changed paths:
M /PathTools/trunk/Changes
M /PathTools/trunk/Cwd.pm
M /PathTools/trunk/Cwd.xs
M /PathTools/trunk/MANIFEST
A /PathTools/trunk/t/abs_path.t
Upgrades to abs_path() from Schwern
The actual change to the copyright info is:
Index: Cwd.xs
===================================================================
--- Cwd.xs (revision 10459)
+++ Cwd.xs (revision 10460)
@@ -10,9 +10,8 @@
# include <unistd.h>
#endif
-/* The realpath() implementation from OpenBSD 2.9 (realpath.c 1.4)
+/* The realpath() implementation from OpenBSD 3.9 to 4.2 (realpath.c 1.13)
* Renamed here to bsd_realpath() to avoid library conflicts.
- * --jhi 2000-06-20
*/
/* See
@@ -22,12 +21,8 @@
*/
/*
- * Copyright (c) 1994
- * The Regents of the University of California. All rights reserved.
+ * Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru>
*
- * This code is derived from software contributed to Berkeley by
- * Jan-Simon Pendry.
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -36,14 +31,14 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
+ * 3. The names of the authors may not be used to endorse or promote
+ * products derived from this software without specific prior written
+ * permission.
*
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
@@ -53,10 +48,6 @@
* SUCH DAMAGE.
*/
[SNIP]
Ken, Michael, do you still remember what this was about? I assume the copyright/license information was changed because the implementation is now coming from a different BSD which has different copright?
I assume we simply need to update the corresponding info in Cwd.pm?
Best regards,
Steffen