Skip to content

Commit 9ac1ac4

Browse files
authored
feat: Update Java and XML License Header - Meeds-io/meeds#3324 (#76)
1 parent 4518d7b commit 9ac1ac4

37 files changed

+530
-981
lines changed

LICENSE

Lines changed: 159 additions & 668 deletions
Large diffs are not rendered by default.

packaging/pom.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
This file is part of the Meeds project (https://meeds.io/).
4-
Copyright (C) 2020 Meeds Association
5-
6-
This program is free software; you can redistribute it and/or
7-
modify it under the terms of the GNU Lesser General Public
8-
License as published by the Free Software Foundation; either
9-
version 3 of the License, or (at your option) any later version.
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
Lesser General Public License for more details.
14-
You should have received a copy of the GNU Lesser General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3+
This file is part of the Meeds project (https://meeds.io/).
174
5+
Copyright (C) 2020 - 2025 Meeds Association [email protected]
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU Lesser General Public
9+
License as published by the Free Software Foundation; either
10+
version 3 of the License, or (at your option) any later version.
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public License
17+
along with this program; if not, write to the Free Software Foundation,
18+
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819
-->
1920
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2021
<modelVersion>4.0.0</modelVersion>

packaging/src/main/assemblies/assembly-addon.xml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<!--
2-
This file is part of the Meeds project (https://meeds.io/).
3-
Copyright (C) 2020 Meeds Association
4-
5-
This program is free software; you can redistribute it and/or
6-
modify it under the terms of the GNU Lesser General Public
7-
License as published by the Free Software Foundation; either
8-
version 3 of the License, or (at your option) any later version.
9-
This program is distributed in the hope that it will be useful,
10-
but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
Lesser General Public License for more details.
13-
You should have received a copy of the GNU Lesser General Public License
14-
along with this program; if not, write to the Free Software Foundation,
15-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3+
This file is part of the Meeds project (https://meeds.io/).
164
5+
Copyright (C) 2020 - 2025 Meeds Association [email protected]
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU Lesser General Public
9+
License as published by the Free Software Foundation; either
10+
version 3 of the License, or (at your option) any later version.
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public License
17+
along with this program; if not, write to the Free Software Foundation,
18+
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1719
-->
1820
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
1921
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

pom.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
This file is part of the Meeds project (https://meeds.io/).
4-
Copyright (C) 2020 Meeds Association
5-
6-
This program is free software; you can redistribute it and/or
7-
modify it under the terms of the GNU Lesser General Public
8-
License as published by the Free Software Foundation; either
9-
version 3 of the License, or (at your option) any later version.
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
Lesser General Public License for more details.
14-
You should have received a copy of the GNU Lesser General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3+
This file is part of the Meeds project (https://meeds.io/).
174
5+
Copyright (C) 2020 - 2025 Meeds Association [email protected]
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU Lesser General Public
9+
License as published by the Free Software Foundation; either
10+
version 3 of the License, or (at your option) any later version.
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public License
17+
along with this program; if not, write to the Free Software Foundation,
18+
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819
-->
1920
<project xmlns="http://maven.apache.org/POM/4.0.0"
2021
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

service/pom.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
This file is part of the Meeds project (https://meeds.io/).
4-
Copyright (C) 2020 Meeds Association
5-
6-
This program is free software; you can redistribute it and/or
7-
modify it under the terms of the GNU Lesser General Public
8-
License as published by the Free Software Foundation; either
9-
version 3 of the License, or (at your option) any later version.
10-
This program is distributed in the hope that it will be useful,
11-
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
Lesser General Public License for more details.
14-
You should have received a copy of the GNU Lesser General Public License
15-
along with this program; if not, write to the Free Software Foundation,
16-
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3+
This file is part of the Meeds project (https://meeds.io/).
174
5+
Copyright (C) 2020 - 2025 Meeds Association [email protected]
6+
7+
This program is free software; you can redistribute it and/or
8+
modify it under the terms of the GNU Lesser General Public
9+
License as published by the Free Software Foundation; either
10+
version 3 of the License, or (at your option) any later version.
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public License
17+
along with this program; if not, write to the Free Software Foundation,
18+
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1819
-->
1920
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2021
<modelVersion>4.0.0</modelVersion>

service/src/main/java/org/exoplatform/push/channel/PushChannel.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
/*
1+
/**
22
* This file is part of the Meeds project (https://meeds.io/).
3-
* Copyright (C) 2020 Meeds Association
4-
3+
*
4+
* Copyright (C) 2020 - 2025 Meeds Association [email protected]
5+
*
56
* This program is free software; you can redistribute it and/or
67
* modify it under the terms of the GNU Lesser General Public
78
* License as published by the Free Software Foundation; either
89
* version 3 of the License, or (at your option) any later version.
910
* This program is distributed in the hope that it will be useful,
1011
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1213
* Lesser General Public License for more details.
14+
*
1315
* You should have received a copy of the GNU Lesser General Public License
1416
* along with this program; if not, write to the Free Software Foundation,
15-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1618
*/
1719
package org.exoplatform.push.channel;
1820

service/src/main/java/org/exoplatform/push/channel/template/PushTemplateProvider.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
/*
1+
/**
22
* This file is part of the Meeds project (https://meeds.io/).
3-
* Copyright (C) 2020 Meeds Association
4-
3+
*
4+
* Copyright (C) 2020 - 2025 Meeds Association [email protected]
5+
*
56
* This program is free software; you can redistribute it and/or
67
* modify it under the terms of the GNU Lesser General Public
78
* License as published by the Free Software Foundation; either
89
* version 3 of the License, or (at your option) any later version.
910
* This program is distributed in the hope that it will be useful,
1011
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1213
* Lesser General Public License for more details.
14+
*
1315
* You should have received a copy of the GNU Lesser General Public License
1416
* along with this program; if not, write to the Free Software Foundation,
15-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1618
*/
1719
package org.exoplatform.push.channel.template;
1820

service/src/main/java/org/exoplatform/push/dao/DeviceDao.java

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
/*
2-
* This file is part of the Meeds project (https://meeds.io/).
3-
* Copyright (C) 2020 Meeds Association
4-
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 3 of the License, or (at your option) any later version.
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* Lesser General Public License for more details.
13-
* You should have received a copy of the GNU Lesser General Public License
14-
* along with this program; if not, write to the Free Software Foundation,
15-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
*/
1+
/**
2+
* This file is part of the Meeds project (https://meeds.io/).
3+
*
4+
* Copyright (C) 2020 - 2025 Meeds Association [email protected]
5+
*
6+
* This program is free software; you can redistribute it and/or
7+
* modify it under the terms of the GNU Lesser General Public
8+
* License as published by the Free Software Foundation; either
9+
* version 3 of the License, or (at your option) any later version.
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
* 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, write to the Free Software Foundation,
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18+
*/
1719
package org.exoplatform.push.dao;
1820

1921
import org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl;

service/src/main/java/org/exoplatform/push/domain/Device.java

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
/*
2-
* This file is part of the Meeds project (https://meeds.io/).
3-
* Copyright (C) 2020 Meeds Association
4-
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 3 of the License, or (at your option) any later version.
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* Lesser General Public License for more details.
13-
* You should have received a copy of the GNU Lesser General Public License
14-
* along with this program; if not, write to the Free Software Foundation,
15-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16-
*/
1+
/**
2+
* This file is part of the Meeds project (https://meeds.io/).
3+
*
4+
* Copyright (C) 2020 - 2025 Meeds Association [email protected]
5+
*
6+
* This program is free software; you can redistribute it and/or
7+
* modify it under the terms of the GNU Lesser General Public
8+
* License as published by the Free Software Foundation; either
9+
* version 3 of the License, or (at your option) any later version.
10+
* This program is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
* 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, write to the Free Software Foundation,
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18+
*/
1719
package org.exoplatform.push.domain;
1820

1921
import org.exoplatform.commons.api.persistence.ExoEntity;

service/src/main/java/org/exoplatform/push/domain/Message.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
/*
1+
/**
22
* This file is part of the Meeds project (https://meeds.io/).
3-
* Copyright (C) 2020 Meeds Association
4-
3+
*
4+
* Copyright (C) 2020 - 2025 Meeds Association [email protected]
5+
*
56
* This program is free software; you can redistribute it and/or
67
* modify it under the terms of the GNU Lesser General Public
78
* License as published by the Free Software Foundation; either
89
* version 3 of the License, or (at your option) any later version.
910
* This program is distributed in the hope that it will be useful,
1011
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1213
* Lesser General Public License for more details.
14+
*
1315
* You should have received a copy of the GNU Lesser General Public License
1416
* along with this program; if not, write to the Free Software Foundation,
15-
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1618
*/
1719
package org.exoplatform.push.domain;
1820

0 commit comments

Comments
 (0)