diff --git a/src/cross.h b/src/cross.h index 70fe01ae..0279b7df 100644 --- a/src/cross.h +++ b/src/cross.h @@ -11,11 +11,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // crosshair patches diff --git a/src/font.h b/src/font.h index d46200f0..1eb3bbb5 100644 --- a/src/font.h +++ b/src/font.h @@ -13,11 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // bargraph patches, smaller digit patches, full new smaller hud font diff --git a/src/i_sndfile.c b/src/i_sndfile.c index 1a33f1ca..3c647064 100644 --- a/src/i_sndfile.c +++ b/src/i_sndfile.c @@ -13,11 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Load sound lumps with libsndfile. diff --git a/src/i_sndfile.h b/src/i_sndfile.h index 7ae43ef6..ee916e4b 100644 --- a/src/i_sndfile.h +++ b/src/i_sndfile.h @@ -13,11 +13,6 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Load sound lumps with libsndfile.