Author: tv
Date: Sat May 26 06:59:16 2007
New Revision: 541892

URL: http://svn.apache.org/viewvc?view=rev&rev=541892
Log:
Added License headers to the *.aj files. They were missing from the 
Wrestler attack.

Modified:
    jakarta/jcs/trunk/src/aspect/GetTiming.aj
    jakarta/jcs/trunk/src/aspect/JCSTrace.aj
    jakarta/jcs/trunk/src/aspect/ShowSlow.aj
    jakarta/jcs/trunk/src/aspect/org/apache/jcs/TraceJCS.aj

Modified: jakarta/jcs/trunk/src/aspect/GetTiming.aj
URL: 
http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/aspect/GetTiming.aj?view=diff&rev=541892&r1=541891&r2=541892
==============================================================================
--- jakarta/jcs/trunk/src/aspect/GetTiming.aj (original)
+++ jakarta/jcs/trunk/src/aspect/GetTiming.aj Sat May 26 06:59:16 2007
@@ -1,5 +1,24 @@
 import org.aspectj.lang.*;
 
+/*
+ * 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.
+ */
+
 aspect GetTiming {
 
 //   static final void println(String s){ System.out.println(s); }

Modified: jakarta/jcs/trunk/src/aspect/JCSTrace.aj
URL: 
http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/aspect/JCSTrace.aj?view=diff&rev=541892&r1=541891&r2=541892
==============================================================================
--- jakarta/jcs/trunk/src/aspect/JCSTrace.aj (original)
+++ jakarta/jcs/trunk/src/aspect/JCSTrace.aj Sat May 26 06:59:16 2007
@@ -1,4 +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
+ *
+ *   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.
+ */
 
 aspect JCSTrace {
     /**

Modified: jakarta/jcs/trunk/src/aspect/ShowSlow.aj
URL: 
http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/aspect/ShowSlow.aj?view=diff&rev=541892&r1=541891&r2=541892
==============================================================================
--- jakarta/jcs/trunk/src/aspect/ShowSlow.aj (original)
+++ jakarta/jcs/trunk/src/aspect/ShowSlow.aj Sat May 26 06:59:16 2007
@@ -1,5 +1,24 @@
 import org.aspectj.lang.*;
 
+/*
+ * 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.
+ */
+
 aspect ShowSlow {
 
 //   static final void println(String s){ System.out.println(s); }

Modified: jakarta/jcs/trunk/src/aspect/org/apache/jcs/TraceJCS.aj
URL: 
http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/aspect/org/apache/jcs/TraceJCS.aj?view=diff&rev=541892&r1=541891&r2=541892
==============================================================================
--- jakarta/jcs/trunk/src/aspect/org/apache/jcs/TraceJCS.aj (original)
+++ jakarta/jcs/trunk/src/aspect/org/apache/jcs/TraceJCS.aj Sat May 26 06:59:16 
2007
@@ -1,5 +1,24 @@
 package org.apache.jcs;
 
+/*
+ * 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.
+ */
+
 import java.io.PrintStream;
 import org.apache.log4j.Category;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to