changeset 45:c93c3c910c85

Updated headers/copyrights ATC is now licensed under GPLv2 only
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Fri, 01 Jun 2007 02:04:37 -0400
parents 42c29f11e42a
children ca661c5a267b
files atc.py atc_beacon.py atc_colors.py atc_game.py atc_maps.py atc_message.py atc_plane.py atc_plane_specs.py atc_single.py atc_utils.py atc_weather.py
diffstat 11 files changed, 33 insertions(+), 110 deletions(-) [+]
line wrap: on
line diff
--- a/atc.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc.py	Fri Jun 01 02:04:37 2007 -0400
@@ -3,23 +3,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2004, 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 version = "0.10-pre2"
--- a/atc_beacon.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_beacon.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import os
--- a/atc_colors.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_colors.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2004 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 black	= 0, 0, 0
--- a/atc_game.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_game.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import pygame
--- a/atc_maps.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_maps.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import os
--- a/atc_message.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_message.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2004 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import pygame
--- a/atc_plane.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_plane.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2004, 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import os
--- a/atc_plane_specs.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_plane_specs.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import os
--- a/atc_single.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_single.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2004, 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import pygame
--- a/atc_utils.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_utils.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2004 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import pygame
--- a/atc_weather.py	Fri Aug 19 21:27:23 2005 -0500
+++ b/atc_weather.py	Fri Jun 01 02:04:37 2007 -0400
@@ -1,23 +1,16 @@
 #/*
 # * ATC - Air Traffic Controller simulation game
 # *
-# * Copyright (C) 2005 Josef "Jeff" Sipek <jeffpc@optonline.net>
+# * Copyright (C) 2004-2007 Josef "Jeff" Sipek <jeffpc@josefsipek.net>
 # *
 # * 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
-# * the Free Software Foundation; either version 2 of the License, or
-# * (at your option) any later version.
+# * it under the terms of the GNU General Public License version 2 as
+# * published by the Free Software Foundation.
 # *
 # * 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.
-# *
-# * 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
-# *
-# * @(#) %M% %I% %E% %U%
 # */
 
 import os