From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id BD7F43856B5D; Sat, 10 Dec 2022 09:14:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD7F43856B5D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670663659; bh=pwhoqC+jLWkmDb6jvPq/js3c8wf95zyK9guUxXEevD0=; h=From:To:Subject:Date:From; b=r26r8O9tSQk85K96zSlQUiDBwnYUUpdrMVYBwaZQ4+cvWljV3p8tg2eKB+wn1HVZO 71+WQ2nh8CHFeVtCRwZdL1CKg6tb2SnuPte4pzQ3ZL8gtC2NM1GVrIZCxJCDvIMzmE PCr0PkJsS2l/Eqzr8QW7REeaxFV/cL34ika+PZLU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4592] Add initial ChangeLogs for modula2. X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/master X-Git-Oldrev: 24ff0b3e0c41e3997fb4c11736b8a412afbaadf3 X-Git-Newrev: 68ee8a64ac17ded4ffda7a6ba4f387f40305e639 Message-Id: <20221210091419.BD7F43856B5D@sourceware.org> Date: Sat, 10 Dec 2022 09:14:19 +0000 (GMT) List-Id: https://gcc.gnu.org/g:68ee8a64ac17ded4ffda7a6ba4f387f40305e639 commit r13-4592-g68ee8a64ac17ded4ffda7a6ba4f387f40305e639 Author: Gaius Mulley Date: Sat Dec 10 09:10:29 2022 +0000 Add initial ChangeLogs for modula2. Add initial ChangeLog file in libgm2 and gcc/m2. ChangeLog: * libgm2: (New directory). * libgm2/ChangeLog: (New file). gcc/ChangeLog: * m2: (New directory). * m2/ChangeLog: (New file). Signed-off-by: Gaius Mulley Diff: --- gcc/m2/ChangeLog | 5 +++++ libgm2/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog new file mode 100644 index 00000000000..d1f979eaeab --- /dev/null +++ b/gcc/m2/ChangeLog @@ -0,0 +1,5 @@ +Copyright (C) 2022 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog new file mode 100644 index 00000000000..d1f979eaeab --- /dev/null +++ b/libgm2/ChangeLog @@ -0,0 +1,5 @@ +Copyright (C) 2022 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.