user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 4/4] Makefile.PL: drop update-copyrights rule
  2023-02-15  8:01  6% [PATCH 0/4] various doc updates Eric Wong
@ 2023-02-15  8:01  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2023-02-15  8:01 UTC (permalink / raw)
  To: meta

I'm no longer updating them since it's noisy and acceptable
to not have them:

  https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/

I'm tired of being reminded what year it is :<
---
 Makefile.PL | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 9233ac9d..8de1351f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -261,11 +261,5 @@ symlink-install : lib/PublicInbox.pm
 pure_all :: lib/PublicInbox.pm
 lib/PublicInbox.pm : FORCE
 	VERSION=\$(VERSION) \$(PERL) -w ./version-gen.perl
-
-update-copyrights :
-	\@case '\$(GNULIB_PATH)' in '') echo >&2 GNULIB_PATH unset; false;; esac
-	git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \\
-		UPDATE_COPYRIGHT_USE_INTERVALS=2 \\
-		xargs \$(GNULIB_PATH)/build-aux/update-copyright
 EOF
 }

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/4] various doc updates
@ 2023-02-15  8:01  6% Eric Wong
  2023-02-15  8:01  7% ` [PATCH 4/4] Makefile.PL: drop update-copyrights rule Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2023-02-15  8:01 UTC (permalink / raw)
  To: meta

Weird things happen when I start looking at old features as
a guide for implementing new ones.

Eric Wong (4):
  doc: WWW + cgi: favor -netd over -httpd
  doc: flow: update with newer tools, note forkability
  doc: extindex update on configuration and union section
  Makefile.PL: drop update-copyrights rule

 Documentation/flow.ge                   | 13 +++++++++----
 Documentation/flow.txt                  | 18 ++++++++++++------
 Documentation/include.mk                | 15 +++++++++------
 Documentation/public-inbox-extindex.pod | 10 +++++++---
 Documentation/public-inbox.cgi.pod      | 14 ++++++++------
 Makefile.PL                             |  6 ------
 lib/PublicInbox/WWW.pod                 | 16 +++++++++-------
 7 files changed, 54 insertions(+), 38 deletions(-)

^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-02-15  8:01  6% [PATCH 0/4] various doc updates Eric Wong
2023-02-15  8:01  7% ` [PATCH 4/4] Makefile.PL: drop update-copyrights rule Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).