Author: keith Date: Sun Dec 2 22:31:28 2007 New Revision: 10399 Modified: trunk/mashup/java/modules/core/conf/wrapper.conf trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/User.java trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/UserQuery.java trunk/mashup/java/modules/samples/formulaFlicks/formulaFlicks.resources/www/formulaFlicks.css trunk/mashup/java/modules/samples/upgradeChecker/upgradeChecker.resources/history.xml Log: Adding missing license headers
Modified: trunk/mashup/java/modules/core/conf/wrapper.conf ============================================================================== --- trunk/mashup/java/modules/core/conf/wrapper.conf (original) +++ trunk/mashup/java/modules/core/conf/wrapper.conf Sun Dec 2 22:31:28 2007 @@ -1,4 +1,20 @@ #******************************************************************** +# ---------------------------------------------------------------------------- +# Copyright 2007 WSO2, Inc. http://www.wso2.org +# +# 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. + +#******************************************************************** # Wrapper Properties #******************************************************************** # Java Application Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/User.java ============================================================================== --- trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/User.java (original) +++ trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/User.java Sun Dec 2 22:31:28 2007 @@ -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 2006,2007 WSO2, Inc. http://www.wso2.org * - * 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. */ package org.wso2.mashup.webapp.userprofile; Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/UserQuery.java ============================================================================== --- trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/UserQuery.java (original) +++ trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/userprofile/UserQuery.java Sun Dec 2 22:31:28 2007 @@ -1,3 +1,18 @@ +/* + * Copyright 2006,2007 WSO2, Inc. http://www.wso2.org + * + * 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. + */ package org.wso2.mashup.webapp.userprofile; import java.util.Date; Modified: trunk/mashup/java/modules/samples/formulaFlicks/formulaFlicks.resources/www/formulaFlicks.css ============================================================================== --- trunk/mashup/java/modules/samples/formulaFlicks/formulaFlicks.resources/www/formulaFlicks.css (original) +++ trunk/mashup/java/modules/samples/formulaFlicks/formulaFlicks.resources/www/formulaFlicks.css Sun Dec 2 22:31:28 2007 @@ -1,3 +1,18 @@ +/* + * Copyright 2007 WSO2, Inc. http://www.wso2.org + * + * 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. + */ #main-content{ padding-left:30px; padding-top:10px; Modified: trunk/mashup/java/modules/samples/upgradeChecker/upgradeChecker.resources/history.xml ============================================================================== --- trunk/mashup/java/modules/samples/upgradeChecker/upgradeChecker.resources/history.xml (original) +++ trunk/mashup/java/modules/samples/upgradeChecker/upgradeChecker.resources/history.xml Sun Dec 2 22:31:28 2007 @@ -1,3 +1,18 @@ +<!-- + ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + ~ + ~ 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. + --> <history for="mashup"> <!-- This file records the release history of the Mashup Server. _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
