aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Wei <me@sean.taipei>2025-06-13 12:53:00 -0400
committerThomas Huth <thuth@redhat.com>2025-06-26 00:42:37 +0200
commite656492766ce947cf0699e0e3d602a2587ac38d3 (patch)
tree8891e1301e636e1caf7e1818422a1fb7d6d75e5f
parent19f5891f2ee6bdebc4c522ea5744f4d4ea7365f1 (diff)
downloadqemu-e656492766ce947cf0699e0e3d602a2587ac38d3.zip
qemu-e656492766ce947cf0699e0e3d602a2587ac38d3.tar.gz
qemu-e656492766ce947cf0699e0e3d602a2587ac38d3.tar.bz2
contrib: replace FSF postal address with licenses URL
The LGPLv2.1 boiler-plate in pdb.c file still contained the obsolete "51 Franklin Street" postal address. Replace it with the canonical GNU licenses URL recommended by the FSF: https://www.gnu.org/licenses/ Signed-off-by: Sean Wei <me@sean.taipei> Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> Message-ID: <20250613.qemu.patch.10@sean.taipei> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--contrib/elf2dmp/pdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/elf2dmp/pdb.c b/contrib/elf2dmp/pdb.c
index 492aca4..47c5126 100644
--- a/contrib/elf2dmp/pdb.c
+++ b/contrib/elf2dmp/pdb.c
@@ -14,8 +14,8 @@
* 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ * License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
*/
#include "qemu/osdep.h"