You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/11 21:25:29 UTC

svn commit: r733510 - in /incubator/click/trunk/click: LICENSE.txt NOTICE.txt build/javascript-syntax-highlighter.xml documentation/syntax-highlighter.css

Author: sabob
Date: Sun Jan 11 12:25:28 2009
New Revision: 733510

URL: http://svn.apache.org/viewvc?rev=733510&view=rev
Log:
added google code pretty to NOTICE file

Modified:
    incubator/click/trunk/click/LICENSE.txt
    incubator/click/trunk/click/NOTICE.txt
    incubator/click/trunk/click/build/javascript-syntax-highlighter.xml
    incubator/click/trunk/click/documentation/syntax-highlighter.css

Modified: incubator/click/trunk/click/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/LICENSE.txt?rev=733510&r1=733509&r2=733510&view=diff
==============================================================================
--- incubator/click/trunk/click/LICENSE.txt (original)
+++ incubator/click/trunk/click/LICENSE.txt Sun Jan 11 12:25:28 2009
@@ -420,4 +420,10 @@
 
 Distributed under the terms of the Apache Software License 2.0.
 
-======================================================================
\ No newline at end of file
+======================================================================
+
+GOOGLE CODE PRETTIFY LICENSE
+
+Distributed under the terms of the Apache Software License 2.0.
+
+======================================================================

Modified: incubator/click/trunk/click/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/NOTICE.txt?rev=733510&r1=733509&r2=733510&view=diff
==============================================================================
--- incubator/click/trunk/click/NOTICE.txt (original)
+++ incubator/click/trunk/click/NOTICE.txt Sun Jan 11 12:25:28 2009
@@ -66,4 +66,9 @@
 Please note this library is NOT included in the
 Click runtime library.
 
+======================================================================
+
+This product includes the Google Code Prettify JavaScript library
+developer by Mike Samuel (http://code.google.com/p/google-code-prettify/).
+
 ======================================================================
\ No newline at end of file

Modified: incubator/click/trunk/click/build/javascript-syntax-highlighter.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/build/javascript-syntax-highlighter.xml?rev=733510&r1=733509&r2=733510&view=diff
==============================================================================
--- incubator/click/trunk/click/build/javascript-syntax-highlighter.xml (original)
+++ incubator/click/trunk/click/build/javascript-syntax-highlighter.xml Sun Jan 11 12:25:28 2009
@@ -1,21 +1,18 @@
 <?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
+   Copyright (C) 2006 Google Inc.
 
-     http://www.apache.org/licenses/LICENSE-2.0
+   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
 
-   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.
+        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.
 -->
 <root>
    <properties>

Modified: incubator/click/trunk/click/documentation/syntax-highlighter.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/documentation/syntax-highlighter.css?rev=733510&r1=733509&r2=733510&view=diff
==============================================================================
--- incubator/click/trunk/click/documentation/syntax-highlighter.css (original)
+++ incubator/click/trunk/click/documentation/syntax-highlighter.css Sun Jan 11 12:25:28 2009
@@ -1,20 +1,17 @@
 /*
- * 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
+ * Copyright (C) 2009 Google Inc.
  *
- *   http://www.apache.org/licenses/LICENSE-2.0
+ * 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
  *
- * 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.
+ *      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.
  */
 .str{color:#2A00FF;}
 .kwd{color:#7F0055;