From dffa2cff66e5dd9dae7e185d5cfd599b9f594d37 Mon Sep 17 00:00:00 2001 From: "sharedocs1@gmail.com" Date: Tue, 29 Dec 2009 23:57:48 +0000 Subject: [PATCH] Corrected copyright info. git-svn-id: http://jclouds.googlecode.com/svn/trunk@2535 3d8758e0-26b5-11de-8745-db77d3ebf521 --- .../src/main/appengine/appengine-web.xml | 39 ++++++++++--------- .../src/main/appengine/logging.properties | 25 ------------ .../gae-tweetstore/src/main/webapp/index.jsp | 39 ++++++++++--------- .../gae-tweetstore/src/main/webapp/tweets.jsp | 39 ++++++++++--------- 4 files changed, 60 insertions(+), 82 deletions(-) diff --git a/demos/gae-tweetstore/src/main/appengine/appengine-web.xml b/demos/gae-tweetstore/src/main/appengine/appengine-web.xml index e2054c7b29..a33e704a97 100755 --- a/demos/gae-tweetstore/src/main/appengine/appengine-web.xml +++ b/demos/gae-tweetstore/src/main/appengine/appengine-web.xml @@ -1,28 +1,29 @@ ${appengine.applicationid} diff --git a/demos/gae-tweetstore/src/main/appengine/logging.properties b/demos/gae-tweetstore/src/main/appengine/logging.properties index 9a54a9e984..3087aa5c26 100644 --- a/demos/gae-tweetstore/src/main/appengine/logging.properties +++ b/demos/gae-tweetstore/src/main/appengine/logging.properties @@ -1,28 +1,3 @@ -# -# -# Copyright (C) 2009 Cloud Conscious, LLC. -# -# ==================================================================== -# 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. -# ==================================================================== -# -# -# # Copyright (C) 2009 Global Cloud Specialists, Inc. # # ==================================================================== diff --git a/demos/gae-tweetstore/src/main/webapp/index.jsp b/demos/gae-tweetstore/src/main/webapp/index.jsp index 877d38170a..7d0f8540c2 100755 --- a/demos/gae-tweetstore/src/main/webapp/index.jsp +++ b/demos/gae-tweetstore/src/main/webapp/index.jsp @@ -1,27 +1,28 @@ <%-- + $HeadURL$ + $Revision$ + $Date$ + Copyright (C) 2009 Cloud Conscious, LLC. - Copyright (C) 2009 Cloud Conscious, LLC. + ==================================================================== + 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 - ==================================================================== - 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. - ==================================================================== + http://www.apache.org/licenses/LICENSE-2.0.html + 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. + ==================================================================== --%> diff --git a/demos/gae-tweetstore/src/main/webapp/tweets.jsp b/demos/gae-tweetstore/src/main/webapp/tweets.jsp index 398c33c00b..4094bee8d2 100755 --- a/demos/gae-tweetstore/src/main/webapp/tweets.jsp +++ b/demos/gae-tweetstore/src/main/webapp/tweets.jsp @@ -1,27 +1,28 @@ <%-- + $HeadURL$ + $Revision$ + $Date$ + Copyright (C) 2009 Cloud Conscious, LLC. - Copyright (C) 2009 Cloud Conscious, LLC. + ==================================================================== + 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 - ==================================================================== - 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. - ==================================================================== + http://www.apache.org/licenses/LICENSE-2.0.html + 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. + ==================================================================== --%> <%@ page buffer="20kb"%> <%@ taglib uri="http://displaytag.sf.net" prefix="display"%>