Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
c35b227c
Commit
c35b227c
authored
Mar 13, 2008
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright notices.
parent
f8f5609e
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
babel.c
babel.c
+1
-1
babel.h
babel.h
+1
-1
filter.h
filter.h
+1
-1
kernel.h
kernel.h
+1
-1
message.c
message.c
+1
-1
message.h
message.h
+1
-1
neighbour.c
neighbour.c
+1
-1
neighbour.h
neighbour.h
+1
-1
net.c
net.c
+1
-1
net.h
net.h
+1
-1
request.c
request.c
+1
-1
request.h
request.h
+1
-1
route.c
route.c
+1
-1
route.h
route.h
+1
-1
source.c
source.c
+1
-1
source.h
source.h
+1
-1
util.c
util.c
+1
-1
util.h
util.h
+1
-1
xroute.c
xroute.c
+1
-1
xroute.h
xroute.h
+1
-1
No files found.
babel.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
babel.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
filter.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
kernel.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
message.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
message.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
neighbour.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
neighbour.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
net.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
net.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
request.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
request.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
route.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
route.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
source.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
source.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
util.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
util.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
xroute.c
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
xroute.h
View file @
c35b227c
/*
Copyright (c) 2007 by Juliusz Chroboczek
Copyright (c) 2007
, 2008
by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
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