From 6bf5b0509356a38287a148eb9513a414439b5fad Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 6 Feb 2014 20:02:52 +0000 Subject: [PATCH] Remove FSF address from copyright boilerplate Intel guidelines now recommend that this is omitted. Signed-off-by: David Woodhouse --- auth.c | 7 ------- compat.c | 7 ------- cstp.c | 7 ------- dtls.c | 7 ------- gnutls.c | 7 ------- gnutls.h | 7 ------- gnutls_pkcs12.c | 6 ------ gnutls_tpm.c | 7 ------- http.c | 7 ------- java/src/com/example/LibTest.java | 7 ------- java/src/org/infradead/libopenconnect/LibOpenConnect.java | 7 ------- jni.c | 7 ------- library.c | 7 ------- main.c | 7 ------- mainloop.c | 7 ------- openconnect-internal.h | 7 ------- openconnect.h | 7 ------- openssl.c | 7 ------- ssl.c | 7 ------- ssl_ui.c | 7 ------- tun.c | 7 ------- xml.c | 7 ------- 22 files changed, 153 deletions(-) diff --git a/auth.c b/auth.c index d57a8f15..09379c62 100644 --- a/auth.c +++ b/auth.c @@ -15,13 +15,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/compat.c b/compat.c index 78c306de..6aa339cd 100644 --- a/compat.c +++ b/compat.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/cstp.c b/cstp.c index bc30859a..c588d772 100644 --- a/cstp.c +++ b/cstp.c @@ -14,13 +14,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/dtls.c b/dtls.c index 39834197..aa6d0d7f 100644 --- a/dtls.c +++ b/dtls.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/gnutls.c b/gnutls.c index e75cd0cb..1cb1e7cd 100644 --- a/gnutls.c +++ b/gnutls.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/gnutls.h b/gnutls.h index c7eb9775..00ed1b18 100644 --- a/gnutls.h +++ b/gnutls.h @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #ifndef __OPENCONNECT_GNUTLS_H__ diff --git a/gnutls_pkcs12.c b/gnutls_pkcs12.c index b009f3fa..9401796b 100644 --- a/gnutls_pkcs12.c +++ b/gnutls_pkcs12.c @@ -33,12 +33,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA - * */ diff --git a/gnutls_tpm.c b/gnutls_tpm.c index 478b0da1..63d9d614 100644 --- a/gnutls_tpm.c +++ b/gnutls_tpm.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ /* diff --git a/http.c b/http.c index 3b04297b..198e3068 100644 --- a/http.c +++ b/http.c @@ -14,13 +14,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/java/src/com/example/LibTest.java b/java/src/com/example/LibTest.java index 14629269..11ab2896 100644 --- a/java/src/com/example/LibTest.java +++ b/java/src/com/example/LibTest.java @@ -11,13 +11,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ package com.example; diff --git a/java/src/org/infradead/libopenconnect/LibOpenConnect.java b/java/src/org/infradead/libopenconnect/LibOpenConnect.java index e8cd3b9b..ffddfe1b 100644 --- a/java/src/org/infradead/libopenconnect/LibOpenConnect.java +++ b/java/src/org/infradead/libopenconnect/LibOpenConnect.java @@ -11,13 +11,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ package org.infradead.libopenconnect; diff --git a/jni.c b/jni.c index 58e522d6..f82306e9 100644 --- a/jni.c +++ b/jni.c @@ -11,13 +11,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/library.c b/library.c index 940f3865..d02c72c5 100644 --- a/library.c +++ b/library.c @@ -14,13 +14,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/main.c b/main.c index 9d246b1e..f97c5a39 100644 --- a/main.c +++ b/main.c @@ -15,13 +15,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #ifdef HAVE_GETLINE diff --git a/mainloop.c b/mainloop.c index 7c78d074..05b6c9e7 100644 --- a/mainloop.c +++ b/mainloop.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/openconnect-internal.h b/openconnect-internal.h index f040a475..314ff471 100644 --- a/openconnect-internal.h +++ b/openconnect-internal.h @@ -15,13 +15,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #ifndef __OPENCONNECT_INTERNAL_H__ diff --git a/openconnect.h b/openconnect.h index baed928c..e23ca481 100644 --- a/openconnect.h +++ b/openconnect.h @@ -15,13 +15,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #ifndef __OPENCONNECT_H__ diff --git a/openssl.c b/openssl.c index 5f23c088..ca183a44 100644 --- a/openssl.c +++ b/openssl.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/ssl.c b/ssl.c index b0316656..583fa318 100644 --- a/ssl.c +++ b/ssl.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/ssl_ui.c b/ssl_ui.c index 80cbf29f..5216ec33 100644 --- a/ssl_ui.c +++ b/ssl_ui.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include #include diff --git a/tun.c b/tun.c index 13feec3e..69bd6d84 100644 --- a/tun.c +++ b/tun.c @@ -13,13 +13,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include diff --git a/xml.c b/xml.c index 923f9c9d..7851d7d9 100644 --- a/xml.c +++ b/xml.c @@ -14,13 +14,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to: - * - * Free Software Foundation, Inc. - * 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA */ #include