Skip to content

Commit fff132f

Browse files
committed
v1.4.4: change license to apache 2.0
1 parent 58f42e8 commit fff132f

File tree

104 files changed

+1410
-1159
lines changed

Some content is hidden

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

104 files changed

+1410
-1159
lines changed

LICENSE

Lines changed: 168 additions & 165 deletions
Large diffs are not rendered by default.

easyml/src/net/sourceforge/easyml/DTD.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/EasyML.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/EasyMLBuilder.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/IllegalClassException.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/InvalidFormatException.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/XMLReader.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/XMLReaderDOMDriver.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2015, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/XMLReaderTextDriver.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2015, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

easyml/src/net/sourceforge/easyml/XMLWriter.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
/*
2-
* Copyright (c) 2011, Victor Cordis. All rights reserved.
3-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2+
* Copyright 2012 Victor Cordis
43
*
5-
* This file is part of EasyML library.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
67
*
7-
* EasyML library is free software: you can redistribute it and/or modify it
8-
* under the terms of the GNU Lesser General Public License (LGPL) as published by
9-
* the Free Software Foundation, version 3 of the License.
8+
* http://www.apache.org/licenses/LICENSE-2.0
109
*
11-
* EasyML library is distributed in the hope that it will be useful, but
12-
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14-
* for more details.
15-
*
16-
* You should have received a copy of the GNU Lesser General Public License along
17-
* with EasyML library. If not, see <http://www.gnu.org/licenses/>.
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1815
*
1916
* Please contact the author ( [email protected] ) if you need additional
2017
* information or have any questions.

0 commit comments

Comments
 (0)