summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-11-27 14:04:51 -0500
committerFrédéric Péters <fpeters@entrouvert.com>2013-12-03 21:55:06 +0100
commit3a6b2fdee76b5f782094b6b268bfdf895263eda8 (patch)
treeab86e46dc2eda8f51edbcc84c7d355e2ab6e14e2 /bindings/php5
parent9c08482b46e8d67085de2da38cd6c4b699674206 (diff)
Fix license boilerplates
Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/lang.py3
-rw-r--r--bindings/php5/php_code.py3
-rwxr-xr-xbindings/php5/tests/binding_tests.php3
-rwxr-xr-xbindings/php5/tests/profile_tests.php3
-rw-r--r--bindings/php5/wrapper_header.py3
-rw-r--r--bindings/php5/wrapper_source.py3
6 files changed, 6 insertions, 12 deletions
diff --git a/bindings/php5/lang.py b/bindings/php5/lang.py
index 32d92465..4695e957 100644
--- a/bindings/php5/lang.py
+++ b/bindings/php5/lang.py
@@ -16,8 +16,7 @@
# 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
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
import os
from wrapper_source import WrapperSource
diff --git a/bindings/php5/php_code.py b/bindings/php5/php_code.py
index 091ae982..114a1b93 100644
--- a/bindings/php5/php_code.py
+++ b/bindings/php5/php_code.py
@@ -16,8 +16,7 @@
# 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
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
import re
import sys
diff --git a/bindings/php5/tests/binding_tests.php b/bindings/php5/tests/binding_tests.php
index ff9d05e6..21efc0bc 100755
--- a/bindings/php5/tests/binding_tests.php
+++ b/bindings/php5/tests/binding_tests.php
@@ -18,8 +18,7 @@
# 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
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
require("../lasso.php");
diff --git a/bindings/php5/tests/profile_tests.php b/bindings/php5/tests/profile_tests.php
index 58414213..3f8a91ed 100755
--- a/bindings/php5/tests/profile_tests.php
+++ b/bindings/php5/tests/profile_tests.php
@@ -18,8 +18,7 @@
# 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
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
require("../lasso.php");
diff --git a/bindings/php5/wrapper_header.py b/bindings/php5/wrapper_header.py
index 5f55f6b0..9b6c9494 100644
--- a/bindings/php5/wrapper_header.py
+++ b/bindings/php5/wrapper_header.py
@@ -16,8 +16,7 @@
# 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
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
class WrapperHeader:
def __init__(self, binding_data, fd, functions_list):
diff --git a/bindings/php5/wrapper_source.py b/bindings/php5/wrapper_source.py
index f8211ffd..2ed9b29c 100644
--- a/bindings/php5/wrapper_source.py
+++ b/bindings/php5/wrapper_source.py
@@ -16,8 +16,7 @@
# 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
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
import sys
import os