branch: externals/graphql commit 4575642c3213593abe5972510c418ebb11bf1d99 Author: Sean Allred <allred.s...@gmail.com> Commit: Sean Allred <allred.s...@gmail.com>
Mark copyright as now held by the FSF --- graphql-examples.el | 4 ++++ graphql.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/graphql-examples.el b/graphql-examples.el index 135d185694..96cc82d4f5 100644 --- a/graphql-examples.el +++ b/graphql-examples.el @@ -1,3 +1,7 @@ +;; -*- lexical-binding: t; -*- + +;; Copyright (C) 2017-2022 Free Software Foundation, Inc. + (require 'subr-x) (require 'json) (require 'ghub nil t) diff --git a/graphql.el b/graphql.el index b112e7aad2..0827cd75c5 100644 --- a/graphql.el +++ b/graphql.el @@ -1,6 +1,6 @@ ;;; graphql.el --- GraphQL utilities -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Sean Allred +;; Copyright (C) 2017-2022 Free Software Foundation, Inc. ;; Author: Sean Allred <c...@seanallred.com> ;; Keywords: hypermedia, tools, lisp