mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
Add missing copyright notices.
This commit is contained in:
parent
cf9e498b24
commit
2951f5571c
@ -1,4 +1,24 @@
|
|||||||
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
|
||||||
|
@ -1,4 +1,24 @@
|
|||||||
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
# Conky 2.x requires GCC 4.4 or newer
|
# Conky 2.x requires GCC 4.4 or newer
|
||||||
try_compile(GCC4_WORKS
|
try_compile(GCC4_WORKS
|
||||||
|
@ -1,4 +1,24 @@
|
|||||||
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
if(MAINTAINER_MODE)
|
if(MAINTAINER_MODE)
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
set(CPACK_GENERATOR "TGZ;STGZ;DEB")
|
set(CPACK_GENERATOR "TGZ;STGZ;DEB")
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>=2.10-1), libgcc1 (>= 1:4.4.0)")
|
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>=2.10-1), libgcc1 (>= 1:4.4.0)")
|
||||||
set(CPACK_PACKAGE_CONTACT "brenden@diddyinc.com")
|
set(CPACK_PACKAGE_CONTACT "brenden@diddyinc.com")
|
||||||
|
@ -1,4 +1,24 @@
|
|||||||
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
include(CheckFunctionExists)
|
include(CheckFunctionExists)
|
||||||
|
@ -1,4 +1,24 @@
|
|||||||
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
# ${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml
|
# ${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml
|
||||||
# ${db2x_manxml_cmd} docs.mxml
|
# ${db2x_manxml_cmd} docs.mxml
|
||||||
# ${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
|
# ${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
function(wrap_tolua VAR)
|
function(wrap_tolua VAR)
|
||||||
if(NOT ARGN)
|
if(NOT ARGN)
|
||||||
message(SEND_ERROR "Error: wrap_tolua called without any files")
|
message(SEND_ERROR "Error: wrap_tolua called without any files")
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
include(Docbook)
|
include(Docbook)
|
||||||
|
|
||||||
if(MAINTAINER_MODE)
|
if(MAINTAINER_MODE)
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
include(ToLua)
|
include(ToLua)
|
||||||
|
|
||||||
if(BUILD_LUA_CAIRO)
|
if(BUILD_LUA_CAIRO)
|
||||||
|
@ -1,4 +1,24 @@
|
|||||||
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
# vim: ts=4 sw=4 noet ai cindent syntax=cmake
|
||||||
|
#
|
||||||
|
# Conky, a system monitor, based on torsmo
|
||||||
|
#
|
||||||
|
# Please see COPYING for details
|
||||||
|
#
|
||||||
|
# Copyright (c) 2005-2010 Brenden Matthews, et. al. (see AUTHORS)
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
include_directories(${conky_includes})
|
include_directories(${conky_includes})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user