Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libjaylink
libjaylink
Commits
28d6cd8d
Commit
28d6cd8d
authored
Mar 23, 2015
by
Marc Schink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change license to GPLv2+.
parent
b3efdf61
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
301 additions
and
636 deletions
+301
-636
COPYING
COPYING
+282
-617
Makefile.am
Makefile.am
+1
-1
autogen.sh
autogen.sh
+1
-1
configure.ac
configure.ac
+1
-1
libjaylink/Makefile.am
libjaylink/Makefile.am
+1
-1
libjaylink/buffer.c
libjaylink/buffer.c
+1
-1
libjaylink/core.c
libjaylink/core.c
+1
-1
libjaylink/device.c
libjaylink/device.c
+1
-1
libjaylink/discovery.c
libjaylink/discovery.c
+1
-1
libjaylink/error.c
libjaylink/error.c
+1
-1
libjaylink/jtag.c
libjaylink/jtag.c
+1
-1
libjaylink/libjaylink-internal.h
libjaylink/libjaylink-internal.h
+1
-1
libjaylink/libjaylink.h
libjaylink/libjaylink.h
+1
-1
libjaylink/list.c
libjaylink/list.c
+1
-1
libjaylink/log.c
libjaylink/log.c
+1
-1
libjaylink/swd.c
libjaylink/swd.c
+1
-1
libjaylink/swo.c
libjaylink/swo.c
+1
-1
libjaylink/target.c
libjaylink/target.c
+1
-1
libjaylink/transport.c
libjaylink/transport.c
+1
-1
libjaylink/util.c
libjaylink/util.c
+1
-1
No files found.
COPYING
View file @
28d6cd8d
This diff is collapsed.
Click to expand it.
Makefile.am
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
##
## 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
## the Free Software Foundation, either version
2
of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
...
...
autogen.sh
View file @
28d6cd8d
...
...
@@ -6,7 +6,7 @@
##
## 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
## the Free Software Foundation, either version
2
of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
...
...
configure.ac
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
##
## 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
## the Free Software Foundation, either version
2
of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
...
...
libjaylink/Makefile.am
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
##
## 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
## the Free Software Foundation, either version
2
of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
...
...
libjaylink/buffer.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/core.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/device.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/discovery.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/error.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/jtag.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/libjaylink-internal.h
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/libjaylink.h
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/list.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/log.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/swd.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/swo.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/target.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/transport.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
libjaylink/util.c
View file @
28d6cd8d
...
...
@@ -5,7 +5,7 @@
*
* 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
* the Free Software Foundation, either version
2
of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
...
...
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