You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Martin Ritchie <ri...@apache.org> on 2007/06/18 13:04:53 UTC

[C++][M2] License header issues

I've just updated the Java code based on the output of the RAT
(release audit tool) (http://code.google.com/p/arat/) This is a tool
written by one of the Incubator fokes to help make checking releases
easier.

While not all of these files need to have the Apache License on them
it would be good if someone had time to check that they don't need the
header. Simple rule seems to be, if you can add a comment to the file
then it is best to put the licence in on the file.

I got the Java down to 5 files without the header YMMV.

Hope this is useful for you.

 !????? ./DESIGN
 !????? ./Makefile.am
 !????? ./bootstrap
 !????? ./configure.ac
 !????? ./make-dist
 !????? ./qpid-autotools-install
 !????? ./qpidc.spec.in
 !????? ./versions
 !????? ./build-aux/compile
 !????? ./build-aux/config.guess
 !????? ./build-aux/config.rpath
 !????? ./build-aux/config.sub
 !????? ./build-aux/depcomp
 !????? ./build-aux/install-sh
 !????? ./build-aux/ltmain.sh
 !????? ./build-aux/mdate-sh
 !????? ./build-aux/missing
 !????? ./docs/api/Makefile.am
 !????? ./docs/api/user.doxygen
 !????? ./docs/man/Makefile.am
 !????? ./docs/man/qpidd.x
 !????? ./etc/qpidd
 !????? ./gen/Makefile.am
 !????? ./gen/make-gen-src-mk.sh
 !????? ./lib/Makefile.am
 !????? ./lib/broker/Makefile.am
 !????? ./lib/client/Makefile.am
 !????? ./lib/common/Makefile.am
 !????? ./lib/common/doxygen_mainpage.h
 !????? ./m4/clock_time.m4
 !????? ./m4/compiler-flags.m4
 !????? ./m4/cppunit.m4
 !????? ./m4/extensions.m4
 !????? ./rpm/Makefile.am
 !????? ./src/Makefile.am
 !????? ./tests/.vg-supp
 !????? ./tests/Makefile.am
 !????? ./tests/daemon_test
 !????? ./tests/env
 !????? ./tests/examples.Makefile
 !????? ./tests/examples.README
 !????? ./tests/run-python-tests
 !????? ./tests/run-system-tests
 !????? ./tests/run-unit-tests
 !????? ./tests/setup
 !????? ./tests/topicall
 !????? ./tests/topictest
-- 
Martin Ritchie

Re: [C++][M2] License header issues

Posted by Gordon Sim <gs...@redhat.com>.
Martin Ritchie wrote:
> Hope this is useful for you.

Very; thanks!