Author: chathura Date: Fri Jan 18 00:02:49 2008 New Revision: 12460 Log:
Added correct license. Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessageBundle.java trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/Messages.java trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessagesConstants.java trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/ProjectResourceBundle.java trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/RB.java Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessageBundle.java ============================================================================== --- trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessageBundle.java (original) +++ trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessageBundle.java Fri Jan 18 00:02:49 2008 @@ -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 (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * - * 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.registry.i18n; Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/Messages.java ============================================================================== --- trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/Messages.java (original) +++ trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/Messages.java Fri Jan 18 00:02:49 2008 @@ -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 (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * - * 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.registry.i18n; Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessagesConstants.java ============================================================================== --- trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessagesConstants.java (original) +++ trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/MessagesConstants.java Fri Jan 18 00:02:49 2008 @@ -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 (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * - * 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.registry.i18n; Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/ProjectResourceBundle.java ============================================================================== --- trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/ProjectResourceBundle.java (original) +++ trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/ProjectResourceBundle.java Fri Jan 18 00:02:49 2008 @@ -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 (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * - * 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.registry.i18n; Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/RB.java ============================================================================== --- trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/RB.java (original) +++ trunk/registry/modules/core/src/main/java/org/wso2/registry/i18n/RB.java Fri Jan 18 00:02:49 2008 @@ -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 (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * - * 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.registry.i18n; _______________________________________________ Registry-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
