diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:26 -0800 |
commit | 9e8bdf489bf973edbaeea0e662fc9421e25089be (patch) | |
tree | 67fa2a08bf8a6c9d149dd8ab87c16b98ca0d148d /panoramixproto | |
parent | c6276c530b0ed01bf7854b0d7f9a5da2b118c021 (diff) |
Move common panoramixproto files out of the way
Diffstat (limited to 'panoramixproto')
-rw-r--r-- | panoramixproto/.gitignore | 11 | ||||
-rw-r--r-- | panoramixproto/COPYING | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/panoramixproto/.gitignore b/panoramixproto/.gitignore new file mode 100644 index 0000000..67ae2aa --- /dev/null +++ b/panoramixproto/.gitignore @@ -0,0 +1,11 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.log +config.status +configure +install-sh +missing +panoramixproto.pc +*~ diff --git a/panoramixproto/COPYING b/panoramixproto/COPYING new file mode 100644 index 0000000..7f33cbf --- /dev/null +++ b/panoramixproto/COPYING @@ -0,0 +1,12 @@ +This is a stub file. This package has not yet had its complete licensing +information compiled. Please see the individual source files for details on +your rights to use and modify this software. + +Please submit updated COPYING files to the Xorg bugzilla: + +https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +All licensing questions regarding this software should be directed at the +Xorg mailing list: + +http://lists.freedesktop.org/mailman/listinfo/xorg |