From 30c41abc41b1b415ebb42444ced6087c79b70f3a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 15 Dec 2020 17:39:12 +0100 Subject: [PATCH] c++: Add changelog files in c++tools/ and libcody/ directories Add ChangeLog files, so that update_version_git can then fill those in. --- c++tools/ChangeLog | 6 ++++++ libcody/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 c++tools/ChangeLog create mode 100644 libcody/ChangeLog diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog new file mode 100644 index 00000000000..8c10b9ed634 --- /dev/null +++ b/c++tools/ChangeLog @@ -0,0 +1,6 @@ + +Copyright (C) 2020 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/libcody/ChangeLog b/libcody/ChangeLog new file mode 100644 index 00000000000..8c10b9ed634 --- /dev/null +++ b/libcody/ChangeLog @@ -0,0 +1,6 @@ + +Copyright (C) 2020 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.