svn commit: r765115 - in /lenya/contributions/2_0_X/modules/firedocs: ./ src/extension/ src/extension/chrome/content/ src/extension/chrome/content/browser/

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Wed Apr 15 10:19:27 2009
New Revision: 765115

URL: http://svn.apache.org/viewvc?rev=765115&view=rev
Log:
Moving copyright to notice file.

Added:
    lenya/contributions/2_0_X/modules/firedocs/NOTICE.txt
Modified:
    lenya/contributions/2_0_X/modules/firedocs/README.txt
    lenya/contributions/2_0_X/modules/firedocs/build.properties
    lenya/contributions/2_0_X/modules/firedocs/build.xml
    lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome.manifest
    lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaDocumentUriResolver.js
    lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaOverlayManager.js
    lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/LenyaEditorButtonPopupShowingListener.js
    lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/browserOverlay.xul
    lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/lenyaOverlay.xul
    lenya/contributions/2_0_X/modules/firedocs/src/extension/install.rdf

Added: lenya/contributions/2_0_X/modules/firedocs/NOTICE.txt
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/NOTICE.txt?rev=765115&view=auto
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/NOTICE.txt (added)
+++ lenya/contributions/2_0_X/modules/firedocs/NOTICE.txt Wed Apr 15 10:19:27 2009
@@ -0,0 +1,7 @@
+Apache Lenya
+Copyright 1999-2006 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Portions are Copyright (c) 2008-2011 Wired Inference GmbH Zuerich

Modified: lenya/contributions/2_0_X/modules/firedocs/README.txt
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/README.txt?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/README.txt (original)
+++ lenya/contributions/2_0_X/modules/firedocs/README.txt Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 #
-#  Copyright 2008-2011 Wired Inference GmbH Zuerich
-#
 #  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.

Modified: lenya/contributions/2_0_X/modules/firedocs/build.properties
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/build.properties?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/build.properties (original)
+++ lenya/contributions/2_0_X/modules/firedocs/build.properties Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 #
-#  Copyright 2008-2011 Wired Inference GmbH Zuerich
-#
 #  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.

Modified: lenya/contributions/2_0_X/modules/firedocs/build.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/build.xml?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/build.xml (original)
+++ lenya/contributions/2_0_X/modules/firedocs/build.xml Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 <!--
-  Copyright 2008-2011 Wired Inference GmbH Zuerich
-  
   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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome.manifest
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome.manifest?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome.manifest (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome.manifest Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 #
-#  Copyright 2008-2011 Wired Inference GmbH Zuerich
-#
 #  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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaDocumentUriResolver.js
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaDocumentUriResolver.js?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaDocumentUriResolver.js (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaDocumentUriResolver.js Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 /*
- * Copyright 2008-2011 Wired Inference GmbH Zuerich
- *
  * 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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaOverlayManager.js
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaOverlayManager.js?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaOverlayManager.js (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/LenyaOverlayManager.js Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 /*
- * Copyright 2008-2011 Wired Inference GmbH Zuerich
- *
  * 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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/LenyaEditorButtonPopupShowingListener.js
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/LenyaEditorButtonPopupShowingListener.js?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/LenyaEditorButtonPopupShowingListener.js (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/LenyaEditorButtonPopupShowingListener.js Wed Apr 15 10:19:27 2009
@@ -1,6 +1,4 @@
 /*
- * Copyright 2008-2011 Wired Inference GmbH Zuerich
- *
  * 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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/browserOverlay.xul
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/browserOverlay.xul?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/browserOverlay.xul (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/browser/browserOverlay.xul Wed Apr 15 10:19:27 2009
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2008-2011 Wired Inference GmbH Zuerich
-
   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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/lenyaOverlay.xul
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/lenyaOverlay.xul?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/lenyaOverlay.xul (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/chrome/content/lenyaOverlay.xul Wed Apr 15 10:19:27 2009
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2008-2011 Wired Inference GmbH Zuerich
-  
   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.

Modified: lenya/contributions/2_0_X/modules/firedocs/src/extension/install.rdf
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/firedocs/src/extension/install.rdf?rev=765115&r1=765114&r2=765115&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/firedocs/src/extension/install.rdf (original)
+++ lenya/contributions/2_0_X/modules/firedocs/src/extension/install.rdf Wed Apr 15 10:19:27 2009
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 2008-2011 Wired Inference GmbH Zuerich
-  
   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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.