diff --git a/asn1/RSPRO.asn b/asn1/RSPRO.asn index 1b1be6d..d49345d 100644 --- a/asn1/RSPRO.asn +++ b/asn1/RSPRO.asn @@ -15,10 +15,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., --- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --- ---------------------------------------------------------------------- RSPRO {} DEFINITIONS diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c index 5b70b88..2923924 100644 --- a/src/bankd/bankd_main.c +++ b/src/bankd/bankd_main.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ #define _GNU_SOURCE diff --git a/src/bankd/bankd_pcsc.c b/src/bankd/bankd_pcsc.c index 8202504..e3b9ea6 100644 --- a/src/bankd/bankd_pcsc.c +++ b/src/bankd/bankd_pcsc.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ diff --git a/src/bankd/driver_core.c b/src/bankd/driver_core.c index 57ae3cd..128bbe2 100644 --- a/src/bankd/driver_core.c +++ b/src/bankd/driver_core.c @@ -17,10 +17,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ #include diff --git a/src/bankd/driver_pcsc.c b/src/bankd/driver_pcsc.c index 4279c2f..e807525 100644 --- a/src/bankd/driver_pcsc.c +++ b/src/bankd/driver_pcsc.c @@ -17,10 +17,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ diff --git a/src/bankd/main.c b/src/bankd/main.c index 4bb91ca..f4601ae 100644 --- a/src/bankd/main.c +++ b/src/bankd/main.c @@ -16,10 +16,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ #include diff --git a/src/client/main_fsm.c b/src/client/main_fsm.c index 96b4b90..f8b1406 100644 --- a/src/client/main_fsm.c +++ b/src/client/main_fsm.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ #include diff --git a/src/client/remsim_client.c b/src/client/remsim_client.c index 388aa26..8da82ef 100644 --- a/src/client/remsim_client.c +++ b/src/client/remsim_client.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ /* This file contains code shared among all remsim client applications, diff --git a/src/client/user_ifdhandler.c b/src/client/user_ifdhandler.c index a416e6e..551db00 100644 --- a/src/client/user_ifdhandler.c +++ b/src/client/user_ifdhandler.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ /* This is a remsim-client that provides an IFD_Handler (reader driver) diff --git a/src/client/user_simtrace2.c b/src/client/user_simtrace2.c index 100d55b..f71c720 100644 --- a/src/client/user_simtrace2.c +++ b/src/client/user_simtrace2.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ #include diff --git a/src/debug.c b/src/debug.c index 2dfc16e..fb8bb4b 100644 --- a/src/debug.c +++ b/src/debug.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c index bfd7ebd..c0336b7 100644 --- a/src/rspro_client_fsm.c +++ b/src/rspro_client_fsm.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ diff --git a/src/rspro_util.c b/src/rspro_util.c index a7476dc..2ea6caf 100644 --- a/src/rspro_util.c +++ b/src/rspro_util.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */ diff --git a/src/slotmap.c b/src/slotmap.c index fe0c6b7..b1be0ab 100644 --- a/src/slotmap.c +++ b/src/slotmap.c @@ -14,10 +14,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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * */