diff options
| author | Simo Sorce <simo@redhat.com> | 2013-11-27 14:04:51 -0500 |
|---|---|---|
| committer | Frédéric Péters <fpeters@entrouvert.com> | 2013-12-03 21:55:06 +0100 |
| commit | 3a6b2fdee76b5f782094b6b268bfdf895263eda8 (patch) | |
| tree | ab86e46dc2eda8f51edbcc84c7d355e2ab6e14e2 /lasso/xml/dsig | |
| parent | 9c08482b46e8d67085de2da38cd6c4b699674206 (diff) | |
| download | lasso-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 'lasso/xml/dsig')
| -rw-r--r-- | lasso/xml/dsig/ds_key_info.c | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_key_info.h | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_key_value.c | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_key_value.h | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_rsa_key_value.c | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_rsa_key_value.h | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_x509_data.c | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/ds_x509_data.h | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/strings.h | 3 | ||||
| -rw-r--r-- | lasso/xml/dsig/xml_dsig.h | 3 |
10 files changed, 10 insertions, 20 deletions
diff --git a/lasso/xml/dsig/ds_key_info.c b/lasso/xml/dsig/ds_key_info.c index f4749489..42475449 100644 --- a/lasso/xml/dsig/ds_key_info.c +++ b/lasso/xml/dsig/ds_key_info.c @@ -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/>. */ #include "../private.h" diff --git a/lasso/xml/dsig/ds_key_info.h b/lasso/xml/dsig/ds_key_info.h index 003d1da2..d4857434 100644 --- a/lasso/xml/dsig/ds_key_info.h +++ b/lasso/xml/dsig/ds_key_info.h @@ -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/>. */ #ifndef __LASSO_DS_KEY_INFO_H__ diff --git a/lasso/xml/dsig/ds_key_value.c b/lasso/xml/dsig/ds_key_value.c index ab7b2cf4..765caa78 100644 --- a/lasso/xml/dsig/ds_key_value.c +++ b/lasso/xml/dsig/ds_key_value.c @@ -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/>. */ #include "../private.h" diff --git a/lasso/xml/dsig/ds_key_value.h b/lasso/xml/dsig/ds_key_value.h index bb5ff338..f6d39066 100644 --- a/lasso/xml/dsig/ds_key_value.h +++ b/lasso/xml/dsig/ds_key_value.h @@ -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/>. */ #ifndef __LASSO_DS_KEY_VALUE_H__ diff --git a/lasso/xml/dsig/ds_rsa_key_value.c b/lasso/xml/dsig/ds_rsa_key_value.c index f6166652..8b3049ac 100644 --- a/lasso/xml/dsig/ds_rsa_key_value.c +++ b/lasso/xml/dsig/ds_rsa_key_value.c @@ -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/>. */ #include "../private.h" diff --git a/lasso/xml/dsig/ds_rsa_key_value.h b/lasso/xml/dsig/ds_rsa_key_value.h index 51bf4f70..e849e58e 100644 --- a/lasso/xml/dsig/ds_rsa_key_value.h +++ b/lasso/xml/dsig/ds_rsa_key_value.h @@ -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/>. */ #ifndef __LASSO_DS_RSA_KEY_VALUE_H__ diff --git a/lasso/xml/dsig/ds_x509_data.c b/lasso/xml/dsig/ds_x509_data.c index ef3a88c7..01b50f7f 100644 --- a/lasso/xml/dsig/ds_x509_data.c +++ b/lasso/xml/dsig/ds_x509_data.c @@ -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/>. */ #include "../private.h" diff --git a/lasso/xml/dsig/ds_x509_data.h b/lasso/xml/dsig/ds_x509_data.h index a6d2e451..1ff34fb4 100644 --- a/lasso/xml/dsig/ds_x509_data.h +++ b/lasso/xml/dsig/ds_x509_data.h @@ -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/>. */ #ifndef __LASSO_DS_X509_DATA_H__ diff --git a/lasso/xml/dsig/strings.h b/lasso/xml/dsig/strings.h index a4c534a8..8408a85f 100644 --- a/lasso/xml/dsig/strings.h +++ b/lasso/xml/dsig/strings.h @@ -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/>. * */ diff --git a/lasso/xml/dsig/xml_dsig.h b/lasso/xml/dsig/xml_dsig.h index dcafcc6b..69065c11 100644 --- a/lasso/xml/dsig/xml_dsig.h +++ b/lasso/xml/dsig/xml_dsig.h @@ -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/>. */ #ifndef __LASSO_XML_DSIG_H__ |
