gnucash-docs maint: Add license file to git tracking

Geert Janssens gjanssens at code.gnucash.org
Wed Sep 22 10:19:48 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/ab60da39 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/7c0642f0 (commit)



commit ab60da39de71b488bd533cae20b06dfe0b2ee3d0
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Sep 22 16:19:42 2021 +0200

    Add license file to git tracking
    
    It is an autogenerated file from autotools but it was
    ignored by our current git config. A previous commit
    chose to install the file, but that's difficult if it's
    missing.

diff --git a/.gitignore b/.gitignore
index 30cfa985..19050bdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@
 # For other purposes adjust "$XDG_CONFIG_HOME/git/ignore!
 
 #absolute:
-/COPYING
 /INSTALL
 /aclocal.m4
 /autom4te.cache/
@@ -15,4 +14,4 @@
 /missing
 
 #relative:
-Makefile.in
\ No newline at end of file
+Makefile.in
diff --git a/COPYING b/COPYING
new file mode 120000
index 00000000..28ecdc8a
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+/usr/share/automake-1.16/COPYING
\ No newline at end of file



Summary of changes:
 .gitignore | 3 +--
 COPYING    | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)
 create mode 120000 COPYING



More information about the gnucash-changes mailing list