Skip to content

Commit 78e5ca2

Browse files
committed
prod: removed GNU license headers. SPDX-License-Identifier indicates the proper license for each file
1 parent 48a8bba commit 78e5ca2

File tree

4,576 files changed

+4839
-60923
lines changed

Some content is hidden

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

4,576 files changed

+4839
-60923
lines changed

doc/src/developers-guide/lib/Snippets.cc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
//
22
// SPDX-License-Identifier: LGPL-3.0-or-later
33
//
4-
// This program is free software; you can redistribute it and/or
5-
// modify it under the terms of the GNU Lesser General Public License
6-
// as published by the Free Software Foundation; either version 3
7-
// of the License, or (at your option) any later version.
8-
//
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
12-
// GNU Lesser General Public License for more details.
13-
//
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
16-
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17-
//
184

195
#include "inet/common/lifecycle/ILifecycle.h"
206
#include "inet/common/lifecycle/NodeOperations.h"

doc/src/developers-guide/lib/Snippets.msg

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software; you can redistribute it and/or
7-
// modify it under the terms of the GNU Lesser General Public License
8-
// as published by the Free Software Foundation; either version 3
9-
// of the License, or (at your option) any later version.
10-
//
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
14-
// GNU 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
18-
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19-
//
206

217
import inet.common.INETDefs;
228
import inet.common.packet.chunk.Chunk;

doc/src/users-guide/lib/Snippets.ned

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software: you can redistribute it and/or modify
7-
// it under the terms of the GNU Lesser General Public License as published by
8-
// the Free Software Foundation, either version 3 of the License, or
9-
// (at your option) any later version.
10-
//
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
14-
// GNU 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, see <https://www.gnu.org/licenses/>.
18-
//
6+
197

208
import inet.applications.contract.IApp;
219
import inet.common.MessageDispatcher;

examples/adhoc/hostautoconf/Scenario.ned

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
//
44
// SPDX-License-Identifier: GPL-2.0-or-later
55
//
6-
// This program is free software; you can redistribute it and/or
7-
// modify it under the terms of the GNU General Public License
8-
// as published by the Free Software Foundation; either version 2
9-
// of the License, or (at your option) any later version.
10-
//
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
14-
// GNU General Public License for more details.
15-
//
16-
// You should have received a copy of the GNU General Public License
17-
// along with this program; if not, write to the Free Software
18-
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
196
//
207

218
package inet.examples.adhoc.hostautoconf;

examples/adhoc/idealwireless/NetIdealRadios.ned

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software: you can redistribute it and/or modify
7-
// it under the terms of the GNU Lesser General Public License as published by
8-
// the Free Software Foundation, either version 3 of the License, or
9-
// (at your option) any later version.
10-
//
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
14-
// GNU 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, see <https://www.gnu.org/licenses/>.
18-
//
6+
197

208
package inet.examples.adhoc.idealwireless;
219

examples/adhoc/ieee80211/Net80211.ned

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software: you can redistribute it and/or modify
7-
// it under the terms of the GNU Lesser General Public License as published by
8-
// the Free Software Foundation, either version 3 of the License, or
9-
// (at your option) any later version.
10-
//
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
14-
// GNU 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, see <https://www.gnu.org/licenses/>.
18-
//
6+
197

208
package inet.examples.adhoc.ieee80211;
219

examples/adhoc/qos/Qos.ned

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software: you can redistribute it and/or modify
7-
// it under the terms of the GNU Lesser General Public License as published by
8-
// the Free Software Foundation, either version 3 of the License, or
9-
// (at your option) any later version.
10-
//
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
14-
// GNU 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, see <https://www.gnu.org/licenses/>.
18-
//
6+
197

208
package inet.examples.adhoc.qos;
219

examples/aodv/AODVNetwork.ned

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software: you can redistribute it and/or modify
7-
// it under the terms of the GNU Lesser General Public License as published by
8-
// the Free Software Foundation, either version 3 of the License, or
9-
// (at your option) any later version.
10-
//
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
14-
// GNU 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, see <https://www.gnu.org/licenses/>.
18-
//
6+
197

208
package inet.examples.aodv;
219

examples/aodv/AODVSmallNetworks.ned

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software: you can redistribute it and/or modify
7-
// it under the terms of the GNU Lesser General Public License as published by
8-
// the Free Software Foundation, either version 3 of the License, or
9-
// (at your option) any later version.
10-
//
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
14-
// GNU 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, see <https://www.gnu.org/licenses/>.
18-
//
6+
197

208
package inet.examples.aodv;
219

examples/bgpv4/BgpOpen/BGPRouterSimple.ned

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@
33
//
44
// SPDX-License-Identifier: LGPL-3.0-or-later
55
//
6-
// This program is free software; you can redistribute it and/or
7-
// modify it under the terms of the GNU Lesser General Public License
8-
// as published by the Free Software Foundation; either version 3
9-
// of the License, or (at your option) any later version.
10-
//
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
14-
// GNU 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
18-
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19-
//
206

217
package inet.examples.bgpv4.BgpOpen;
228

0 commit comments

Comments
 (0)