Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
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
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
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
cpp-libs
Actor Framework
Commits
2cca1db6
Commit
2cca1db6
authored
Apr 09, 2013
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed LGPL version to 2.1
parent
d663a2e1
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
libcaf_opencl/cppa/opencl/actor_facade.hpp
libcaf_opencl/cppa/opencl/actor_facade.hpp
+1
-1
libcaf_opencl/cppa/opencl/command.hpp
libcaf_opencl/cppa/opencl/command.hpp
+1
-1
libcaf_opencl/cppa/opencl/command_dispatcher.hpp
libcaf_opencl/cppa/opencl/command_dispatcher.hpp
+1
-1
libcaf_opencl/cppa/opencl/global.hpp
libcaf_opencl/cppa/opencl/global.hpp
+1
-1
libcaf_opencl/cppa/opencl/program.hpp
libcaf_opencl/cppa/opencl/program.hpp
+1
-1
libcaf_opencl/cppa/opencl/smart_ptr.hpp
libcaf_opencl/cppa/opencl/smart_ptr.hpp
+1
-1
libcaf_opencl/src/opencl/actor_facade.cpp
libcaf_opencl/src/opencl/actor_facade.cpp
+1
-1
libcaf_opencl/src/opencl/command_dispatcher.cpp
libcaf_opencl/src/opencl/command_dispatcher.cpp
+1
-1
libcaf_opencl/src/opencl/global.cpp
libcaf_opencl/src/opencl/global.cpp
+1
-1
libcaf_opencl/src/opencl/program.cpp
libcaf_opencl/src/opencl/program.cpp
+1
-1
No files found.
libcaf_opencl/cppa/opencl/actor_facade.hpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/cppa/opencl/command.hpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/cppa/opencl/command_dispatcher.hpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/cppa/opencl/global.hpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/cppa/opencl/program.hpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/cppa/opencl/smart_ptr.hpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/src/opencl/actor_facade.cpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/src/opencl/command_dispatcher.cpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/src/opencl/global.cpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa is distributed in the hope that it will be useful, *
...
...
libcaf_opencl/src/opencl/program.cpp
View file @
2cca1db6
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* This file is part of libcppa. *
* This file is part of libcppa. *
* libcppa is free software: you can redistribute it and/or modify it under *
* libcppa is free software: you can redistribute it and/or modify it under *
* the terms of the GNU Lesser General Public License as published by the *
* the terms of the GNU Lesser General Public License as published by the *
* Free Software Foundation
, either version 3 of the License
*
* Free Software Foundation
; either version 2.1 of the License,
*
* or (at your option) any later version. *
* or (at your option) any later version. *
* *
* *
* libcppa is distributed in the hope that it will be useful, *
* libcppa 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