Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Dnsmasq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Dnsmasq
Commits
c47e3ba4
Commit
c47e3ba4
authored
Jan 08, 2014
by
Simon Kelley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright for 2014.
parent
f1668d27
Changes
32
Show whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
33 additions
and
33 deletions
+33
-33
Makefile
Makefile
+1
-1
src/auth.c
src/auth.c
+1
-1
src/bpf.c
src/bpf.c
+1
-1
src/cache.c
src/cache.c
+1
-1
src/config.h
src/config.h
+1
-1
src/conntrack.c
src/conntrack.c
+1
-1
src/dbus.c
src/dbus.c
+1
-1
src/dhcp-common.c
src/dhcp-common.c
+1
-1
src/dhcp-protocol.h
src/dhcp-protocol.h
+1
-1
src/dhcp.c
src/dhcp.c
+1
-1
src/dhcp6-protocol.h
src/dhcp6-protocol.h
+1
-1
src/dhcp6.c
src/dhcp6.c
+1
-1
src/dns-protocol.h
src/dns-protocol.h
+1
-1
src/dnsmasq.c
src/dnsmasq.c
+1
-1
src/dnsmasq.h
src/dnsmasq.h
+2
-2
src/domain.c
src/domain.c
+1
-1
src/forward.c
src/forward.c
+1
-1
src/helper.c
src/helper.c
+1
-1
src/lease.c
src/lease.c
+1
-1
src/log.c
src/log.c
+1
-1
src/netlink.c
src/netlink.c
+1
-1
src/network.c
src/network.c
+1
-1
src/option.c
src/option.c
+1
-1
src/outpacket.c
src/outpacket.c
+1
-1
src/radv-protocol.h
src/radv-protocol.h
+1
-1
src/radv.c
src/radv.c
+1
-1
src/rfc1035.c
src/rfc1035.c
+1
-1
src/rfc2131.c
src/rfc2131.c
+1
-1
src/rfc3315.c
src/rfc3315.c
+1
-1
src/slaac.c
src/slaac.c
+1
-1
src/tftp.c
src/tftp.c
+1
-1
src/util.c
src/util.c
+1
-1
No files found.
Makefile
View file @
c47e3ba4
# dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
# dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
#
# 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
...
...
src/auth.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/bpf.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/cache.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/config.h
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/conntrack.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dbus.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dhcp-common.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dhcp-protocol.h
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dhcp.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dhcp6-protocol.h
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dhcp6.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dns-protocol.h
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dnsmasq.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/dnsmasq.h
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
@@ -14,7 +14,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define COPYRIGHT "Copyright (c) 2000-201
3
Simon Kelley"
#define COPYRIGHT "Copyright (c) 2000-201
4
Simon Kelley"
#ifndef NO_LARGEFILE
/* Ensure we can use files >2GB (log files may grow this big) */
...
...
src/domain.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/forward.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/helper.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/lease.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/log.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/netlink.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/network.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/option.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/outpacket.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/radv-protocol.h
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/radv.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/rfc1035.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/rfc2131.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/rfc3315.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/slaac.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/tftp.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
src/util.c
View file @
c47e3ba4
/* dnsmasq is Copyright (c) 2000-201
3
Simon Kelley
/* dnsmasq is Copyright (c) 2000-201
4
Simon Kelley
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment