summaryrefslogtreecommitdiff
path: root/src/dns/nm-dns-dnsmasq.h
Commit message (Collapse)AuthorAgeFilesLines
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+2
|
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+2
| | | | | $ find * -type f |xargs perl contrib/scripts/spdx.pl $ git rm contrib/scripts/spdx.pl
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | We no longer add these. If you use Emacs, configure it yourself. Also, due to our "smart-tab" usage the editor anyway does a subpar job handling our tabs. However, on the upside every user can choose whatever tab-width he/she prefers. If "smart-tabs" are used properly (like we do), every tab-width will work. No manual changes, just ran commands: F=($(git grep -l -e '-\*-')) sed '1 { /\/\* *-\*- *[mM]ode.*\*\/$/d }' -i "${F[@]}" sed '1,4 { /^\(#\|--\|dnl\) *-\*- [mM]ode/d }' -i "${F[@]}" Check remaining lines with: git grep -e '-\*-' The ultimate purpose of this is to cleanup our files and eventually use SPDX license identifiers. For that, first get rid of the boilerplate lines.
* build: rename "src/dns-manager" to "src/dns"Thomas Haller2016-11-211-0/+38
The dns directory does not only contain the manager instance, but various files related to DNS. Rename.