You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by mc...@apache.org on 2008/09/04 20:09:44 UTC

svn commit: r692180 - in /incubator/thrift/site/dynathrift: README __publish.php about/index.php developers/index.php download/index.php index.php mailing/index.php thrift.lib.php tutorial/index.php

Author: mcslee
Date: Thu Sep  4 11:09:43 2008
New Revision: 692180

URL: http://svn.apache.org/viewvc?rev=692180&view=rev
Log:
Apply Apache license to Thrift website source


Modified:
    incubator/thrift/site/dynathrift/README
    incubator/thrift/site/dynathrift/__publish.php
    incubator/thrift/site/dynathrift/about/index.php
    incubator/thrift/site/dynathrift/developers/index.php
    incubator/thrift/site/dynathrift/download/index.php
    incubator/thrift/site/dynathrift/index.php
    incubator/thrift/site/dynathrift/mailing/index.php
    incubator/thrift/site/dynathrift/thrift.lib.php
    incubator/thrift/site/dynathrift/tutorial/index.php

Modified: incubator/thrift/site/dynathrift/README
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/README?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/README (original)
+++ incubator/thrift/site/dynathrift/README Thu Sep  4 11:09:43 2008
@@ -2,6 +2,24 @@
 | Apache Thrift Website |
 \-----------------------/
 
+LICENSE
+
+Copyright 2008-
+
+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.
+
+ABOUT
+
 The Apache web infrastructure requires serving static HTML files. Developing
 a templatized website in static HTML is relatively inefficient and verbose.
 This lightweight PHP-implementation of a basic branding/documentation site

Modified: incubator/thrift/site/dynathrift/__publish.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/__publish.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/__publish.php (original)
+++ incubator/thrift/site/dynathrift/__publish.php Thu Sep  4 11:09:43 2008
@@ -2,6 +2,22 @@
 <?php
 
 /**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
+/**
  * Simple build script that converts the Thrift website to static html files.
  *
  * @author mcslee

Modified: incubator/thrift/site/dynathrift/about/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/about/index.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/about/index.php (original)
+++ incubator/thrift/site/dynathrift/about/index.php Thu Sep  4 11:09:43 2008
@@ -1,4 +1,21 @@
 <?php
+
+/**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
 include_once '../thrift.lib.php';
 $page = new ThriftPage('about');
 echo $page->open();

Modified: incubator/thrift/site/dynathrift/developers/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/developers/index.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/developers/index.php (original)
+++ incubator/thrift/site/dynathrift/developers/index.php Thu Sep  4 11:09:43 2008
@@ -1,4 +1,21 @@
 <?php
+
+/**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
 include_once '../thrift.lib.php';
 $page = new ThriftPage('developers');
 echo $page->open();

Modified: incubator/thrift/site/dynathrift/download/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/download/index.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/download/index.php (original)
+++ incubator/thrift/site/dynathrift/download/index.php Thu Sep  4 11:09:43 2008
@@ -1,4 +1,21 @@
 <?php
+
+/**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
 include_once '../thrift.lib.php';
 $page = new ThriftPage('download');
 echo $page->open();

Modified: incubator/thrift/site/dynathrift/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/index.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/index.php (original)
+++ incubator/thrift/site/dynathrift/index.php Thu Sep  4 11:09:43 2008
@@ -1,4 +1,21 @@
 <?php
+
+/**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
 include_once 'thrift.lib.php';
 $page = new ThriftPage('home');
 echo $page->open();

Modified: incubator/thrift/site/dynathrift/mailing/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/mailing/index.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/mailing/index.php (original)
+++ incubator/thrift/site/dynathrift/mailing/index.php Thu Sep  4 11:09:43 2008
@@ -1,4 +1,21 @@
 <?php
+
+/**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
 include_once '../thrift.lib.php';
 $page = new ThriftPage('mailing');
 echo $page->open();

Modified: incubator/thrift/site/dynathrift/thrift.lib.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/thrift.lib.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/thrift.lib.php (original)
+++ incubator/thrift/site/dynathrift/thrift.lib.php Thu Sep  4 11:09:43 2008
@@ -1,6 +1,21 @@
 <?php
 
 /**
+ * Copyright 2007-
+ * 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.
+ */
+
+/**
  * This is the core Apache Thrift website library. This is a bit hacked together
  * and random, for which I have no better excuse than the fact that I didn't
  * have much time to work on this, and it was the path of least resistance.

Modified: incubator/thrift/site/dynathrift/tutorial/index.php
URL: http://svn.apache.org/viewvc/incubator/thrift/site/dynathrift/tutorial/index.php?rev=692180&r1=692179&r2=692180&view=diff
==============================================================================
--- incubator/thrift/site/dynathrift/tutorial/index.php (original)
+++ incubator/thrift/site/dynathrift/tutorial/index.php Thu Sep  4 11:09:43 2008
@@ -1,4 +1,21 @@
 <?php
+
+/**
+ * Copyright 2008-
+ *
+ * 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.
+ */
+
 include_once '../thrift.lib.php';
 $page = new ThriftPage('tutorial');
 echo $page->open();