forked from robotology/yarp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svn path=/trunk/yarp2/; revision=4247
- Loading branch information
Showing
6 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
The code in YARP is the copyright of its individual authors. | ||
See individual source code files for a copyright statement. | ||
|
||
YARP is licensed using the GNU Public License, version 2 - see COPYING | ||
for details. | ||
|
||
Certain files are integrated in YARP2 from other sources (with | ||
compatible licenses). Here is a list of these files and a summary of | ||
their copyright. See the individual files for more details. | ||
|
||
example/yayarpview/CImg.h | ||
Copyright: David Tschumperle | ||
CopyPolicy: CeCILL license (use, modify, redistribute) | ||
|
||
src/libYARP_sig/include/yarp/sig/IplImage.h | ||
Copyright: (C) 2000, Intel Corporation, all rights reserved. | ||
CopyPolicy: Intel License Agreement For Open Source Computer | ||
Vision Library | ||
|
||
src/libYARP_OS/src/Random.cpp | ||
Copyright: 1994, Everett F. Carter Jr. | ||
CopyPolicy: Preserve copyright notice | ||
|
||
src/libYARP_sig/src/SoundFile.cpp | ||
Copyright: 1998,1999 Heiko Eissfeldt | ||
CopyPolicy: GNU Public License 2 applies | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2006-10-25 Paul Fitzpatrick <[email protected]> | ||
|
||
* Bumped version up to 2.1.0 | ||
* Consistent GPL licensing, copyright statements | ||
|
||
2006-10-24 Paul Fitzpatrick <[email protected]> | ||
|
||
* License comments updated, removed older references to AFL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
SET(CPACK_PACKAGE_VERSION_MAJOR "2") | ||
SET(CPACK_PACKAGE_VERSION_MINOR "0") | ||
SET(CPACK_PACKAGE_VERSION_PATCH "9") | ||
SET(CPACK_PACKAGE_VERSION_MINOR "1") | ||
SET(CPACK_PACKAGE_VERSION_PATCH "0") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters