Skip to content

Commit 5cc3ee5

Browse files
committed
ASL2.0 Relicense
1 parent ced2f60 commit 5cc3ee5

File tree

125 files changed

+1927
-2598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+1927
-2598
lines changed

LICENSE.txt

+201-503
Large diffs are not rendered by default.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<!-- licenses -->
4444
<licenses>
4545
<license>
46-
<name>GNU Lesser General Public License v2.1 only</name>
47-
<url>https://repository.jboss.org/licenses/lgpl-2.1.txt</url>
46+
<name>Apache License 2.0</name>
47+
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url>
4848
</license>
4949
</licenses>
5050

src/main/java/org/jboss/ws/common/Constants.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/DOMUtils.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2011, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/IOUtils.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2014, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/JavaUtils.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/Loggers.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2012, Red Hat, Inc., and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/Messages.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2012, Red Hat, Inc., and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/Normalizer.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/ObjectNameFactory.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/ResourceLoaderAdapter.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2012, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

src/main/java/org/jboss/ws/common/SecurityActions.java

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
/*
2-
* JBoss, Home of Professional Open Source.
3-
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
4-
* as indicated by the @author tags. See the copyright.txt file in the
5-
* distribution for a full listing of individual contributors.
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
69
*
7-
* This is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License as
9-
* published by the Free Software Foundation; either version 2.1 of
10-
* the License, or (at your option) any later version.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
12-
* This software is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this software; if not, write to the Free
19-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
2118
*/
2219
package org.jboss.ws.common;
2320

0 commit comments

Comments
 (0)