You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2006/09/29 22:14:38 UTC

svn commit: r451420 [2/4] - in /gump/live: ./ bin/ blog/ blog/BoardReports/ blog/Issues/ blog/SuccessStories/ cron/ mysql/ python/ python/gump/ python/gump/actor/ python/gump/actor/document/ python/gump/actor/document/text/ python/gump/actor/document/x...

Modified: gump/live/python/gump/actor/syndication/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/syndication/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/syndication/__init__.py (original)
+++ gump/live/python/gump/actor/syndication/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/actor/syndication/abstract.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/syndication/abstract.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/syndication/abstract.py (original)
+++ gump/live/python/gump/actor/syndication/abstract.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/actor/syndication/atom.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/syndication/atom.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/syndication/atom.py (original)
+++ gump/live/python/gump/actor/syndication/atom.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/actor/syndication/rss.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/syndication/rss.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/syndication/rss.py (original)
+++ gump/live/python/gump/actor/syndication/rss.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/actor/syndication/syndicator.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/syndication/syndicator.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/syndication/syndicator.py (original)
+++ gump/live/python/gump/actor/syndication/syndicator.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/actor/timing/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/timing/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/timing/__init__.py (original)
+++ gump/live/python/gump/actor/timing/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/actor/timing/keeper.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/timing/keeper.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/timing/keeper.py (original)
+++ gump/live/python/gump/actor/timing/keeper.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/commands/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/commands/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/commands/__init__.py (original)
+++ gump/live/python/gump/commands/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/commands/build.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/commands/build.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/commands/build.py (original)
+++ gump/live/python/gump/commands/build.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/commands/check.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/commands/check.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/commands/check.py (original)
+++ gump/live/python/gump/commands/check.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/commands/env.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/commands/env.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/commands/env.py (original)
+++ gump/live/python/gump/commands/env.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/core/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/__init__.py (original)
+++ gump/live/python/gump/core/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/build/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/__init__.py (original)
+++ gump/live/python/gump/core/build/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/core/build/ant.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/ant.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/ant.py (original)
+++ gump/live/python/gump/core/build/ant.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/build/builder.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/builder.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/builder.py (original)
+++ gump/live/python/gump/core/build/builder.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/build/configure.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/configure.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/configure.py (original)
+++ gump/live/python/gump/core/build/configure.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 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: gump/live/python/gump/core/build/make.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/make.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/make.py (original)
+++ gump/live/python/gump/core/build/make.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 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: gump/live/python/gump/core/build/maven.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/maven.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/maven.py (original)
+++ gump/live/python/gump/core/build/maven.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/build/nant.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/nant.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/nant.py (original)
+++ gump/live/python/gump/core/build/nant.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/build/script.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/script.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/build/script.py (original)
+++ gump/live/python/gump/core/build/script.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/commandLine.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/commandLine.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/commandLine.py (original)
+++ gump/live/python/gump/core/commandLine.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/core/config.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/config.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/config.py (original)
+++ gump/live/python/gump/core/config.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/core/gumpinit.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/gumpinit.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/gumpinit.py (original)
+++ gump/live/python/gump/core/gumpinit.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/language/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/language/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/language/__init__.py (original)
+++ gump/live/python/gump/core/language/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/language/csharp.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/language/csharp.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/language/csharp.py (original)
+++ gump/live/python/gump/core/language/csharp.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/language/java.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/language/java.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/language/java.py (original)
+++ gump/live/python/gump/core/language/java.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/language/path.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/language/path.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/language/path.py (original)
+++ gump/live/python/gump/core/language/path.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/loader/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/loader/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/loader/__init__.py (original)
+++ gump/live/python/gump/core/loader/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/core/loader/loader.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/loader/loader.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/loader/loader.py (original)
+++ gump/live/python/gump/core/loader/loader.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/__init__.py (original)
+++ gump/live/python/gump/core/model/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/builder.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/builder.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/builder.py (original)
+++ gump/live/python/gump/core/model/builder.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/depend.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/depend.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/depend.py (original)
+++ gump/live/python/gump/core/model/depend.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/misc.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/misc.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/misc.py (original)
+++ gump/live/python/gump/core/model/misc.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/module.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/module.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/module.py (original)
+++ gump/live/python/gump/core/model/module.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/object.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/object.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/object.py (original)
+++ gump/live/python/gump/core/model/object.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/profile.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/profile.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/profile.py (original)
+++ gump/live/python/gump/core/model/profile.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/project.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/project.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/project.py (original)
+++ gump/live/python/gump/core/model/project.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/propagation.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/propagation.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/propagation.py (original)
+++ gump/live/python/gump/core/model/propagation.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/property.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/property.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/property.py (original)
+++ gump/live/python/gump/core/model/property.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/repository.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/repository.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/repository.py (original)
+++ gump/live/python/gump/core/model/repository.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/server.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/server.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/server.py (original)
+++ gump/live/python/gump/core/model/server.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/state.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/state.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/state.py (original)
+++ gump/live/python/gump/core/model/state.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-2004 The Apache Software Foundation
-#
-# 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: gump/live/python/gump/core/model/stats.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/stats.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/stats.py (original)
+++ gump/live/python/gump/core/model/stats.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/tracker.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/tracker.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/tracker.py (original)
+++ gump/live/python/gump/core/model/tracker.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/model/workspace.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/model/workspace.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/model/workspace.py (original)
+++ gump/live/python/gump/core/model/workspace.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/run/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/run/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/run/__init__.py (original)
+++ gump/live/python/gump/core/run/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/core/run/actor.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/run/actor.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/run/actor.py (original)
+++ gump/live/python/gump/core/run/actor.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/run/gumpenv.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/run/gumpenv.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/run/gumpenv.py (original)
+++ gump/live/python/gump/core/run/gumpenv.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 #
-# Copyright 2003-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: gump/live/python/gump/core/run/gumprun.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/run/gumprun.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/run/gumprun.py (original)
+++ gump/live/python/gump/core/run/gumprun.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/run/gumpset.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/run/gumpset.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/run/gumpset.py (original)
+++ gump/live/python/gump/core/run/gumpset.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/run/options.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/run/options.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/run/options.py (original)
+++ gump/live/python/gump/core/run/options.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/runner/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/runner/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/runner/__init__.py (original)
+++ gump/live/python/gump/core/runner/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 #
-# Copyright 2003-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: gump/live/python/gump/core/runner/demand.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/runner/demand.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/runner/demand.py (original)
+++ gump/live/python/gump/core/runner/demand.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/runner/runner.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/runner/runner.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/runner/runner.py (original)
+++ gump/live/python/gump/core/runner/runner.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/update/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/update/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/update/__init__.py (original)
+++ gump/live/python/gump/core/update/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/core/update/cvs.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/update/cvs.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/update/cvs.py (original)
+++ gump/live/python/gump/core/update/cvs.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/core/update/p4.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/update/p4.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/update/p4.py (original)
+++ gump/live/python/gump/core/update/p4.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/python
 
-# Copyright 2003-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: gump/live/python/gump/core/update/svn.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/update/svn.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/update/svn.py (original)
+++ gump/live/python/gump/core/update/svn.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/core/update/updater.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/update/updater.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/core/update/updater.py (original)
+++ gump/live/python/gump/core/update/updater.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/python
 
 
-# Copyright 2003-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: gump/live/python/gump/test/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/__init__.py (original)
+++ gump/live/python/gump/test/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/usr/bin/env python
 
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/artifacts.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/artifacts.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/artifacts.py (original)
+++ gump/live/python/gump/test/artifacts.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/describer.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/describer.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/describer.py (original)
+++ gump/live/python/gump/test/describer.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/diagram.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/diagram.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/diagram.py (original)
+++ gump/live/python/gump/test/diagram.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/documenter.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/documenter.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/documenter.py (original)
+++ gump/live/python/gump/test/documenter.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/drawing.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/drawing.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/drawing.py (original)
+++ gump/live/python/gump/test/drawing.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/integrator.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/integrator.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/integrator.py (original)
+++ gump/live/python/gump/test/integrator.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/language.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/language.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/language.py (original)
+++ gump/live/python/gump/test/language.py Fri Sep 29 13:14:30 2006
@@ -3,11 +3,12 @@
 # $Header: /home/stefano/cvs/gump/python/gump/test/language.py,v 1.1 2004/07/28 01:26:08 ajack Exp $
 # $Revision: 1.1 $
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/launching.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/launching.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/launching.py (original)
+++ gump/live/python/gump/test/launching.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/loading.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/loading.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/loading.py (original)
+++ gump/live/python/gump/test/loading.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/maven.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/maven.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/maven.py (original)
+++ gump/live/python/gump/test/maven.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/mockobjects.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/mockobjects.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/mockobjects.py (original)
+++ gump/live/python/gump/test/mockobjects.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 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: gump/live/python/gump/test/model.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/model.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/model.py (original)
+++ gump/live/python/gump/test/model.py Fri Sep 29 13:14:30 2006
@@ -3,11 +3,12 @@
 # $Header: /home/stefano/cvs/gump/python/gump/test/model.py,v 1.25 2004/07/28 01:26:08 ajack Exp $
 # $Revision: 1.25 $
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/nant.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/nant.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/nant.py (original)
+++ gump/live/python/gump/test/nant.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/notifying.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/notifying.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/notifying.py (original)
+++ gump/live/python/gump/test/notifying.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
-# Copyright 2003-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: gump/live/python/gump/test/pyunit.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/pyunit.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/pyunit.py (original)
+++ gump/live/python/gump/test/pyunit.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/resolving.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/resolving.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/resolving.py (original)
+++ gump/live/python/gump/test/resolving.py Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/usr/bin/env python
 
-# Copyright 2003-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: gump/live/python/gump/test/resources/complete1/server3.xml
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/resources/complete1/server3.xml?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/resources/complete1/server3.xml (original)
+++ gump/live/python/gump/test/resources/complete1/server3.xml Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 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: gump/live/python/gump/test/resources/full1/server3.xml
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/resources/full1/server3.xml?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/resources/full1/server3.xml (original)
+++ gump/live/python/gump/test/resources/full1/server3.xml Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 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: gump/live/python/gump/test/resulting.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/test/resulting.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/test/resulting.py (original)
+++ gump/live/python/gump/test/resulting.py Fri Sep 29 13:14:30 2006
@@ -1,9 +1,10 @@
 #!/usr/bin/env python
-# Copyright 2003-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
 #