You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/01/07 20:19:27 UTC

svn commit: r493813 - in /jakarta/jmeter/branches/rel-2-2/bin: jmeter jmeter-n.cmd jmeter-report jmeter-report.bat jmeter-server jmeter-server.bat jmeter-t.cmd jmeter.bat jmeterw.cmd users.dtd users.xml

Author: sebb
Date: Sun Jan  7 11:19:26 2007
New Revision: 493813

URL: http://svn.apache.org/viewvc?view=rev&rev=493813
Log:
Update license (remove copyright)

Modified:
    jakarta/jmeter/branches/rel-2-2/bin/jmeter
    jakarta/jmeter/branches/rel-2-2/bin/jmeter-n.cmd
    jakarta/jmeter/branches/rel-2-2/bin/jmeter-report
    jakarta/jmeter/branches/rel-2-2/bin/jmeter-report.bat
    jakarta/jmeter/branches/rel-2-2/bin/jmeter-server
    jakarta/jmeter/branches/rel-2-2/bin/jmeter-server.bat
    jakarta/jmeter/branches/rel-2-2/bin/jmeter-t.cmd
    jakarta/jmeter/branches/rel-2-2/bin/jmeter.bat
    jakarta/jmeter/branches/rel-2-2/bin/jmeterw.cmd
    jakarta/jmeter/branches/rel-2-2/bin/users.dtd
    jakarta/jmeter/branches/rel-2-2/bin/users.xml

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 #! /bin/sh
 
 ##   $Id$
-##   Copyright 2001-2004 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.
-##   You may obtain a copy of the License at
+##   Licensed to the Apache Software Foundation (ASF) under one or more
+##   contributor license agreements.  See the NOTICE file distributed with
+##   this work for additional information regarding copyright ownership.
+##   The ASF licenses this file to You under the Apache License, Version 2.0
+##   (the "License"); you may not use this file except in compliance with
+##   the License.  You may obtain a copy of the License at
 ## 
 ##       http://www.apache.org/licenses/LICENSE-2.0
 ## 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter-n.cmd
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter-n.cmd?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter-n.cmd (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter-n.cmd Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 @echo off
 
 rem   $Id$
-rem   Copyright 2004,2006 The Apache Software Foundation
-rem 
-rem   Licensed under the Apache License, Version 2.0 (the "License");
-rem   you may not use this file except in compliance with the License.
-rem   You may obtain a copy of the License at
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
 rem 
 rem       http://www.apache.org/licenses/LICENSE-2.0
 rem 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter-report
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter-report?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter-report (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter-report Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 #! /bin/sh
 
 ##   $Id$
-##   Copyright 2001-2004 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.
-##   You may obtain a copy of the License at
+##   Licensed to the Apache Software Foundation (ASF) under one or more
+##   contributor license agreements.  See the NOTICE file distributed with
+##   this work for additional information regarding copyright ownership.
+##   The ASF licenses this file to You under the Apache License, Version 2.0
+##   (the "License"); you may not use this file except in compliance with
+##   the License.  You may obtain a copy of the License at
 ## 
 ##       http://www.apache.org/licenses/LICENSE-2.0
 ## 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter-report.bat
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter-report.bat?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter-report.bat (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter-report.bat Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 @echo off
 
 rem   $Id$
-rem   Copyright 2001-2004 The Apache Software Foundation
-rem 
-rem   Licensed under the Apache License, Version 2.0 (the "License");
-rem   you may not use this file except in compliance with the License.
-rem   You may obtain a copy of the License at
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
 rem 
 rem       http://www.apache.org/licenses/LICENSE-2.0
 rem 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter-server
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter-server?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter-server (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter-server Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 #!/bin/sh
 
 ##   $Id$
-##   Copyright 2001-2004 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.
-##   You may obtain a copy of the License at
+##   Licensed to the Apache Software Foundation (ASF) under one or more
+##   contributor license agreements.  See the NOTICE file distributed with
+##   this work for additional information regarding copyright ownership.
+##   The ASF licenses this file to You under the Apache License, Version 2.0
+##   (the "License"); you may not use this file except in compliance with
+##   the License.  You may obtain a copy of the License at
 ## 
 ##       http://www.apache.org/licenses/LICENSE-2.0
 ## 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter-server.bat
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter-server.bat?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter-server.bat (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter-server.bat Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 @echo off
 
 rem   $Id$
-rem   Copyright 2001-2004,2006 The Apache Software Foundation
-rem 
-rem   Licensed under the Apache License, Version 2.0 (the "License");
-rem   you may not use this file except in compliance with the License.
-rem   You may obtain a copy of the License at
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
 rem 
 rem       http://www.apache.org/licenses/LICENSE-2.0
 rem 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter-t.cmd
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter-t.cmd?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter-t.cmd (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter-t.cmd Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 @echo off
 
 rem   $Id$
-rem   Copyright 2004,2006 The Apache Software Foundation
-rem 
-rem   Licensed under the Apache License, Version 2.0 (the "License");
-rem   you may not use this file except in compliance with the License.
-rem   You may obtain a copy of the License at
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
 rem 
 rem       http://www.apache.org/licenses/LICENSE-2.0
 rem 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeter.bat
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter.bat?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter.bat (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter.bat Sun Jan  7 11:19:26 2007
@@ -1,11 +1,12 @@
 @echo off
 
 rem   $Id$
-rem   Copyright 2001-2004 The Apache Software Foundation
-rem 
-rem   Licensed under the Apache License, Version 2.0 (the "License");
-rem   you may not use this file except in compliance with the License.
-rem   You may obtain a copy of the License at
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
 rem 
 rem       http://www.apache.org/licenses/LICENSE-2.0
 rem 

Modified: jakarta/jmeter/branches/rel-2-2/bin/jmeterw.cmd
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeterw.cmd?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeterw.cmd (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeterw.cmd Sun Jan  7 11:19:26 2007
@@ -2,11 +2,12 @@
 rem   Run JMeter using javaw
 
 rem   $Id$
-rem   Copyright 2004,2006 The Apache Software Foundation
-rem 
-rem   Licensed under the Apache License, Version 2.0 (the "License");
-rem   you may not use this file except in compliance with the License.
-rem   You may obtain a copy of the License at
+rem   Licensed to the Apache Software Foundation (ASF) under one or more
+rem   contributor license agreements.  See the NOTICE file distributed with
+rem   this work for additional information regarding copyright ownership.
+rem   The ASF licenses this file to You under the Apache License, Version 2.0
+rem   (the "License"); you may not use this file except in compliance with
+rem   the License.  You may obtain a copy of the License at
 rem 
 rem       http://www.apache.org/licenses/LICENSE-2.0
 rem 

Modified: jakarta/jmeter/branches/rel-2-2/bin/users.dtd
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/users.dtd?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/users.dtd (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/users.dtd Sun Jan  7 11:19:26 2007
@@ -1,11 +1,11 @@
 <!-- USERS DTD -->
 <!--
-   $Header$
-   Copyright 1999-2004 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.
-   You may obtain a copy of the License at
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  

Modified: jakarta/jmeter/branches/rel-2-2/bin/users.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/users.xml?view=diff&rev=493813&r1=493812&r2=493813
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/users.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/bin/users.xml Sun Jan  7 11:19:26 2007
@@ -2,12 +2,12 @@
 <!DOCTYPE allthreads SYSTEM "users.dtd">
 
 <!--
-   $Header$
-   Copyright 1999-2004 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.
-   You may obtain a copy of the License at
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  



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