Skip to content

Commit

Permalink
[eListboxPythonServiceContent]
Browse files Browse the repository at this point in the history
* add licence header
  • Loading branch information
jbleyel committed Aug 24, 2024
1 parent a62cf82 commit c4b9933
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
32 changes: 32 additions & 0 deletions lib/service/elistboxservicecontent.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
/*
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
Copyright (c) 2023-2024 jbleyel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
1. Non-Commercial Use: You may not use the Software or any derivative works
for commercial purposes without obtaining explicit permission from the
copyright holder.
2. Share Alike: If you distribute or publicly perform the Software or any
derivative works, you must do so under the same license terms, and you
must make the source code of any derivative works available to the
public.
3. Attribution: You must give appropriate credit to the original author(s)
of the Software by including a prominent notice in your derivative works.
THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE,
ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more details about the CC BY-NC-SA 4.0 License, please visit:
https://creativecommons.org/licenses/by-nc-sa/4.0/
*/

#include <lib/base/wrappers.h>
#include <lib/base/esimpleconfig.h>
#include <lib/gui/elistbox.h>
Expand Down
32 changes: 32 additions & 0 deletions lib/service/elistboxservicecontent.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
/*
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
Copyright (c) 2023-2024 jbleyel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
1. Non-Commercial Use: You may not use the Software or any derivative works
for commercial purposes without obtaining explicit permission from the
copyright holder.
2. Share Alike: If you distribute or publicly perform the Software or any
derivative works, you must do so under the same license terms, and you
must make the source code of any derivative works available to the
public.
3. Attribution: You must give appropriate credit to the original author(s)
of the Software by including a prominent notice in your derivative works.
THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE,
ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more details about the CC BY-NC-SA 4.0 License, please visit:
https://creativecommons.org/licenses/by-nc-sa/4.0/
*/

#ifndef __lib_service_elistboxservicecontent_h
#define __lib_service_elistboxservicecontent_h

Expand Down

0 comments on commit c4b9933

Please sign in to comment.