Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 2d2e1a7

Browse files
Update license doc
1 parent f39785b commit 2d2e1a7

File tree

73 files changed

+949
-1387
lines changed

Some content is hidden

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

73 files changed

+949
-1387
lines changed

src/main/java/xdev/BISuite.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev;
2519

2620
import java.util.Map;
2721

src/main/java/xdev/reports/jasper/AbstractReportStub.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import java.io.File;
2721
import java.io.FileNotFoundException;

src/main/java/xdev/reports/jasper/AbstractVirtualTableDataSource.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import java.io.IOException;
2721
import java.io.InputStream;

src/main/java/xdev/reports/jasper/FieldMappingKey.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
public interface FieldMappingKey
2721
{

src/main/java/xdev/reports/jasper/JRDataSourceMapper.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import java.util.Map;
2721

src/main/java/xdev/reports/jasper/JRDataSourceMappingContainer.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import net.sf.jasperreports.engine.JRDataSource;
2721

src/main/java/xdev/reports/jasper/JRJTableRendererDataSource.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import java.awt.Component;
2721

src/main/java/xdev/reports/jasper/JRMappedField.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import net.sf.jasperreports.engine.JRField;
2721
import net.sf.jasperreports.engine.JRPropertiesHolder;

src/main/java/xdev/reports/jasper/JRRewindableDataSourceMapper.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1-
package xdev.reports.jasper;
2-
3-
/*-
4-
* #%L
5-
* XDEV BI Suite
6-
* %%
7-
* Copyright (C) 2011 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* XDEV BI Suite - XDEV BI Suite
3+
* Copyright © 2011 XDEV Software (https://xdev.software)
4+
*
95
* This program is free software: you can redistribute it and/or modify
10-
* it under the terms of the GNU Lesser General Public License as
11-
* published by the Free Software Foundation, either version 3 of the
12-
* License, or (at your option) any later version.
13-
*
6+
* it under the terms of the GNU Lesser General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
1410
* This program is distributed in the hope that it will be useful,
1511
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1612
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Lesser Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Lesser Public
20-
* License along with this program. If not, see
21-
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
22-
* #L%
13+
* GNU Lesser General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2317
*/
24-
18+
package xdev.reports.jasper;
2519

2620
import java.util.Map;
2721

0 commit comments

Comments
 (0)