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 [1/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...

Author: bodewig
Date: Fri Sep 29 13:14:30 2006
New Revision: 451420

URL: http://svn.apache.org/viewvc?view=rev&rev=451420
Log:
copy2license.pl

Modified:
    gump/live/bin/PrintPath
    gump/live/bin/build.py
    gump/live/bin/check.py
    gump/live/bin/env.py
    gump/live/bin/integrate.py
    gump/live/bin/preview.py
    gump/live/bin/redo.py
    gump/live/bin/repo.py
    gump/live/bin/update.py
    gump/live/blog/BoardReports/20040317.txt
    gump/live/blog/BoardReports/blojsom.properties
    gump/live/blog/Issues/Cactus-CommonsHttpclient.txt
    gump/live/blog/Issues/Struts-Velocity.txt
    gump/live/blog/SuccessStories/blojsom.properties
    gump/live/blog/SuccessStories/jrefactory.txt
    gump/live/blog/SuccessStories/xdoclet.txt
    gump/live/blog/Template.txt
    gump/live/cron/gump.bat
    gump/live/cron/gump.py
    gump/live/cron/gump.sh
    gump/live/gump
    gump/live/mysql/gump.sql   (contents, props changed)
    gump/live/python/gump/__init__.py
    gump/live/python/gump/actor/__init__.py
    gump/live/python/gump/actor/document/__init__.py
    gump/live/python/gump/actor/document/documenter.py
    gump/live/python/gump/actor/document/resolver.py
    gump/live/python/gump/actor/document/text/__init__.py
    gump/live/python/gump/actor/document/text/documenter.py
    gump/live/python/gump/actor/document/text/resolver.py
    gump/live/python/gump/actor/document/xdocs/__init__.py
    gump/live/python/gump/actor/document/xdocs/config.py
    gump/live/python/gump/actor/document/xdocs/documenter.py
    gump/live/python/gump/actor/document/xdocs/resolver.py
    gump/live/python/gump/actor/document/xdocs/synchronizer.py
    gump/live/python/gump/actor/document/xdocs/xdoc.py
    gump/live/python/gump/actor/mysql/__init__.py
    gump/live/python/gump/actor/mysql/data.py
    gump/live/python/gump/actor/mysql/databaser.py
    gump/live/python/gump/actor/mysql/dynagumper.py
    gump/live/python/gump/actor/notify/__init__.py
    gump/live/python/gump/actor/notify/logic.py
    gump/live/python/gump/actor/notify/notification.py
    gump/live/python/gump/actor/notify/notifier.py
    gump/live/python/gump/actor/rdf/__init__.py
    gump/live/python/gump/actor/rdf/describer.py
    gump/live/python/gump/actor/repository/__init__.py
    gump/live/python/gump/actor/repository/artifact.py
    gump/live/python/gump/actor/repository/publisher.py
    gump/live/python/gump/actor/results/__init__.py
    gump/live/python/gump/actor/results/loader.py
    gump/live/python/gump/actor/results/model.py
    gump/live/python/gump/actor/results/resulter.py
    gump/live/python/gump/actor/stats/__init__.py
    gump/live/python/gump/actor/stats/dbm/__init__.py
    gump/live/python/gump/actor/stats/dbm/statsdb.py
    gump/live/python/gump/actor/stats/mysql/__init__.py
    gump/live/python/gump/actor/stats/mysql/statsdb.py
    gump/live/python/gump/actor/stats/statistician.py
    gump/live/python/gump/actor/syndication/__init__.py
    gump/live/python/gump/actor/syndication/abstract.py
    gump/live/python/gump/actor/syndication/atom.py
    gump/live/python/gump/actor/syndication/rss.py
    gump/live/python/gump/actor/syndication/syndicator.py
    gump/live/python/gump/actor/timing/__init__.py
    gump/live/python/gump/actor/timing/keeper.py
    gump/live/python/gump/commands/__init__.py
    gump/live/python/gump/commands/build.py
    gump/live/python/gump/commands/check.py
    gump/live/python/gump/commands/env.py
    gump/live/python/gump/core/__init__.py
    gump/live/python/gump/core/build/__init__.py
    gump/live/python/gump/core/build/ant.py
    gump/live/python/gump/core/build/builder.py
    gump/live/python/gump/core/build/configure.py
    gump/live/python/gump/core/build/make.py
    gump/live/python/gump/core/build/maven.py
    gump/live/python/gump/core/build/nant.py
    gump/live/python/gump/core/build/script.py
    gump/live/python/gump/core/commandLine.py
    gump/live/python/gump/core/config.py
    gump/live/python/gump/core/gumpinit.py
    gump/live/python/gump/core/language/__init__.py
    gump/live/python/gump/core/language/csharp.py
    gump/live/python/gump/core/language/java.py
    gump/live/python/gump/core/language/path.py
    gump/live/python/gump/core/loader/__init__.py
    gump/live/python/gump/core/loader/loader.py
    gump/live/python/gump/core/model/__init__.py
    gump/live/python/gump/core/model/builder.py
    gump/live/python/gump/core/model/depend.py
    gump/live/python/gump/core/model/misc.py
    gump/live/python/gump/core/model/module.py
    gump/live/python/gump/core/model/object.py
    gump/live/python/gump/core/model/profile.py
    gump/live/python/gump/core/model/project.py
    gump/live/python/gump/core/model/propagation.py
    gump/live/python/gump/core/model/property.py
    gump/live/python/gump/core/model/repository.py
    gump/live/python/gump/core/model/server.py
    gump/live/python/gump/core/model/state.py
    gump/live/python/gump/core/model/stats.py
    gump/live/python/gump/core/model/tracker.py
    gump/live/python/gump/core/model/workspace.py
    gump/live/python/gump/core/run/__init__.py
    gump/live/python/gump/core/run/actor.py
    gump/live/python/gump/core/run/gumpenv.py
    gump/live/python/gump/core/run/gumprun.py
    gump/live/python/gump/core/run/gumpset.py
    gump/live/python/gump/core/run/options.py
    gump/live/python/gump/core/runner/__init__.py
    gump/live/python/gump/core/runner/demand.py
    gump/live/python/gump/core/runner/runner.py
    gump/live/python/gump/core/update/__init__.py
    gump/live/python/gump/core/update/cvs.py
    gump/live/python/gump/core/update/p4.py
    gump/live/python/gump/core/update/svn.py
    gump/live/python/gump/core/update/updater.py
    gump/live/python/gump/test/__init__.py
    gump/live/python/gump/test/artifacts.py
    gump/live/python/gump/test/describer.py
    gump/live/python/gump/test/diagram.py
    gump/live/python/gump/test/documenter.py
    gump/live/python/gump/test/drawing.py
    gump/live/python/gump/test/integrator.py
    gump/live/python/gump/test/language.py
    gump/live/python/gump/test/launching.py
    gump/live/python/gump/test/loading.py
    gump/live/python/gump/test/maven.py
    gump/live/python/gump/test/mockobjects.py
    gump/live/python/gump/test/model.py
    gump/live/python/gump/test/nant.py
    gump/live/python/gump/test/notifying.py
    gump/live/python/gump/test/pyunit.py
    gump/live/python/gump/test/resolving.py
    gump/live/python/gump/test/resources/complete1/server3.xml
    gump/live/python/gump/test/resources/full1/server3.xml
    gump/live/python/gump/test/resulting.py
    gump/live/python/gump/test/stats.py
    gump/live/python/gump/test/svg.py
    gump/live/python/gump/test/sync.py
    gump/live/python/gump/test/syndicator.py
    gump/live/python/gump/test/testAllPyUnitTests.py.disabled.for.now
    gump/live/python/gump/test/testDynagumper.py
    gump/live/python/gump/test/testExample.py
    gump/live/python/gump/test/threads.py
    gump/live/python/gump/test/timing.py
    gump/live/python/gump/test/tools.py
    gump/live/python/gump/test/unicode.py
    gump/live/python/gump/test/updater.py
    gump/live/python/gump/test/utils.py
    gump/live/python/gump/test/xdocs.py
    gump/live/python/gump/test/xref.py
    gump/live/python/gump/tool/__init__.py
    gump/live/python/gump/tool/guru/__init__.py
    gump/live/python/gump/tool/guru/stats.py
    gump/live/python/gump/tool/guru/xref.py
    gump/live/python/gump/tool/integration/__init__.py
    gump/live/python/gump/tool/integration/cvs.py
    gump/live/python/gump/tool/performance/__init__.py
    gump/live/python/gump/tool/performance/deps.py
    gump/live/python/gump/tool/performance/gurus.py
    gump/live/python/gump/tool/performance/xdocs.py
    gump/live/python/gump/tool/shared/__init__.py
    gump/live/python/gump/tool/shared/comparator.py
    gump/live/python/gump/tool/svg/__init__.py
    gump/live/python/gump/tool/svg/depdiag.py
    gump/live/python/gump/tool/svg/drawing.py
    gump/live/python/gump/tool/svg/scale.py
    gump/live/python/gump/tool/svg/svg.py
    gump/live/python/gump/util/__init__.py
    gump/live/python/gump/util/domutils.py
    gump/live/python/gump/util/file.py
    gump/live/python/gump/util/http.py
    gump/live/python/gump/util/listener.py
    gump/live/python/gump/util/locks.py
    gump/live/python/gump/util/mysql.py
    gump/live/python/gump/util/note.py
    gump/live/python/gump/util/owner.py
    gump/live/python/gump/util/process/__init__.py
    gump/live/python/gump/util/process/command.py
    gump/live/python/gump/util/process/launcher.py
    gump/live/python/gump/util/smtp.py
    gump/live/python/gump/util/sync.py
    gump/live/python/gump/util/tasks.py
    gump/live/python/gump/util/threads/__init__.py
    gump/live/python/gump/util/threads/tools.py
    gump/live/python/gump/util/timing.py
    gump/live/python/gump/util/tools.py
    gump/live/python/gump/util/work.py
    gump/live/python/header.txt
    gump/live/python/tool/__init__.py
    gump/live/python/tool/commitCheck.py
    gump/live/python/tool/profileResults.py
    gump/live/src/documentation/content/xdocs/bylaws.xml
    gump/live/src/documentation/content/xdocs/faq.xml
    gump/live/src/documentation/content/xdocs/gettingstarted.xml
    gump/live/src/documentation/content/xdocs/images/bench.svg
    gump/live/src/documentation/content/xdocs/images/gump-logo-original.svg
    gump/live/src/documentation/content/xdocs/index.xml
    gump/live/src/documentation/content/xdocs/mail.xml
    gump/live/src/documentation/content/xdocs/metadata/builder.xml
    gump/live/src/documentation/content/xdocs/metadata/index.xml
    gump/live/src/documentation/content/xdocs/metadata/module.xml
    gump/live/src/documentation/content/xdocs/metadata/practices.xml
    gump/live/src/documentation/content/xdocs/metadata/profile.xml
    gump/live/src/documentation/content/xdocs/metadata/project.xml
    gump/live/src/documentation/content/xdocs/metadata/repository.xml
    gump/live/src/documentation/content/xdocs/metadata/workspace.xml
    gump/live/src/documentation/content/xdocs/nagged.xml
    gump/live/src/documentation/content/xdocs/python/index.xml
    gump/live/src/documentation/content/xdocs/python/usage.xml
    gump/live/src/documentation/content/xdocs/site.xml
    gump/live/src/documentation/content/xdocs/status.xml
    gump/live/src/documentation/content/xdocs/tabs.xml
    gump/live/src/documentation/content/xdocs/whoweare.xml
    gump/live/src/documentation/content/xdocs/why.xml
    gump/live/src/documentation/skinconf.xml
    gump/live/status.xml
    gump/live/template/forrest/build.xml
    gump/live/template/forrest/content/xdocs/index.xml
    gump/live/test/fixture/packages/ant-1.6.2/bin/ant.bat
    gump/live/test/fixture/packages/ant-1.6.2/bin/antRun.bat
    gump/live/test/fixture/packages/ant-1.6.2/bin/lcp.bat
    gump/live/test/fixture/packages/ant-1.6.2/bin/runant.py
    gump/live/test/fixture/packages/ant-1.6.2/etc/junit-frames-xalan1.xsl
    gump/live/test/fixture/packages/ant-1.6.2/etc/junit-frames.xsl
    gump/live/test/fixture/packages/ant-1.6.2/etc/junit-noframes.xsl
    gump/live/test/fixture/projects/test1/project.properties
    gump/live/test/fixture/projects/test1/project.xml
    gump/live/test/fixture/projects/test1/src/conf/app.properties
    gump/live/test/fixture/projects/test2/project.properties
    gump/live/test/fixture/projects/test2/project.xml
    gump/live/test/fixture/projects/test2/src/conf/app.properties
    gump/live/test/fixture/projects/test3/project.properties
    gump/live/test/fixture/projects/test3/project.xml
    gump/live/test/fixture/projects/test3/src/conf/app.properties
    gump/live/test/fixture/projects/test4/project.properties
    gump/live/test/fixture/projects/test4/project.xml
    gump/live/test/fixture/projects/test4/src/conf/app.properties
    gump/live/test/gumptest.bat
    gump/live/test/gumptest.sh

Modified: gump/live/bin/PrintPath
URL: http://svn.apache.org/viewvc/gump/live/bin/PrintPath?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/PrintPath (original)
+++ gump/live/bin/PrintPath Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/bin/sh
 #
-# 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: gump/live/bin/build.py
URL: http://svn.apache.org/viewvc/gump/live/bin/build.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/build.py (original)
+++ gump/live/bin/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/bin/check.py
URL: http://svn.apache.org/viewvc/gump/live/bin/check.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/check.py (original)
+++ gump/live/bin/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/bin/env.py
URL: http://svn.apache.org/viewvc/gump/live/bin/env.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/env.py (original)
+++ gump/live/bin/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/bin/integrate.py
URL: http://svn.apache.org/viewvc/gump/live/bin/integrate.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/integrate.py (original)
+++ gump/live/bin/integrate.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/bin/preview.py
URL: http://svn.apache.org/viewvc/gump/live/bin/preview.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/preview.py (original)
+++ gump/live/bin/preview.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/bin/redo.py
URL: http://svn.apache.org/viewvc/gump/live/bin/redo.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/redo.py (original)
+++ gump/live/bin/redo.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/bin/repo.py
URL: http://svn.apache.org/viewvc/gump/live/bin/repo.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/repo.py (original)
+++ gump/live/bin/repo.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/bin/update.py
URL: http://svn.apache.org/viewvc/gump/live/bin/update.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/bin/update.py (original)
+++ gump/live/bin/update.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/blog/BoardReports/20040317.txt
URL: http://svn.apache.org/viewvc/gump/live/blog/BoardReports/20040317.txt?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/BoardReports/20040317.txt (original)
+++ gump/live/blog/BoardReports/20040317.txt Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 March 2004 Report to the ASF Board
 <!--
-  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/blog/BoardReports/blojsom.properties
URL: http://svn.apache.org/viewvc/gump/live/blog/BoardReports/blojsom.properties?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/BoardReports/blojsom.properties (original)
+++ gump/live/blog/BoardReports/blojsom.properties Fri Sep 29 13:14:30 2006
@@ -1,7 +1,9 @@
-# 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/blog/Issues/Cactus-CommonsHttpclient.txt
URL: http://svn.apache.org/viewvc/gump/live/blog/Issues/Cactus-CommonsHttpclient.txt?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/Issues/Cactus-CommonsHttpclient.txt (original)
+++ gump/live/blog/Issues/Cactus-CommonsHttpclient.txt Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 Cactus and Commons-Httpclient
 <!--
-  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/blog/Issues/Struts-Velocity.txt
URL: http://svn.apache.org/viewvc/gump/live/blog/Issues/Struts-Velocity.txt?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/Issues/Struts-Velocity.txt (original)
+++ gump/live/blog/Issues/Struts-Velocity.txt Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 Struts broke an interface on a non-major version change (1.1 -&gt; 1.2) and gump found it
 <!--
-  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/blog/SuccessStories/blojsom.properties
URL: http://svn.apache.org/viewvc/gump/live/blog/SuccessStories/blojsom.properties?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/SuccessStories/blojsom.properties (original)
+++ gump/live/blog/SuccessStories/blojsom.properties Fri Sep 29 13:14:30 2006
@@ -1,7 +1,9 @@
-# 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/blog/SuccessStories/jrefactory.txt
URL: http://svn.apache.org/viewvc/gump/live/blog/SuccessStories/jrefactory.txt?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/SuccessStories/jrefactory.txt (original)
+++ gump/live/blog/SuccessStories/jrefactory.txt Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 JRefactory adapts their code to changes in jaxen/saxpath
 <!--
-  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/blog/SuccessStories/xdoclet.txt
URL: http://svn.apache.org/viewvc/gump/live/blog/SuccessStories/xdoclet.txt?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/SuccessStories/xdoclet.txt (original)
+++ gump/live/blog/SuccessStories/xdoclet.txt Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 XDoclet story
 <!--
-  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/blog/Template.txt
URL: http://svn.apache.org/viewvc/gump/live/blog/Template.txt?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/blog/Template.txt (original)
+++ gump/live/blog/Template.txt Fri Sep 29 13:14:30 2006
@@ -7,11 +7,12 @@
 Make your first paragraph a good catch summary.  Many aggregators will only show this.
 </p><more/>
 <!--
-  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/cron/gump.bat
URL: http://svn.apache.org/viewvc/gump/live/cron/gump.bat?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
Binary files - no diff available.

Modified: gump/live/cron/gump.py
URL: http://svn.apache.org/viewvc/gump/live/cron/gump.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
Binary files - no diff available.

Modified: gump/live/cron/gump.sh
URL: http://svn.apache.org/viewvc/gump/live/cron/gump.sh?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/cron/gump.sh (original)
+++ gump/live/cron/gump.sh Fri Sep 29 13:14:30 2006
@@ -1,18 +1,19 @@
 #!/bin/bash
 #
-#   Copyright 2003-2004 The Apache Software Foundation
+#  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
 #
-#   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
+#      http://www.apache.org/licenses/LICENSE-2.0
 #
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing, software
-#   distributed under the License is distributed on an "AS IS" BASIS,
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#   See the License for the specific language governing permissions and
-#   limitations under the License.
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
 #
 # $Header: $
 cygwin=false;

Modified: gump/live/gump
URL: http://svn.apache.org/viewvc/gump/live/gump?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/gump (original)
+++ gump/live/gump Fri Sep 29 13:14:30 2006
@@ -1,10 +1,11 @@
 #!/bin/bash
 #
-# Copyright 2004-2005 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/mysql/gump.sql
URL: http://svn.apache.org/viewvc/gump/live/mysql/gump.sql?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/mysql/gump.sql (original)
+++ gump/live/mysql/gump.sql Fri Sep 29 13:14:30 2006
@@ -1,172 +1,173 @@
-# 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
-# 
-#     http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_module'
-# 
-CREATE TABLE `gump_module` (
-  `module_name` varchar(100) NOT NULL default '',
-  `description` varchar(100) NOT NULL default '',
-  PRIMARY KEY  (`module_name`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_module_run'
-# 
-CREATE TABLE `gump_module_run` (
-  `run_id` varchar(100) NOT NULL default '',
-  `module_name` varchar(100) NOT NULL default '',
-  `state` int(11) NOT NULL default '0',
-  `reason` int(11) NOT NULL default '0',
-  `cause` varchar(100) default '',
-  `start` datetime NOT NULL default '0000-00-00 00:00:00',
-  `end` datetime NOT NULL default '0000-00-00 00:00:00',
-  PRIMARY KEY  (`module_name`,`run_id`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_module_stats'
-# 
-CREATE TABLE `gump_module_stats` (
-  `module_name` varchar(100) NOT NULL default '',
-  `successes` int(11) NOT NULL default '0',
-  `failures` int(11) NOT NULL default '0',
-  `prereqs` int(11) NOT NULL default '0',
-  `first` datetime default '0000-00-00 00:00:00',
-  `last` datetime default '0000-00-00 00:00:00',
-  `current_state` int(11) NOT NULL default '0',
-  `previous_state` int(11) NOT NULL default '0',
-  `start_of_state` datetime default '0000-00-00 00:00:00',
-  `sequence_in_state` int(11) NOT NULL default '0',
-  `last_modified` datetime NOT NULL default '0000-00-00 00:00:00',
-  PRIMARY KEY  (`module_name`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_project'
-# 
-CREATE TABLE `gump_project` (
-  `project_name` varchar(100) NOT NULL default '',
-  `description` varchar(100) NOT NULL default '',
-  `module_name` varchar(100) NOT NULL default '',
-  PRIMARY KEY  (`project_name`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_project_run'
-# 
-CREATE TABLE `gump_project_run` (
-  `run_id` varchar(100) NOT NULL default '',
-  `project_name` varchar(100) NOT NULL default '',
-  `state` int(11) NOT NULL default '0',
-  `reason` int(11) NOT NULL default '0',
-  `cause` varchar(100) default '',
-  `start` datetime NOT NULL default '0000-00-00 00:00:00',
-  `end` datetime NOT NULL default '0000-00-00 00:00:00',
-  PRIMARY KEY  (`run_id`,`project_name`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_project_stats'
-# 
-CREATE TABLE `gump_project_stats` (
-  `project_name` varchar(100) NOT NULL default '',
-  `successes` int(11) NOT NULL default '0',
-  `failures` int(11) NOT NULL default '0',
-  `prereqs` int(11) NOT NULL default '0',
-  `first` datetime default '0000-00-00 00:00:00',
-  `last` datetime default '0000-00-00 00:00:00',
-  `current_state` int(11) NOT NULL default '0',
-  `previous_state` int(11) NOT NULL default '0',
-  `start_of_state` datetime default '0000-00-00 00:00:00',
-  `sequence_in_state` int(11) NOT NULL default '0',
-  PRIMARY KEY  (`project_name`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_reason_code'
-# 
-CREATE TABLE `gump_reason_code` (
-  `code` int(11) NOT NULL default '0',
-  `name` varchar(100) NOT NULL default '',
-  `description` varchar(100) NOT NULL default '',
-  PRIMARY KEY  (`code`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_repository_stats'
-# 
-CREATE TABLE `gump_repository_stats` (
-  `repository_name` varchar(100) NOT NULL default '',
-  `successes` int(11) NOT NULL default '0',
-  `failures` int(11) NOT NULL default '0',
-  `prereqs` int(11) NOT NULL default '0',
-  `first` datetime default '0000-00-00 00:00:00',
-  `last` datetime default '0000-00-00 00:00:00',
-  `current_state` int(11) NOT NULL default '0',
-  `previous_state` int(11) NOT NULL default '0',
-  `start_of_state` datetime default '0000-00-00 00:00:00',
-  `sequence_in_state` int(11) NOT NULL default '0',
-  PRIMARY KEY  (`repository_name`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_run'
-# 
-CREATE TABLE `gump_run` (
-  `run_id` varchar(100) NOT NULL default '',
-  `start` datetime NOT NULL default '0000-00-00 00:00:00',
-  `end` datetime NOT NULL default '0000-00-00 00:00:00',
-  PRIMARY KEY  (`run_id`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_state'
-# 
-CREATE TABLE `gump_state` (
-  `code` int(11) NOT NULL default '0',
-  `name` varchar(100) NOT NULL default '',
-  `description` varchar(100) NOT NULL default '',
-  PRIMARY KEY  (`code`)
-) ENGINE=MyISAM; 
-
-# Host: localhost
-# Database: gump
-# Table: 'gump_workspace_stats'
-# 
-CREATE TABLE `gump_workspace_stats` (
-  `workspace_name` varchar(100) NOT NULL default '',
-  `successes` int(11) NOT NULL default '0',
-  `failures` int(11) NOT NULL default '0',
-  `prereqs` int(11) NOT NULL default '0',
-  `first` datetime default '0000-00-00 00:00:00',
-  `last` datetime default '0000-00-00 00:00:00',
-  `current_state` int(11) NOT NULL default '0',
-  `previous_state` int(11) NOT NULL default '0',
-  `start_of_state` datetime default '0000-00-00 00:00:00',
-  `sequence_in_state` int(11) NOT NULL default '0',
-  PRIMARY KEY  (`workspace_name`)
-) ENGINE=MyISAM; 
-
+# 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
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_module'
+# 
+CREATE TABLE `gump_module` (
+  `module_name` varchar(100) NOT NULL default '',
+  `description` varchar(100) NOT NULL default '',
+  PRIMARY KEY  (`module_name`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_module_run'
+# 
+CREATE TABLE `gump_module_run` (
+  `run_id` varchar(100) NOT NULL default '',
+  `module_name` varchar(100) NOT NULL default '',
+  `state` int(11) NOT NULL default '0',
+  `reason` int(11) NOT NULL default '0',
+  `cause` varchar(100) default '',
+  `start` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end` datetime NOT NULL default '0000-00-00 00:00:00',
+  PRIMARY KEY  (`module_name`,`run_id`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_module_stats'
+# 
+CREATE TABLE `gump_module_stats` (
+  `module_name` varchar(100) NOT NULL default '',
+  `successes` int(11) NOT NULL default '0',
+  `failures` int(11) NOT NULL default '0',
+  `prereqs` int(11) NOT NULL default '0',
+  `first` datetime default '0000-00-00 00:00:00',
+  `last` datetime default '0000-00-00 00:00:00',
+  `current_state` int(11) NOT NULL default '0',
+  `previous_state` int(11) NOT NULL default '0',
+  `start_of_state` datetime default '0000-00-00 00:00:00',
+  `sequence_in_state` int(11) NOT NULL default '0',
+  `last_modified` datetime NOT NULL default '0000-00-00 00:00:00',
+  PRIMARY KEY  (`module_name`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_project'
+# 
+CREATE TABLE `gump_project` (
+  `project_name` varchar(100) NOT NULL default '',
+  `description` varchar(100) NOT NULL default '',
+  `module_name` varchar(100) NOT NULL default '',
+  PRIMARY KEY  (`project_name`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_project_run'
+# 
+CREATE TABLE `gump_project_run` (
+  `run_id` varchar(100) NOT NULL default '',
+  `project_name` varchar(100) NOT NULL default '',
+  `state` int(11) NOT NULL default '0',
+  `reason` int(11) NOT NULL default '0',
+  `cause` varchar(100) default '',
+  `start` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end` datetime NOT NULL default '0000-00-00 00:00:00',
+  PRIMARY KEY  (`run_id`,`project_name`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_project_stats'
+# 
+CREATE TABLE `gump_project_stats` (
+  `project_name` varchar(100) NOT NULL default '',
+  `successes` int(11) NOT NULL default '0',
+  `failures` int(11) NOT NULL default '0',
+  `prereqs` int(11) NOT NULL default '0',
+  `first` datetime default '0000-00-00 00:00:00',
+  `last` datetime default '0000-00-00 00:00:00',
+  `current_state` int(11) NOT NULL default '0',
+  `previous_state` int(11) NOT NULL default '0',
+  `start_of_state` datetime default '0000-00-00 00:00:00',
+  `sequence_in_state` int(11) NOT NULL default '0',
+  PRIMARY KEY  (`project_name`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_reason_code'
+# 
+CREATE TABLE `gump_reason_code` (
+  `code` int(11) NOT NULL default '0',
+  `name` varchar(100) NOT NULL default '',
+  `description` varchar(100) NOT NULL default '',
+  PRIMARY KEY  (`code`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_repository_stats'
+# 
+CREATE TABLE `gump_repository_stats` (
+  `repository_name` varchar(100) NOT NULL default '',
+  `successes` int(11) NOT NULL default '0',
+  `failures` int(11) NOT NULL default '0',
+  `prereqs` int(11) NOT NULL default '0',
+  `first` datetime default '0000-00-00 00:00:00',
+  `last` datetime default '0000-00-00 00:00:00',
+  `current_state` int(11) NOT NULL default '0',
+  `previous_state` int(11) NOT NULL default '0',
+  `start_of_state` datetime default '0000-00-00 00:00:00',
+  `sequence_in_state` int(11) NOT NULL default '0',
+  PRIMARY KEY  (`repository_name`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_run'
+# 
+CREATE TABLE `gump_run` (
+  `run_id` varchar(100) NOT NULL default '',
+  `start` datetime NOT NULL default '0000-00-00 00:00:00',
+  `end` datetime NOT NULL default '0000-00-00 00:00:00',
+  PRIMARY KEY  (`run_id`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_state'
+# 
+CREATE TABLE `gump_state` (
+  `code` int(11) NOT NULL default '0',
+  `name` varchar(100) NOT NULL default '',
+  `description` varchar(100) NOT NULL default '',
+  PRIMARY KEY  (`code`)
+) ENGINE=MyISAM; 
+
+# Host: localhost
+# Database: gump
+# Table: 'gump_workspace_stats'
+# 
+CREATE TABLE `gump_workspace_stats` (
+  `workspace_name` varchar(100) NOT NULL default '',
+  `successes` int(11) NOT NULL default '0',
+  `failures` int(11) NOT NULL default '0',
+  `prereqs` int(11) NOT NULL default '0',
+  `first` datetime default '0000-00-00 00:00:00',
+  `last` datetime default '0000-00-00 00:00:00',
+  `current_state` int(11) NOT NULL default '0',
+  `previous_state` int(11) NOT NULL default '0',
+  `start_of_state` datetime default '0000-00-00 00:00:00',
+  `sequence_in_state` int(11) NOT NULL default '0',
+  PRIMARY KEY  (`workspace_name`)
+) ENGINE=MyISAM; 
+

Propchange: gump/live/mysql/gump.sql
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/live/python/gump/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/__init__.py (original)
+++ gump/live/python/gump/__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/actor/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/__init__.py (original)
+++ gump/live/python/gump/actor/__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/actor/document/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/__init__.py (original)
+++ gump/live/python/gump/actor/document/__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/actor/document/documenter.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/documenter.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/documenter.py (original)
+++ gump/live/python/gump/actor/document/documenter.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/actor/document/resolver.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/resolver.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/resolver.py (original)
+++ gump/live/python/gump/actor/document/resolver.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/actor/document/text/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/text/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/text/__init__.py (original)
+++ gump/live/python/gump/actor/document/text/__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/actor/document/text/documenter.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/text/documenter.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/text/documenter.py (original)
+++ gump/live/python/gump/actor/document/text/documenter.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/actor/document/text/resolver.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/text/resolver.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/text/resolver.py (original)
+++ gump/live/python/gump/actor/document/text/resolver.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/actor/document/xdocs/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/xdocs/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/xdocs/__init__.py (original)
+++ gump/live/python/gump/actor/document/xdocs/__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/actor/document/xdocs/config.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/xdocs/config.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/xdocs/config.py (original)
+++ gump/live/python/gump/actor/document/xdocs/config.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/actor/document/xdocs/documenter.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/xdocs/documenter.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/xdocs/documenter.py (original)
+++ gump/live/python/gump/actor/document/xdocs/documenter.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/actor/document/xdocs/resolver.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/xdocs/resolver.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/xdocs/resolver.py (original)
+++ gump/live/python/gump/actor/document/xdocs/resolver.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/actor/document/xdocs/synchronizer.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/xdocs/synchronizer.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/xdocs/synchronizer.py (original)
+++ gump/live/python/gump/actor/document/xdocs/synchronizer.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/actor/document/xdocs/xdoc.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/document/xdocs/xdoc.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/document/xdocs/xdoc.py (original)
+++ gump/live/python/gump/actor/document/xdocs/xdoc.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/actor/mysql/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/mysql/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/mysql/__init__.py (original)
+++ gump/live/python/gump/actor/mysql/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/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/mysql/data.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/mysql/data.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/mysql/data.py (original)
+++ gump/live/python/gump/actor/mysql/data.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/actor/mysql/databaser.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/mysql/databaser.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/mysql/databaser.py (original)
+++ gump/live/python/gump/actor/mysql/databaser.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/actor/mysql/dynagumper.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/mysql/dynagumper.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/mysql/dynagumper.py (original)
+++ gump/live/python/gump/actor/mysql/dynagumper.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/actor/notify/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/notify/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/notify/__init__.py (original)
+++ gump/live/python/gump/actor/notify/__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/actor/notify/logic.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/notify/logic.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/notify/logic.py (original)
+++ gump/live/python/gump/actor/notify/logic.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/notify/notification.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/notify/notification.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/notify/notification.py (original)
+++ gump/live/python/gump/actor/notify/notification.py Fri Sep 29 13:14:30 2006
@@ -1,8 +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/notify/notifier.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/notify/notifier.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/notify/notifier.py (original)
+++ gump/live/python/gump/actor/notify/notifier.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/rdf/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/rdf/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/rdf/__init__.py (original)
+++ gump/live/python/gump/actor/rdf/__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/actor/rdf/describer.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/rdf/describer.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/rdf/describer.py (original)
+++ gump/live/python/gump/actor/rdf/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/actor/repository/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/repository/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/repository/__init__.py (original)
+++ gump/live/python/gump/actor/repository/__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/actor/repository/artifact.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/repository/artifact.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/repository/artifact.py (original)
+++ gump/live/python/gump/actor/repository/artifact.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/repository/publisher.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/repository/publisher.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/repository/publisher.py (original)
+++ gump/live/python/gump/actor/repository/publisher.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/results/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/results/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/results/__init__.py (original)
+++ gump/live/python/gump/actor/results/__init__.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/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/results/loader.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/results/loader.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/results/loader.py (original)
+++ gump/live/python/gump/actor/results/loader.py Fri Sep 29 13:14:30 2006
@@ -1,11 +1,12 @@
 #!/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/results/model.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/results/model.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/results/model.py (original)
+++ gump/live/python/gump/actor/results/model.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/actor/results/resulter.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/results/resulter.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/results/resulter.py (original)
+++ gump/live/python/gump/actor/results/resulter.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/actor/stats/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/stats/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/stats/__init__.py (original)
+++ gump/live/python/gump/actor/stats/__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/actor/stats/dbm/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/stats/dbm/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/stats/dbm/__init__.py (original)
+++ gump/live/python/gump/actor/stats/dbm/__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/actor/stats/dbm/statsdb.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/stats/dbm/statsdb.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/stats/dbm/statsdb.py (original)
+++ gump/live/python/gump/actor/stats/dbm/statsdb.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/stats/mysql/__init__.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/stats/mysql/__init__.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/stats/mysql/__init__.py (original)
+++ gump/live/python/gump/actor/stats/mysql/__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/actor/stats/mysql/statsdb.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/stats/mysql/statsdb.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/stats/mysql/statsdb.py (original)
+++ gump/live/python/gump/actor/stats/mysql/statsdb.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/stats/statistician.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/actor/stats/statistician.py?view=diff&rev=451420&r1=451419&r2=451420
==============================================================================
--- gump/live/python/gump/actor/stats/statistician.py (original)
+++ gump/live/python/gump/actor/stats/statistician.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
 #