1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [223] - fix copyright, based on svn log.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B223%5D%20-%20fix%20copyright%2C%20based%20on%20svn%20log.&In-Reply-To=%3C20110106031834.73D10419D4%40valstar.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001572.html">
<LINK REL="Next" HREF="001574.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [223] - fix copyright, based on svn log.</H1>
<B>root at mageia.org</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B223%5D%20-%20fix%20copyright%2C%20based%20on%20svn%20log.&In-Reply-To=%3C20110106031834.73D10419D4%40valstar.mageia.org%3E"
TITLE="[Mageia-sysadm] [223] - fix copyright, based on svn log.">root at mageia.org
</A><BR>
<I>Thu Jan 6 04:18:34 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="001572.html">[Mageia-sysadm] [222] sync the name of the package with the filename, and correct the pod
</A></li>
<LI>Next message: <A HREF="001574.html">[Mageia-sysadm] [224] use hostname function from perl core module Sys::Hostname ( and so avoid 1 useless fork )
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1573">[ date ]</a>
<a href="thread.html#1573">[ thread ]</a>
<a href="subject.html#1573">[ subject ]</a>
<a href="author.html#1573">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Revision: 223
Author: misc
Date: 2011-01-06 04:18:34 +0100 (Thu, 06 Jan 2011)
Log Message:
-----------
- fix copyright, based on svn log. Mandriva didn't care much, we do.
Modified Paths:
--------------
build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm
Modified: build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm
===================================================================
--- build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm 2011-01-06 03:12:10 UTC (rev 222)
+++ build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm 2011-01-06 03:18:34 UTC (rev 223)
@@ -538,6 +538,8 @@
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2002-2006, YOURI project
+Copyright (C) 2006,2007,2009 Mandriva
+Copyright (C) 2011 Nicolas Vigier, Michael Scherer
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110106/9fc64239/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001572.html">[Mageia-sysadm] [222] sync the name of the package with the filename, and correct the pod
</A></li>
<LI>Next message: <A HREF="001574.html">[Mageia-sysadm] [224] use hostname function from perl core module Sys::Hostname ( and so avoid 1 useless fork )
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1573">[ date ]</a>
<a href="thread.html#1573">[ thread ]</a>
<a href="subject.html#1573">[ subject ]</a>
<a href="author.html#1573">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|