You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/12/06 02:47:47 UTC

svn commit: r1417727 [8/10] - in /incubator/onami: committers/ trunk/ trunk/autobind/ trunk/autobind/aop/ trunk/autobind/aop/src/main/java/javax/interceptor/ trunk/autobind/aop/src/main/java/org/nnsoft/guice/autobind/aop/ trunk/autobind/aop/src/main/ja...

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/JobSchedulerBuilder.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/JobSchedulerBuilder.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/JobSchedulerBuilder.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/JobSchedulerBuilder.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static java.lang.String.format;

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/QuartzModule.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/QuartzModule.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/QuartzModule.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/QuartzModule.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static com.google.inject.Scopes.SINGLETON;

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/Scheduled.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/Scheduled.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/Scheduled.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/Scheduled.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static org.quartz.utils.Key.DEFAULT_GROUP;

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfiguration.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfiguration.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfiguration.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfiguration.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import java.util.Properties;

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfigurationBuilder.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfigurationBuilder.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfigurationBuilder.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerConfigurationBuilder.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import java.util.Properties;

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerProvider.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerProvider.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerProvider.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/SchedulerProvider.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import java.util.Set;

Modified: incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/package-info.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/package-info.java (original)
+++ incubator/onami/trunk/scheduler/src/main/java/org/apache/onami/scheduler/package-info.java Thu Dec  6 01:46:41 2012
@@ -4,18 +4,20 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */

Modified: incubator/onami/trunk/scheduler/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/site/apt/index.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/site/apt/index.apt (original)
+++ incubator/onami/trunk/scheduler/src/site/apt/index.apt Thu Dec  6 01:46:41 2012
@@ -6,19 +6,22 @@
                                      2011
 
 ~~
-~~   Copyright 2009-2012 The 99 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.
 ~~
 
 Welcome to Guartz!

Modified: incubator/onami/trunk/scheduler/src/site/apt/userguide.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/site/apt/userguide.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/site/apt/userguide.apt (original)
+++ incubator/onami/trunk/scheduler/src/site/apt/userguide.apt Thu Dec  6 01:46:41 2012
@@ -6,19 +6,22 @@
                                      2011-2012
 
 ~~
-~~   Copyright 2009-2012 The 99 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.
 ~~
 
 Guartz user's guide

Modified: incubator/onami/trunk/scheduler/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/site/site.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/site/site.xml (original)
+++ incubator/onami/trunk/scheduler/src/site/site.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"

Modified: incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzSimpleTriggerTimerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzSimpleTriggerTimerTestCase.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzSimpleTriggerTimerTestCase.java (original)
+++ incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzSimpleTriggerTimerTestCase.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static com.google.inject.Guice.createInjector;

Modified: incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzTimerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzTimerTestCase.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzTimerTestCase.java (original)
+++ incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/GuartzTimerTestCase.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static com.google.inject.Guice.createInjector;

Modified: incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/ManualStartTestCase.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/ManualStartTestCase.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/ManualStartTestCase.java (original)
+++ incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/ManualStartTestCase.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static org.junit.Assert.assertTrue;

Modified: incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/RepeatedSchedulingTestCase.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/RepeatedSchedulingTestCase.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/RepeatedSchedulingTestCase.java (original)
+++ incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/RepeatedSchedulingTestCase.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import com.google.inject.Inject;

Modified: incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/TimedTask.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/TimedTask.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/TimedTask.java (original)
+++ incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/TimedTask.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import javax.inject.Singleton;

Modified: incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/WithPropertiesTestCase.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/WithPropertiesTestCase.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/WithPropertiesTestCase.java (original)
+++ incubator/onami/trunk/scheduler/src/test/java/org/apache/onami/scheduler/WithPropertiesTestCase.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.scheduler;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static com.google.inject.Guice.createInjector;

Modified: incubator/onami/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/pom.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/pom.xml (original)
+++ incubator/onami/trunk/site/pom.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 

Modified: incubator/onami/trunk/site/src/site/apt/committers/codestyle.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/apt/committers/codestyle.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/apt/committers/codestyle.apt (original)
+++ incubator/onami/trunk/site/src/site/apt/committers/codestyle.apt Thu Dec  6 01:46:41 2012
@@ -6,20 +6,24 @@
  2012-11-16
  ------
 
-~~ 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
+~~ 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.
 ~~
-~~ 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.
 
 Code Style And Code Conventions
 

Modified: incubator/onami/trunk/site/src/site/apt/committers/gpg-keys.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/apt/committers/gpg-keys.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/apt/committers/gpg-keys.apt (original)
+++ incubator/onami/trunk/site/src/site/apt/committers/gpg-keys.apt Thu Dec  6 01:46:41 2012
@@ -6,20 +6,24 @@
  2012-11-16
  ------
 
-~~ 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
+~~ 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.
 ~~
-~~ 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.
 
 Introduction
 

Modified: incubator/onami/trunk/site/src/site/apt/committers/jira-conventions.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/apt/committers/jira-conventions.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/apt/committers/jira-conventions.apt (original)
+++ incubator/onami/trunk/site/src/site/apt/committers/jira-conventions.apt Thu Dec  6 01:46:41 2012
@@ -6,20 +6,24 @@
  2012-11-16
  ------
 
-~~ 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
+~~ 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.
 ~~
-~~ 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.
 
 JIRA Conventions
 

Modified: incubator/onami/trunk/site/src/site/apt/committers/maven-settings.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/apt/committers/maven-settings.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/apt/committers/maven-settings.apt (original)
+++ incubator/onami/trunk/site/src/site/apt/committers/maven-settings.apt Thu Dec  6 01:46:41 2012
@@ -6,20 +6,24 @@
  2012-11-16
  ------
 
-~~ 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
+~~ 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.
 ~~
-~~ 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.
 
 Introduction
 

Modified: incubator/onami/trunk/site/src/site/apt/committers/svn-conventions.apt
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/apt/committers/svn-conventions.apt?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/apt/committers/svn-conventions.apt (original)
+++ incubator/onami/trunk/site/src/site/apt/committers/svn-conventions.apt Thu Dec  6 01:46:41 2012
@@ -6,20 +6,24 @@
  2012-11-16
  ------
 
-~~ 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
+~~ 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.
 ~~
-~~ 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.
 
 SVN Convention
 

Modified: incubator/onami/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/site.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/site.xml (original)
+++ incubator/onami/trunk/site/src/site/site.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"

Modified: incubator/onami/trunk/site/src/site/xdoc/community/mail-lists.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/xdoc/community/mail-lists.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/xdoc/community/mail-lists.xml (original)
+++ incubator/onami/trunk/site/src/site/xdoc/community/mail-lists.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

Modified: incubator/onami/trunk/site/src/site/xdoc/community/patches.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/xdoc/community/patches.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/xdoc/community/patches.xml (original)
+++ incubator/onami/trunk/site/src/site/xdoc/community/patches.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

Modified: incubator/onami/trunk/site/src/site/xdoc/community/volunteering.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/xdoc/community/volunteering.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/xdoc/community/volunteering.xml (original)
+++ incubator/onami/trunk/site/src/site/xdoc/community/volunteering.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

Modified: incubator/onami/trunk/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/site/src/site/xdoc/index.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/site/src/site/xdoc/index.xml (original)
+++ incubator/onami/trunk/site/src/site/xdoc/index.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">

Modified: incubator/onami/trunk/spi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/pom.xml?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/pom.xml (original)
+++ incubator/onami/trunk/spi/pom.xml Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- | 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 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
+ |   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.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/AbstractServiceClassIterator.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/AbstractServiceClassIterator.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/AbstractServiceClassIterator.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/AbstractServiceClassIterator.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static java.lang.String.format;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/GuiceServiceLoader.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/GuiceServiceLoader.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/GuiceServiceLoader.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/GuiceServiceLoader.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static java.lang.String.format;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/PropertyServiceClassIterator.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/PropertyServiceClassIterator.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/PropertyServiceClassIterator.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/PropertyServiceClassIterator.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi;
 
 /*
- * 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 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
+ *   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.
  */
 
 import java.util.Iterator;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoader.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoader.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoader.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoader.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static java.lang.System.getProperty;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoaderModule.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoaderModule.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoaderModule.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/ServiceLoaderModule.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static java.lang.String.format;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/URLServiceNamesIterator.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/URLServiceNamesIterator.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/URLServiceNamesIterator.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/URLServiceNamesIterator.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi;
 
 /*
- * 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 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
+ *   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.
  */
 
 import static java.nio.charset.Charset.forName;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/AnnotatedServiceBuilder.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/AnnotatedServiceBuilder.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/AnnotatedServiceBuilder.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/AnnotatedServiceBuilder.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi.binder;
 
 /*
- * 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 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
+ *   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.
  */
 
 import java.lang.annotation.Annotation;

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/FromClassLoaderBuilder.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/FromClassLoaderBuilder.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/FromClassLoaderBuilder.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/FromClassLoaderBuilder.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi.binder;
 
 /*
- * 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 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
+ *   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.
  */
 
 /**

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/ServiceBuilder.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/ServiceBuilder.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/ServiceBuilder.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/ServiceBuilder.java Thu Dec  6 01:46:41 2012
@@ -1,20 +1,22 @@
 package org.apache.onami.spi.binder;
 
 /*
- * 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 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
+ *   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.
  */
 
 /**

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/package-info.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/package-info.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/binder/package-info.java Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 
 /*
- * 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 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
+ *   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.
  */
 
 /**

Modified: incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/package-info.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/package-info.java?rev=1417727&r1=1417726&r2=1417727&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/package-info.java (original)
+++ incubator/onami/trunk/spi/src/main/java/org/apache/onami/spi/package-info.java Thu Dec  6 01:46:41 2012
@@ -1,19 +1,21 @@
 
 /*
- * 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 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
+ *   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.
  */
 
 /**