aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-02-27 19:23:16 +0000
committerivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-02-27 19:23:16 +0000
commit70acad5df85e0224b2fae231c68533b30ffb8870 (patch)
treea8cc83272dd41a63dfd21931f0f86d3e1a908eb2 /Makefile.am
parentInitialize file descriptors to -1, not 0, in MachoWalker. (diff)
downloadbreakpad-70acad5df85e0224b2fae231c68533b30ffb8870.tar.xz
Renaming file COPYING to LICENSE and appending the disclaimer from src/common/convert_UTF.h to LICENSE.
R=mark@chromium.org Review URL: https://breakpad.appspot.com/1174003 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1285 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 002c5566..410e4c54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,14 +64,17 @@ endif
# Specify include paths for ac macros
ACLOCAL_AMFLAGS = -I m4
+# License file is called LICENSE not COPYING
+AUTOMAKE_OPTIONS = foreign
+
## Documentation
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
dist_doc_DATA = \
AUTHORS \
- COPYING \
ChangeLog \
INSTALL \
+ LICENSE \
NEWS \
README