You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/10/25 03:29:12 UTC

svn commit: r467537 - in /directory/branches/mina/1.0: ./ core/src/main/resources/ core/src/main/resources/META-INF/ example/src/main/resources/META-INF/ filter-codec-netty/src/main/resources/ filter-codec-netty/src/main/resources/META-INF/ filter-comp...

Author: trustin
Date: Tue Oct 24 18:29:11 2006
New Revision: 467537

URL: http://svn.apache.org/viewvc?view=rev&rev=467537
Log:
* Added LICENSE.txt and NOTICE.txt to each artifacts
* Added LICENSE.txt and NOTICE.txt to the root directory


Added:
    directory/branches/mina/1.0/LICENSE.txt
    directory/branches/mina/1.0/NOTICE.txt
    directory/branches/mina/1.0/core/src/main/resources/
    directory/branches/mina/1.0/core/src/main/resources/META-INF/
    directory/branches/mina/1.0/core/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/core/src/main/resources/META-INF/NOTICE.txt
    directory/branches/mina/1.0/example/src/main/resources/META-INF/
    directory/branches/mina/1.0/example/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/example/src/main/resources/META-INF/NOTICE.txt
    directory/branches/mina/1.0/filter-codec-netty/src/main/resources/
    directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/
    directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/NOTICE.txt
    directory/branches/mina/1.0/filter-compression/src/main/resources/
    directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/
    directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/LICENSE.txt   (with props)
    directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/NOTICE.txt   (with props)
    directory/branches/mina/1.0/filter-ssl/src/main/resources/
    directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/
    directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/NOTICE.txt
    directory/branches/mina/1.0/integration-jmx/src/main/resources/
    directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/
    directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/NOTICE.txt
    directory/branches/mina/1.0/integration-spring/src/main/resources/
    directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/
    directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/NOTICE.txt
    directory/branches/mina/1.0/java5/src/main/resources/
    directory/branches/mina/1.0/java5/src/main/resources/META-INF/
    directory/branches/mina/1.0/java5/src/main/resources/META-INF/LICENSE.txt
    directory/branches/mina/1.0/java5/src/main/resources/META-INF/NOTICE.txt

Added: directory/branches/mina/1.0/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/LICENSE.txt (added)
+++ directory/branches/mina/1.0/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/NOTICE.txt (added)
+++ directory/branches/mina/1.0/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/core/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/core/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/core/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/core/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/core/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/core/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/core/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/core/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/example/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/example/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/example/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/example/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/example/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/example/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/example/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/example/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/filter-codec-netty/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Propchange: directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/LICENSE.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Propchange: directory/branches/mina/1.0/filter-compression/src/main/resources/META-INF/NOTICE.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/filter-ssl/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/integration-jmx/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/integration-spring/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).

Added: directory/branches/mina/1.0/java5/src/main/resources/META-INF/LICENSE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/java5/src/main/resources/META-INF/LICENSE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/java5/src/main/resources/META-INF/LICENSE.txt (added)
+++ directory/branches/mina/1.0/java5/src/main/resources/META-INF/LICENSE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,20 @@
+/*
+ *                           Apache License
+ *                      Version 2.0, January 2004
+ *                   http://www.apache.org/licenses/
+ *
+ *   Copyright ${pom.inceptionYear} Apache Software Foundation
+ *
+ *   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.
+ *
+ */

Added: directory/branches/mina/1.0/java5/src/main/resources/META-INF/NOTICE.txt
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/java5/src/main/resources/META-INF/NOTICE.txt?view=auto&rev=467537
==============================================================================
--- directory/branches/mina/1.0/java5/src/main/resources/META-INF/NOTICE.txt (added)
+++ directory/branches/mina/1.0/java5/src/main/resources/META-INF/NOTICE.txt Tue Oct 24 18:29:11 2006
@@ -0,0 +1,2 @@
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).