mirror of git://gcc.gnu.org/git/gcc.git
Update copyright years.
This commit is contained in:
parent
6441eb6dc0
commit
29bc14c750
|
|
@ -3,7 +3,7 @@
|
|||
# A simple script that generates loongarch-evolution.h
|
||||
# from genopts/isa-evolution.in
|
||||
#
|
||||
# Copyright (C) 2021-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2021-2025 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GCC.
|
||||
#
|
||||
|
|
@ -150,7 +150,7 @@ function gen_full_header()
|
|||
print " Please do not edit this file directly."
|
||||
print ""
|
||||
|
||||
copyright_header(2023, 2024)
|
||||
copyright_header(2023, 2025)
|
||||
|
||||
print "*/"
|
||||
print ""
|
||||
|
|
@ -186,7 +186,7 @@ function gen_full_source()
|
|||
print " Please do not edit this file directly."
|
||||
print ""
|
||||
|
||||
copyright_header(2023, 2024)
|
||||
copyright_header(2023, 2025)
|
||||
|
||||
print "*/"
|
||||
print ""
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2022-2025 Free Software Foundation, Inc.
|
||||
# This file is part of GCC.
|
||||
|
||||
# GCC is free software; you can redistribute it and/or modify
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
@SET_MAKE@
|
||||
|
||||
# Makefile.am -- Backtrace Makefile.
|
||||
# Copyright (C) 2012-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2012-2025 Free Software Foundation, Inc.
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* Unicode name to codepoint.
|
||||
Copyright (C) 2005-2024 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2025 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
# Plugins for offload execution, Makefile.am fragment.
|
||||
#
|
||||
# Copyright (C) 2014-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2014-2025 Free Software Foundation, Inc.
|
||||
#
|
||||
# Contributed by Mentor Embedded.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
@SET_MAKE@
|
||||
|
||||
# Makefile for the toplevel directory of the D Standard library.
|
||||
# Copyright (C) 2006-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2025 Free Software Foundation, Inc.
|
||||
#
|
||||
# GCC is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
@SET_MAKE@
|
||||
|
||||
# Makefile for the D runtime library.
|
||||
# Copyright (C) 2012-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2012-2025 Free Software Foundation, Inc.
|
||||
#
|
||||
# GCC is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
@SET_MAKE@
|
||||
|
||||
# Makefile.am -- Backtrace in libstdc++ Makefile.
|
||||
# Copyright (C) 2012-2024 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2012-2025 Free Software Foundation, Inc.
|
||||
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
|
|
|
|||
Loading…
Reference in New Issue