Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 75857 invoked from network); 12 Jan 2010 07:12:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2010 07:12:02 -0000 Received: (qmail 57555 invoked by uid 500); 12 Jan 2010 07:12:02 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 57448 invoked by uid 500); 12 Jan 2010 07:12:02 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 57439 invoked by uid 99); 12 Jan 2010 07:12:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 07:12:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 07:12:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 993F323889BB; Tue, 12 Jan 2010 07:11:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898197 - /cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/js/prettify.js Date: Tue, 12 Jan 2010 07:11:40 -0000 To: cvs@cocoon.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100112071140.993F323889BB@eris.apache.org> Author: simonetripodi Date: Tue Jan 12 07:11:40 2010 New Revision: 898197 URL: http://svn.apache.org/viewvc?rev=898197&view=rev Log: added missing license header Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/js/prettify.js Modified: cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/js/prettify.js URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/js/prettify.js?rev=898197&r1=898196&r2=898197&view=diff ============================================================================== --- cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/js/prettify.js (original) +++ cocoon/trunk/site/cocoon-thien-maven-site-skin/src/main/resources/js/prettify.js Tue Jan 12 07:11:40 2010 @@ -1,3 +1,17 @@ +// Copyright (C) 2009 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + function H() { var x = navigator && navigator.userAgent && /\bMSIE 6\./.test(navigator.userAgent);