You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2007/08/03 09:57:17 UTC

svn commit: r562377 - /harmony/standard/tools/check-junit-code/check-junit-code

Author: hindessm
Date: Fri Aug  3 00:57:16 2007
New Revision: 562377

URL: http://svn.apache.org/viewvc?view=rev&rev=562377
Log:
Adding license!

Modified:
    harmony/standard/tools/check-junit-code/check-junit-code

Modified: harmony/standard/tools/check-junit-code/check-junit-code
URL: http://svn.apache.org/viewvc/harmony/standard/tools/check-junit-code/check-junit-code?view=diff&rev=562377&r1=562376&r2=562377
==============================================================================
--- harmony/standard/tools/check-junit-code/check-junit-code (original)
+++ harmony/standard/tools/check-junit-code/check-junit-code Fri Aug  3 00:57:16 2007
@@ -1,5 +1,20 @@
 #!/usr/bin/perl -w
 
+#    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.
+
 =head1 NAME
 
 check-junit-code - suggest best practice for Junit test code