summaryrefslogtreecommitdiffstats
path: root/bindings
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
parent9c08482b46e8d67085de2da38cd6c4b699674206 (diff)
downloadlasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.tar.gz
lasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.tar.xz
lasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.zip
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')
-rw-r--r--bindings/bindings.py3
-rw-r--r--bindings/java/lang.py3
-rw-r--r--bindings/java/tests/BindingTests.java3
-rw-r--r--bindings/java/tests/LoginTest.java3
-rw-r--r--bindings/perl/ghashtable_handling.c3
-rw-r--r--bindings/perl/glist_handling.c3
-rw-r--r--bindings/perl/gobject_handling.c3
-rw-r--r--bindings/perl/lang.py3
-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
-rw-r--r--bindings/python/lang.py3
-rw-r--r--bindings/python/tests/XmlTestRunner.py3
-rwxr-xr-xbindings/python/tests/binding_tests.py3
-rwxr-xr-xbindings/python/tests/idwsf1_tests.py3
-rwxr-xr-xbindings/python/tests/idwsf2_tests.py3
-rwxr-xr-xbindings/python/tests/profiles_tests.py3
-rwxr-xr-xbindings/python/tests/tests.py3
-rw-r--r--bindings/utils.py3
22 files changed, 22 insertions, 44 deletions
diff --git a/bindings/bindings.py b/bindings/bindings.py
index 0caf114a..d7687ff1 100644
--- a/bindings/bindings.py
+++ b/bindings/bindings.py
@@ -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/>.
import os
diff --git a/bindings/java/lang.py b/bindings/java/lang.py
index 47d5a3b5..aa09823b 100644
--- a/bindings/java/lang.py
+++ b/bindings/java/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
import sys
diff --git a/bindings/java/tests/BindingTests.java b/bindings/java/tests/BindingTests.java
index 6cc9bd46..ebd1a639 100644
--- a/bindings/java/tests/BindingTests.java
+++ b/bindings/java/tests/BindingTests.java
@@ -19,8 +19,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 junit.framework.Test;
diff --git a/bindings/java/tests/LoginTest.java b/bindings/java/tests/LoginTest.java
index 33d0d8ca..01b5be41 100644
--- a/bindings/java/tests/LoginTest.java
+++ b/bindings/java/tests/LoginTest.java
@@ -19,8 +19,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/>.
*/
// To run it:
diff --git a/bindings/perl/ghashtable_handling.c b/bindings/perl/ghashtable_handling.c
index 8479a59e..be7b11e3 100644
--- a/bindings/perl/ghashtable_handling.c
+++ b/bindings/perl/ghashtable_handling.c
@@ -17,8 +17,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/>.
*
*/
diff --git a/bindings/perl/glist_handling.c b/bindings/perl/glist_handling.c
index 3a044d19..e51cc6cb 100644
--- a/bindings/perl/glist_handling.c
+++ b/bindings/perl/glist_handling.c
@@ -17,8 +17,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/>.
*
*/
diff --git a/bindings/perl/gobject_handling.c b/bindings/perl/gobject_handling.c
index 6689029c..f07af440 100644
--- a/bindings/perl/gobject_handling.c
+++ b/bindings/perl/gobject_handling.c
@@ -17,8 +17,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/>.
*
*/
diff --git a/bindings/perl/lang.py b/bindings/perl/lang.py
index 133db50c..0582675e 100644
--- a/bindings/perl/lang.py
+++ b/bindings/perl/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
import os.path
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
diff --git a/bindings/python/lang.py b/bindings/python/lang.py
index 72c2911c..1e3c89cc 100644
--- a/bindings/python/lang.py
+++ b/bindings/python/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
import sys
diff --git a/bindings/python/tests/XmlTestRunner.py b/bindings/python/tests/XmlTestRunner.py
index 3fa8a239..cb1486cf 100644
--- a/bindings/python/tests/XmlTestRunner.py
+++ b/bindings/python/tests/XmlTestRunner.py
@@ -19,8 +19,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 unittest
diff --git a/bindings/python/tests/binding_tests.py b/bindings/python/tests/binding_tests.py
index ba732f37..edbfc19f 100755
--- a/bindings/python/tests/binding_tests.py
+++ b/bindings/python/tests/binding_tests.py
@@ -21,8 +21,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 unittest
diff --git a/bindings/python/tests/idwsf1_tests.py b/bindings/python/tests/idwsf1_tests.py
index 9ace6200..89832b9b 100755
--- a/bindings/python/tests/idwsf1_tests.py
+++ b/bindings/python/tests/idwsf1_tests.py
@@ -19,8 +19,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
import unittest
diff --git a/bindings/python/tests/idwsf2_tests.py b/bindings/python/tests/idwsf2_tests.py
index 6d43a428..6f80c53d 100755
--- a/bindings/python/tests/idwsf2_tests.py
+++ b/bindings/python/tests/idwsf2_tests.py
@@ -21,8 +21,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
diff --git a/bindings/python/tests/profiles_tests.py b/bindings/python/tests/profiles_tests.py
index e86a6195..4d00f18d 100755
--- a/bindings/python/tests/profiles_tests.py
+++ b/bindings/python/tests/profiles_tests.py
@@ -21,8 +21,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
diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py
index 14c8c864..4a66b7fb 100755
--- a/bindings/python/tests/tests.py
+++ b/bindings/python/tests/tests.py
@@ -21,8 +21,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 __builtin__
diff --git a/bindings/utils.py b/bindings/utils.py
index a916e778..6c990572 100644
--- a/bindings/utils.py
+++ b/bindings/utils.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 string