
marvin at rectangular
Aug 26, 2008, 12:01 AM
Post #1 of 1
(410 views)
Permalink
|
|
r3765 - in trunk/perl: buildlib/Lucy xs/KinoSearch
|
|
Author: creamyg Date: 2008-08-26 00:01:08 -0700 (Tue, 26 Aug 2008) New Revision: 3765 Modified: trunk/perl/buildlib/Lucy/Build.pm trunk/perl/xs/KinoSearch/Doc.c trunk/perl/xs/KinoSearch/Obj.c Log: Update a couple copyright notices. Modified: trunk/perl/buildlib/Lucy/Build.pm =================================================================== --- trunk/perl/buildlib/Lucy/Build.pm 2008-08-26 03:52:45 UTC (rev 3764) +++ trunk/perl/buildlib/Lucy/Build.pm 2008-08-26 07:01:08 UTC (rev 3765) @@ -559,7 +559,7 @@ if ( $kino_or_lucy eq 'kino' ) { return <<END_COPYFOOT; -/* Copyright 2007 Marvin Humphrey +/* Copyright 2008 Marvin Humphrey * * This program is free software; you can redistribute it and/or modify * under the same terms as Perl itself. @@ -569,7 +569,7 @@ else { return <<END_COPYFOOT; /** - * Copyright 2006 The Apache Software Foundation + * Copyright 2008 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: trunk/perl/xs/KinoSearch/Doc.c =================================================================== --- trunk/perl/xs/KinoSearch/Doc.c 2008-08-26 03:52:45 UTC (rev 3764) +++ trunk/perl/xs/KinoSearch/Doc.c 2008-08-26 07:01:08 UTC (rev 3765) @@ -118,7 +118,7 @@ KINO_FREE_OBJ(self); } -/* Copyright 2007 Marvin Humphrey +/* Copyright 2007-2008 Marvin Humphrey * * This program is free software; you can redistribute it and/or modify * under the same terms as Perl itself. Modified: trunk/perl/xs/KinoSearch/Obj.c =================================================================== --- trunk/perl/xs/KinoSearch/Obj.c 2008-08-26 03:52:45 UTC (rev 3764) +++ trunk/perl/xs/KinoSearch/Obj.c 2008-08-26 07:01:08 UTC (rev 3765) @@ -107,7 +107,7 @@ return newRV_inc((SV*)self->ref.native); } -/* Copyright 2007 Marvin Humphrey +/* Copyright 2007-2008 Marvin Humphrey * * This program is free software; you can redistribute it and/or modify * under the same terms as Perl itself. _______________________________________________ kinosearch-commits mailing list kinosearch-commits [at] rectangular http://www.rectangular.com/mailman/listinfo/kinosearch-commits
|