Author: keith Date: Sat Jul 12 03:42:15 2008 New Revision: 19166 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19166
Log: Adding licence headers Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/KeyStoreUtil.java trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/request/Request.java trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/PasswordCallbackHandler.java Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/KeyStoreUtil.java URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/KeyStoreUtil.java?rev=19166&r1=19165&r2=19166&view=diff ============================================================================== --- trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/KeyStoreUtil.java (original) +++ trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/KeyStoreUtil.java Sat Jul 12 03:42:15 2008 @@ -1,3 +1,18 @@ +/* + * Copyright 2007,2008 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.utils; import org.wso2.wsas.admin.service.CryptoAdmin; Modified: trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/request/Request.java URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/request/Request.java?rev=19166&r1=19165&r2=19166&view=diff ============================================================================== --- trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/request/Request.java (original) +++ trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/request/Request.java Sat Jul 12 03:42:15 2008 @@ -1,3 +1,18 @@ +/* + * Copyright 2007,2008 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.hostobjects.request; import org.mozilla.javascript.ScriptableObject; Modified: trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/PasswordCallbackHandler.java URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/PasswordCallbackHandler.java?rev=19166&r1=19165&r2=19166&view=diff ============================================================================== --- trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/PasswordCallbackHandler.java (original) +++ trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/PasswordCallbackHandler.java Sat Jul 12 03:42:15 2008 @@ -1,3 +1,18 @@ +/* + * Copyright 2007,2008 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.hostobjects.wsrequest; import org.apache.commons.logging.Log; _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
