Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
38f3ea6d
Commit
38f3ea6d
authored
10 years ago
by
Thomas Eichinger
Browse files
Options
Downloads
Patches
Plain Diff
fix licenses to LGPL fixes #1148
parent
3cc435c0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/redbee-econotag/drivers/nvm.c
+3
-2
3 additions, 2 deletions
boards/redbee-econotag/drivers/nvm.c
cpu/mc1322x/gpio.c
+3
-2
3 additions, 2 deletions
cpu/mc1322x/gpio.c
with
6 additions
and
4 deletions
boards/redbee-econotag/drivers/nvm.c
+
3
−
2
View file @
38f3ea6d
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
* nvm.c - non-volatile memory implementations
* nvm.c - non-volatile memory implementations
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de>
*
*
* This source code is licensed under the GNU General Public License,
* This file is subject to the terms and conditions of the GNU Lesser General
* Version 3. See the file LICENSE for more details.
* Public License. See the file LICENSE in the top level directory for more
* details.
*
*
* This file is part of RIOT.
* This file is part of RIOT.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
cpu/mc1322x/gpio.c
+
3
−
2
View file @
38f3ea6d
...
@@ -2,8 +2,9 @@
...
@@ -2,8 +2,9 @@
* gpio.c - GPIO driver for redbee
* gpio.c - GPIO driver for redbee
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* Copyright (C) 2013 Thomas Eichinger <thomas.eichinger@fu-berlin.de>
*
*
* This source code is licensed under the GNU General Public License,
* This file is subject to the terms and conditions of the GNU Lesser General
* Version 3. See the file LICENSE for more details.
* Public License. See the file LICENSE in the top level directory for more
* details.
*
*
* This file is part of RIOT.
* This file is part of RIOT.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment