You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/11 16:13:00 UTC

svn commit: r1134648 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java

Author: simonetripodi
Date: Sat Jun 11 14:12:59 2011
New Revision: 1134648

URL: http://svn.apache.org/viewvc?rev=1134648&view=rev
Log:
fixed copyright years

Modified:
    commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java

Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java?rev=1134648&r1=1134647&r2=1134648&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java (original)
+++ commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java Sat Jun 11 14:12:59 2011
@@ -1,7 +1,7 @@
 package org.apache.commons.graph;
 
 /*
- * Copyright 2001,2004 The Apache Software Foundation.
+ * Copyright 2001-2011 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.



Re: svn commit: r1134648 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java

Posted by Simone Tripodi <si...@apache.org>.
Hi Oliver!!
thanks a lot for having noticed it, I didn't pay attention on it!!!
THANKS!!!!
Have a nice weekend, all the best,
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Sat, Jun 11, 2011 at 4:23 PM, Oliver Heger
<ol...@oliver-heger.de> wrote:
> Am 11.06.2011 16:13, schrieb simonetripodi@apache.org:
>>
>> Author: simonetripodi
>> Date: Sat Jun 11 14:12:59 2011
>> New Revision: 1134648
>>
>> URL: http://svn.apache.org/viewvc?rev=1134648&view=rev
>> Log:
>> fixed copyright years
>>
>> Modified:
>>
>> commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
>>
>> Modified:
>> commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
>> URL:
>> http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java?rev=1134648&r1=1134647&r2=1134648&view=diff
>>
>> ==============================================================================
>> ---
>> commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
>> (original)
>> +++
>> commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
>> Sat Jun 11 14:12:59 2011
>> @@ -1,7 +1,7 @@
>>  package org.apache.commons.graph;
>>
>>  /*
>> - * Copyright 2001,2004 The Apache Software Foundation.
>> + * Copyright 2001-2011 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.
>>
>>
> This codebase still seems to use the old style of license headers. In newer
> source files the header has been slightly adapted. It does not contain a
> copyright date anymore because this information can be found in NOTICE.txt.
>
> I think all headers have to be changed to the new pattern.
>
> Oliver
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1134648 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java

Posted by Oliver Heger <ol...@oliver-heger.de>.
Am 11.06.2011 16:13, schrieb simonetripodi@apache.org:
> Author: simonetripodi
> Date: Sat Jun 11 14:12:59 2011
> New Revision: 1134648
>
> URL: http://svn.apache.org/viewvc?rev=1134648&view=rev
> Log:
> fixed copyright years
>
> Modified:
>      commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
>
> Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java
> URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java?rev=1134648&r1=1134647&r2=1134648&view=diff
> ==============================================================================
> --- commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java (original)
> +++ commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/DirectedGraph.java Sat Jun 11 14:12:59 2011
> @@ -1,7 +1,7 @@
>   package org.apache.commons.graph;
>
>   /*
> - * Copyright 2001,2004 The Apache Software Foundation.
> + * Copyright 2001-2011 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.
>
>
This codebase still seems to use the old style of license headers. In 
newer source files the header has been slightly adapted. It does not 
contain a copyright date anymore because this information can be found 
in NOTICE.txt.

I think all headers have to be changed to the new pattern.

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org