svn commit: r962471 - in /lenya/branches/BRANCH_2_1_X/src: modules-core/gui/resources/css/ modules/editors/resources/css/ modules/notification/resources/css/ modules/tinymce/resources/css/ pubs/default/modules/homepage/resources/css/ pubs/default/resou...

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Fri Jul  9 10:11:32 2010
New Revision: 962471

URL: http://svn.apache.org/viewvc?rev=962471&view=rev
Log:
More licensing issues

Modified:
    lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/lenya.css
    lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/listContainer.css
    lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/css/sourceEditor.css
    lenya/branches/BRANCH_2_1_X/src/modules/notification/resources/css/inbox.css
    lenya/branches/BRANCH_2_1_X/src/modules/tinymce/resources/css/editor_content.css
    lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/resources/css/homepage.css
    lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/homepage.css
    lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/links.css
    lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/xhtml.css

Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/lenya.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/lenya.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/lenya.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/lenya.css Fri Jul  9 10:11:32 2010
@@ -1,3 +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.
+ *
+ */
+
 @import url(listContainer.css);
 
 .lenyaInfoBox {
@@ -56,4 +74,4 @@ li.lenyaErrorMessage {
 
 li.lenyaInfoMessage {
   background: url('/modules/gui/icons/sweetie/base/16-message-info.png') left 1px no-repeat;
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/listContainer.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/listContainer.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/listContainer.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules-core/gui/resources/css/listContainer.css Fri Jul  9 10:11:32 2010
@@ -1,3 +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.
+ *
+ */
+
 .lenyaListContainer {
   height: 300px;
   width: 600px;

Modified: lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/css/sourceEditor.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/css/sourceEditor.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/css/sourceEditor.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/editors/resources/css/sourceEditor.css Fri Jul  9 10:11:32 2010
@@ -1,3 +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.
+ *
+ */
+
 .editorContentContainer {
   clear: both;
   width: auto;

Modified: lenya/branches/BRANCH_2_1_X/src/modules/notification/resources/css/inbox.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/notification/resources/css/inbox.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/notification/resources/css/inbox.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/notification/resources/css/inbox.css Fri Jul  9 10:11:32 2010
@@ -1,3 +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.
+ *
+ */
+
 .lenyaNotificationDate {
   white-space: nowrap;
 }
@@ -45,4 +63,4 @@ tr.lenyaNotificationMessageHighlight {
 .lenyaNotification p {
   margin-top: 1em;
   margin-bottom: .5em;
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_2_1_X/src/modules/tinymce/resources/css/editor_content.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/tinymce/resources/css/editor_content.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/tinymce/resources/css/editor_content.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/tinymce/resources/css/editor_content.css Fri Jul  9 10:11:32 2010
@@ -1,4 +1,22 @@
 /*
+ * 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.
+ *
+ */
+
+/*
   use this file to add additional styling for the editor area 
 */
 

Modified: lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/resources/css/homepage.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/resources/css/homepage.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/resources/css/homepage.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/pubs/default/modules/homepage/resources/css/homepage.css Fri Jul  9 10:11:32 2010
@@ -1,2 +1,20 @@
+/*
+ * 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.
+ *
+ */
+
 /* Put your doctype-specific CSS here */
 

Modified: lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/homepage.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/homepage.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/homepage.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/homepage.css Fri Jul  9 10:11:32 2010
@@ -1,5 +1,23 @@
+/*
+ * 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.
+ *
+ */
+
 /* Put your doctype-specific CSS here */
 
 div#body {
   margin-right: 300px;
-}
\ No newline at end of file
+}

Modified: lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/links.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/links.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/links.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/links.css Fri Jul  9 10:11:32 2010
@@ -1 +1,19 @@
-/* Put your doctype-specific CSS here */
\ No newline at end of file
+/*
+ * 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.
+ *
+ */
+
+/* Put your doctype-specific CSS here */

Modified: lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/xhtml.css
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/xhtml.css?rev=962471&r1=962470&r2=962471&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/xhtml.css (original)
+++ lenya/branches/BRANCH_2_1_X/src/pubs/default/resources/shared/css/xhtml.css Fri Jul  9 10:11:32 2010
@@ -1,3 +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.
+ *
+ */
+
 /* Put your doctype-specific CSS here */
 
 .column1of2 {
@@ -11,4 +29,4 @@
         float: left;
         width: 48%;
         margin-left: 12px;
-}
\ No newline at end of file
+}
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.