diff options
author | Michele Calgaro <[email protected]> | 2022-09-02 13:08:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-02 22:35:33 +0900 |
commit | 910299357b9d78a09f7abd0c7e50fee45400f4c9 (patch) | |
tree | 54d94176bbf4a83bb4bd9e156a8c9804af7e151c /CMake/Modules/COPYING-CMAKE-SCRIPTS | |
parent | 49a06000d2aff8b581e0d8dc343e3590a1e5f7cd (diff) | |
download | gtk-qt-engine-910299357b9d78a09f7abd0c7e50fee45400f4c9.tar.gz gtk-qt-engine-910299357b9d78a09f7abd0c7e50fee45400f4c9.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0324d1c73f56c449976f7bd5e249ec4ecf3e750c)
Diffstat (limited to 'CMake/Modules/COPYING-CMAKE-SCRIPTS')
-rw-r--r-- | CMake/Modules/COPYING-CMAKE-SCRIPTS | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/CMake/Modules/COPYING-CMAKE-SCRIPTS b/CMake/Modules/COPYING-CMAKE-SCRIPTS deleted file mode 100644 index 9cb049d..0000000 --- a/CMake/Modules/COPYING-CMAKE-SCRIPTS +++ /dev/null @@ -1,27 +0,0 @@ -This licence file applies only to FindMsgfmt.cmake and was taken from: -http://code.google.com/p/cmake-modules/ - ------------------------------------------------------------------------ - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |