public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [PUSHED] Update FSF Copyright years to include 2021.
@ 2021-02-12 12:29 Mark Wielaard
  2021-02-14  7:58 ` Tom de Vries
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Wielaard @ 2021-02-12 12:29 UTC (permalink / raw)
  To: dwz; +Cc: Mark Wielaard

This should have been done as part of commit f7c0d8afb
"Sync dwarf2.{def,h} and dwarfnames.c from gcc/libiberty."
---
 COPYRIGHT_YEARS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/COPYRIGHT_YEARS b/COPYRIGHT_YEARS
index 197e526..fdd9942 100644
--- a/COPYRIGHT_YEARS
+++ b/COPYRIGHT_YEARS
@@ -1,3 +1,3 @@
--DFSF_YEARS='"1992-2019"'
+-DFSF_YEARS='"1992-2021"'
 -DRH_YEARS='"2001-2021"'
 -DSUSE_YEARS='"2019"'
-- 
2.18.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PUSHED] Update FSF Copyright years to include 2021.
  2021-02-12 12:29 [PUSHED] Update FSF Copyright years to include 2021 Mark Wielaard
@ 2021-02-14  7:58 ` Tom de Vries
  2021-02-18 13:39   ` Mark Wielaard
  0 siblings, 1 reply; 4+ messages in thread
From: Tom de Vries @ 2021-02-14  7:58 UTC (permalink / raw)
  To: Mark Wielaard, dwz

On 2/12/21 1:29 PM, Mark Wielaard wrote:
> This should have been done as part of commit f7c0d8afb
> "Sync dwarf2.{def,h} and dwarfnames.c from gcc/libiberty."

Hi Mark,

FWIW, there's a script contrib/release/gen-copyright-years.sh, that
comes to the same conclusion:
...
$ git ch origin/master^
$ ./contrib/release/gen-copyright-years.sh
processing file: dwarfnames.c
Processing line: 2012-2021 Free Software Foundation, Inc.
processing file: dwz.c
Processing line: 2001-2021 Red Hat, Inc.
Processing line: 2003 Free Software Foundation, Inc.
Processing line: 2019 SUSE LLC.
processing file: hashtab.c
Processing line: 1999-2016 Free Software Foundation, Inc.
processing file: sha1.c
Processing line: 2000, 2001, 2003, 2004, 2005, 2006, 2008 Free Software
Foundation, Inc.
processing file: dwarf2.h
Processing line: 1992-2021 Free Software Foundation, Inc.
processing file: hashtab.h
Processing line: 1999, 2000, 2002, 2003, 2004, 2005, 2009, 2010 Free
Software Foundation, Inc.
processing file: iterators.h
Processing line: 2019 SUSE LLC.
processing file: sha1.h
Processing line: 2000, 2001, 2003, 2005, 2006, 2008, 2010 Free Software
Foundation, Inc.
processing file: dwarf2.def
Processing line: 1992-2021 Free Software Foundation, Inc.
$ git diff
diff --git a/COPYRIGHT_YEARS b/COPYRIGHT_YEARS
index 197e526..fdd9942 100644
--- a/COPYRIGHT_YEARS
+++ b/COPYRIGHT_YEARS
@@ -1,3 +1,3 @@
--DFSF_YEARS='"1992-2019"'
+-DFSF_YEARS='"1992-2021"'
 -DRH_YEARS='"2001-2021"'
 -DSUSE_YEARS='"2019"'
...

Thanks,
- Tom

> ---
>  COPYRIGHT_YEARS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/COPYRIGHT_YEARS b/COPYRIGHT_YEARS
> index 197e526..fdd9942 100644
> --- a/COPYRIGHT_YEARS
> +++ b/COPYRIGHT_YEARS
> @@ -1,3 +1,3 @@
> --DFSF_YEARS='"1992-2019"'
> +-DFSF_YEARS='"1992-2021"'
>  -DRH_YEARS='"2001-2021"'
>  -DSUSE_YEARS='"2019"'
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PUSHED] Update FSF Copyright years to include 2021.
  2021-02-14  7:58 ` Tom de Vries
@ 2021-02-18 13:39   ` Mark Wielaard
  2021-02-18 13:45     ` Tom de Vries
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Wielaard @ 2021-02-18 13:39 UTC (permalink / raw)
  To: Tom de Vries, dwz

Hi Tom,

On Sun, 2021-02-14 at 08:58 +0100, Tom de Vries wrote:
> On 2/12/21 1:29 PM, Mark Wielaard wrote:
> > This should have been done as part of commit f7c0d8afb
> > "Sync dwarf2.{def,h} and dwarfnames.c from gcc/libiberty."
> 
> FWIW, there's a script contrib/release/gen-copyright-years.sh, that
> comes to the same conclusion:
> ...

O nice, I wasn't aware of the contrib/release scripts.
So we have everything needed to do a release there?

Cheers,

Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PUSHED] Update FSF Copyright years to include 2021.
  2021-02-18 13:39   ` Mark Wielaard
@ 2021-02-18 13:45     ` Tom de Vries
  0 siblings, 0 replies; 4+ messages in thread
From: Tom de Vries @ 2021-02-18 13:45 UTC (permalink / raw)
  To: Mark Wielaard, dwz

On 2/18/21 2:39 PM, Mark Wielaard wrote:
> Hi Tom,
> 
> On Sun, 2021-02-14 at 08:58 +0100, Tom de Vries wrote:
>> On 2/12/21 1:29 PM, Mark Wielaard wrote:
>>> This should have been done as part of commit f7c0d8afb
>>> "Sync dwarf2.{def,h} and dwarfnames.c from gcc/libiberty."
>>
>> FWIW, there's a script contrib/release/gen-copyright-years.sh, that
>> comes to the same conclusion:
>> ...
> 
> O nice, I wasn't aware of the contrib/release scripts.
> So we have everything needed to do a release there?

Well, I don't know if it's everything, but I've tried to write scripts
to automate the process.

There's:
...
$ ls -1 contrib/release/*.sh
contrib/release/do-release.sh
contrib/release/gen-copyright-years.sh
contrib/release/upload-release.sh
...

So:
- gen-copyright-years updates COPYRIGHT_YEARS.
- do-release does a git tag and updates VERSION
- upload-release.sh uploads the release to the sourceware site

I guess other things to do are:
- sent out release announcement, and
- update webpage.

Thanks,
- Tom

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-18 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 12:29 [PUSHED] Update FSF Copyright years to include 2021 Mark Wielaard
2021-02-14  7:58 ` Tom de Vries
2021-02-18 13:39   ` Mark Wielaard
2021-02-18 13:45     ` Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).