aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-06 10:36:22 +0200
committerKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-06 10:36:22 +0200
commit66ea1d8973bae204a8e4f255b84c8c51b0d7113b (patch)
tree36243c419f740de5ad119041207f9bde6d2243e0
parentbb1c11fad4b8f1db8a4b3c89cabb8638b30d28f6 (diff)
named changed from SAP to softSIM
-rwxr-xr-xsrc/apdu_forward.rb8
-rwxr-xr-xsrc/demo_client.rb8
-rwxr-xr-xsrc/demo_server.rb8
-rw-r--r--src/lib/apdu.rb8
-rw-r--r--src/lib/bluetooth_sap_serial.rb8
-rw-r--r--src/lib/client.rb8
-rw-r--r--src/lib/common.rb8
-rw-r--r--src/lib/server.rb8
-rw-r--r--src/pcsc_server.rb8
-rw-r--r--src/sim_server.rb8
10 files changed, 40 insertions, 40 deletions
diff --git a/src/apdu_forward.rb b/src/apdu_forward.rb
index 8ae6fd5..5bcee86 100755
--- a/src/apdu_forward.rb
+++ b/src/apdu_forward.rb
@@ -1,19 +1,19 @@
#!/usr/bin/env ruby
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/demo_client.rb b/src/demo_client.rb
index b13aa11..480dfbb 100755
--- a/src/demo_client.rb
+++ b/src/demo_client.rb
@@ -1,19 +1,19 @@
#!/usr/bin/env ruby
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/demo_server.rb b/src/demo_server.rb
index e19df68..02a538c 100755
--- a/src/demo_server.rb
+++ b/src/demo_server.rb
@@ -1,19 +1,19 @@
#!/usr/bin/env ruby
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/lib/apdu.rb b/src/lib/apdu.rb
index a45daee..86eb6ff 100644
--- a/src/lib/apdu.rb
+++ b/src/lib/apdu.rb
@@ -1,18 +1,18 @@
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/lib/bluetooth_sap_serial.rb b/src/lib/bluetooth_sap_serial.rb
index a1dd811..3d0d417 100644
--- a/src/lib/bluetooth_sap_serial.rb
+++ b/src/lib/bluetooth_sap_serial.rb
@@ -1,19 +1,19 @@
#!/usr/bin/env ruby
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/lib/client.rb b/src/lib/client.rb
index 1cbd142..1159cdf 100644
--- a/src/lib/client.rb
+++ b/src/lib/client.rb
@@ -1,18 +1,18 @@
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/lib/common.rb b/src/lib/common.rb
index 8e036ed..d544ffa 100644
--- a/src/lib/common.rb
+++ b/src/lib/common.rb
@@ -1,18 +1,18 @@
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/lib/server.rb b/src/lib/server.rb
index 29814c8..4ba0476 100644
--- a/src/lib/server.rb
+++ b/src/lib/server.rb
@@ -1,18 +1,18 @@
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/pcsc_server.rb b/src/pcsc_server.rb
index ad9ceb0..340ce63 100644
--- a/src/pcsc_server.rb
+++ b/src/pcsc_server.rb
@@ -1,19 +1,19 @@
#!/usr/bin/env ruby
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
diff --git a/src/sim_server.rb b/src/sim_server.rb
index 8b62700..71e787e 100644
--- a/src/sim_server.rb
+++ b/src/sim_server.rb
@@ -1,19 +1,19 @@
#!/usr/bin/env ruby
=begin
-This file is part of SAP.
+This file is part of softSIM.
-SAP is free software: you can redistribute it and/or modify
+softSIM 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 3 of the License, or
(at your option) any later version.
-SAP is distributed in the hope that it will be useful,
+softSIM 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 SAP. If not, see <http://www.gnu.org/licenses/>.
+along with sofSIM. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end