diff --git a/examples/easy/keyboard/src/sprites.h b/examples/easy/keyboard/src/sprites.h
index 0bf7209f0..7080f08b2 100644
--- a/examples/easy/keyboard/src/sprites.h
+++ b/examples/easy/keyboard/src/sprites.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 Maximo / Cheesetea / ByteRealms (@rgallego87)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/easy/sprites/src/sprites.h b/examples/easy/sprites/src/sprites.h
index 6e363245b..038765ca8 100644
--- a/examples/easy/sprites/src/sprites.h
+++ b/examples/easy/sprites/src/sprites.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 Stefano Beltran / ByteRealms (stefanobb at gmail dot com)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/games/platformClimber/src/anim/animation.h b/examples/games/platformClimber/src/anim/animation.h
index 1e4e604dd..e0618b1ab 100644
--- a/examples/games/platformClimber/src/anim/animation.h
+++ b/examples/games/platformClimber/src/anim/animation.h
@@ -3,16 +3,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/games/platformClimber/src/anim/predefinedAnimations.h b/examples/games/platformClimber/src/anim/predefinedAnimations.h
index b80078e68..e1102b1d7 100644
--- a/examples/games/platformClimber/src/anim/predefinedAnimations.h
+++ b/examples/games/platformClimber/src/anim/predefinedAnimations.h
@@ -3,16 +3,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/games/platformClimber/src/entities/entities.h b/examples/games/platformClimber/src/entities/entities.h
index 238672197..da0ca25d7 100644
--- a/examples/games/platformClimber/src/entities/entities.h
+++ b/examples/games/platformClimber/src/entities/entities.h
@@ -3,16 +3,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/games/platformClimber/src/game.h b/examples/games/platformClimber/src/game.h
index 8a71d0273..531012591 100644
--- a/examples/games/platformClimber/src/game.h
+++ b/examples/games/platformClimber/src/game.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/games/platformClimber/src/random/random.h b/examples/games/platformClimber/src/random/random.h
index 095915783..81f8102d3 100644
--- a/examples/games/platformClimber/src/random/random.h
+++ b/examples/games/platformClimber/src/random/random.h
@@ -3,16 +3,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/games/platformClimber/src/sprites/frame.h b/examples/games/platformClimber/src/sprites/frame.h
index 476f8bbe6..2c445719c 100644
--- a/examples/games/platformClimber/src/sprites/frame.h
+++ b/examples/games/platformClimber/src/sprites/frame.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
#ifndef _FRAME_H_
diff --git a/examples/games/platformClimber/src/sprites/sprites.h b/examples/games/platformClimber/src/sprites/sprites.h
index 429783f6e..459bf3b89 100644
--- a/examples/games/platformClimber/src/sprites/sprites.h
+++ b/examples/games/platformClimber/src/sprites/sprites.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/arkosAudio/src/music/music.h b/examples/medium/arkosAudio/src/music/music.h
index 9097407c5..acee82784 100644
--- a/examples/medium/arkosAudio/src/music/music.h
+++ b/examples/medium/arkosAudio/src/music/music.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/bitArrayMaps1/src/constants.h b/examples/medium/bitArrayMaps1/src/constants.h
index 9b05e9c88..9eeb1a5e9 100644
--- a/examples/medium/bitArrayMaps1/src/constants.h
+++ b/examples/medium/bitArrayMaps1/src/constants.h
@@ -3,16 +3,16 @@
// Copyright (C) 2016 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
#include
diff --git a/examples/medium/bitArrayMaps1/src/cursor.h b/examples/medium/bitArrayMaps1/src/cursor.h
index 7b0891652..f9d251d2a 100644
--- a/examples/medium/bitArrayMaps1/src/cursor.h
+++ b/examples/medium/bitArrayMaps1/src/cursor.h
@@ -3,16 +3,16 @@
// Copyright (C) 2016 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
#include
diff --git a/examples/medium/bitArrayMaps1/src/map.h b/examples/medium/bitArrayMaps1/src/map.h
index 8d6fe4853..4cbca4e91 100644
--- a/examples/medium/bitArrayMaps1/src/map.h
+++ b/examples/medium/bitArrayMaps1/src/map.h
@@ -3,16 +3,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
#include
diff --git a/examples/medium/blendedSprites/src/draw.h b/examples/medium/blendedSprites/src/draw.h
index ceca2d80c..f1ab6cb8e 100644
--- a/examples/medium/blendedSprites/src/draw.h
+++ b/examples/medium/blendedSprites/src/draw.h
@@ -3,16 +3,16 @@
// Copyright (C) 2016 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/blendedSprites/src/globaldata.h b/examples/medium/blendedSprites/src/globaldata.h
index b5f861f48..c6b24579f 100644
--- a/examples/medium/blendedSprites/src/globaldata.h
+++ b/examples/medium/blendedSprites/src/globaldata.h
@@ -3,16 +3,16 @@
// Copyright (C) 2016 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/blendedSprites/src/keyboard.h b/examples/medium/blendedSprites/src/keyboard.h
index 423d10d30..e2b59c515 100644
--- a/examples/medium/blendedSprites/src/keyboard.h
+++ b/examples/medium/blendedSprites/src/keyboard.h
@@ -3,16 +3,16 @@
// Copyright (C) 2016 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/doubleBuffer/src/sprites.h b/examples/medium/doubleBuffer/src/sprites.h
index 0f916c7cf..794616f22 100644
--- a/examples/medium/doubleBuffer/src/sprites.h
+++ b/examples/medium/doubleBuffer/src/sprites.h
@@ -5,16 +5,16 @@
// Copyright (C) 2015 Maximo / Cheesetea / ByteRealms (@rgallego87)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
//
diff --git a/examples/medium/easytilemaps/src/tilemap.h b/examples/medium/easytilemaps/src/tilemap.h
index f79d7a199..5a9de6f81 100644
--- a/examples/medium/easytilemaps/src/tilemap.h
+++ b/examples/medium/easytilemaps/src/tilemap.h
@@ -3,16 +3,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/fade/src/modules/palette.h b/examples/medium/fade/src/modules/palette.h
index 6d794ea52..a9447b7d6 100644
--- a/examples/medium/fade/src/modules/palette.h
+++ b/examples/medium/fade/src/modules/palette.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 Dardalorth / Fremos / Carlio
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/fade/src/modules/sprites.h b/examples/medium/fade/src/modules/sprites.h
index 1419e33fd..6dce52dc0 100644
--- a/examples/medium/fade/src/modules/sprites.h
+++ b/examples/medium/fade/src/modules/sprites.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 Dardalorth / Fremos / Carlio
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/fade/src/modules/utils.h b/examples/medium/fade/src/modules/utils.h
index a63b24724..03a60cf44 100644
--- a/examples/medium/fade/src/modules/utils.h
+++ b/examples/medium/fade/src/modules/utils.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 Dardalorth / Fremos / Carlio
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/maskedSprites/src/sprites/sprites.h b/examples/medium/maskedSprites/src/sprites/sprites.h
index 6a306a758..604517115 100644
--- a/examples/medium/maskedSprites/src/sprites/sprites.h
+++ b/examples/medium/maskedSprites/src/sprites/sprites.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/measureCycles/src/sprites.h b/examples/medium/measureCycles/src/sprites.h
index 3925c196c..b6b1c2e66 100644
--- a/examples/medium/measureCycles/src/sprites.h
+++ b/examples/medium/measureCycles/src/sprites.h
@@ -4,16 +4,16 @@
// Copyright (C) 2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------
diff --git a/examples/medium/tiles/src/sprites.h b/examples/medium/tiles/src/sprites.h
index 47bdbc68e..e1636f6de 100644
--- a/examples/medium/tiles/src/sprites.h
+++ b/examples/medium/tiles/src/sprites.h
@@ -3,16 +3,16 @@
// Copyright (C) 2014-2015 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see .
//------------------------------------------------------------------------------