Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Commit

Permalink
Add license text to files that were missing the correct UPL text
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeynes-oracle committed May 4, 2016
1 parent a2a23e4 commit 6789c36
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 20 deletions.
25 changes: 23 additions & 2 deletions prof/souffle-profile
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
#!/bin/bash
#
# Copyright (c) 2015, Oracle and/or its affiliates.
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
#
# All rights reserved.
# The Universal Permissive License (UPL), Version 1.0
#
# Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
# associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
# Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
# Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
#
# (a) the Software, and
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
# Work" to which the Software is contributed by such licensors),
#
# without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
# distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
# Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
#
# This license is subject to the following condition:
# The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
# all copies or substantial portions of the Software.
#
# 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.

#
# script that compiles a generated C++ program and executes it
Expand Down
25 changes: 23 additions & 2 deletions src/souffle-compile.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
#!/bin/bash
#
# Copyright (c) 2013, 2014, Oracle and/or its affiliates.
# Copyright (c) 2013-14, Oracle and/or its affiliates. All rights reserved.
#
# All rights reserved.
# The Universal Permissive License (UPL), Version 1.0
#
# Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
# associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
# Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
# Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
#
# (a) the Software, and
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
# Work" to which the Software is contributed by such licensors),
#
# without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
# distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
# Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
#
# This license is subject to the following condition:
# The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
# all copies or substantial portions of the Software.
#
# 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.

#
# script that compiles a generated C++ program and executes it
Expand Down
26 changes: 24 additions & 2 deletions src/souffle-config.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
#!/bin/bash
#
# Copyright (c) 2015, Oracle and/or its affiliates.
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
#
# All rights reserved.
# The Universal Permissive License (UPL), Version 1.0
#
# Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
# associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
# Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
# Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
#
# (a) the Software, and
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
# Work" to which the Software is contributed by such licensors),
#
# without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
# distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
# Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
#
# This license is subject to the following condition:
# The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
# all copies or substantial portions of the Software.
#
# 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.
#

CXX=@CXX@
Expand Down
30 changes: 25 additions & 5 deletions tests/evaluation/nfsa2fsa/nfsa2fsa.dl
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
/*
* Copyright (c) 2013-14, Oracle and/or its affiliates.
*
* All rights reserved.
*/
// Copyright (c) 2013-14, Oracle and/or its affiliates. All Rights reserved
//
// The Universal Permissive License (UPL), Version 1.0
//
// Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
// associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
// Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
// Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
//
// (a) the Software, and
// (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
// Work" to which the Software is contributed by such licensors),
//
// without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
// distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
// Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
//
// This license is subject to the following condition:
// The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
// all copies or substantial portions of the Software.
//
// 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.

/* Conversion of non-deterministic FSA to deterministic FSA.
* Complex souffle example that demonstrates: components,
Expand Down
28 changes: 25 additions & 3 deletions tests/interface/insert_for/driver.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates.
*
* All rights reserved.
* Copyright (c) 2015, Oracle and/or its affiliates. All Rights reserved
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
* associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
* Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
* Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
*
* (a) the Software, and
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
* Work" to which the Software is contributed by such licensors),
*
* without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
* distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
* Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
*
* This license is subject to the following condition:
* The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
* all copies or substantial portions of the Software.
*
* 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.
*/

/************************************************************************
Expand Down
28 changes: 25 additions & 3 deletions tests/interface/insert_print/driver.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates.
*
* All rights reserved.
* Copyright (c) 2015, Oracle and/or its affiliates. All Rights reserved
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
* associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
* Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
* Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
*
* (a) the Software, and
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
* Work" to which the Software is contributed by such licensors),
*
* without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
* distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
* Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
*
* This license is subject to the following condition:
* The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
* all copies or substantial portions of the Software.
*
* 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.
*/

/************************************************************************
Expand Down
28 changes: 25 additions & 3 deletions tests/interface/load_print/driver.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates.
*
* All rights reserved.
* Copyright (c) 2015, Oracle and/or its affiliates. All Rights reserved
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software,
* associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the
* Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified
* Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
*
* (a) the Software, and
* (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a "Larger
* Work" to which the Software is contributed by such licensors),
*
* without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and
* distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the
* Larger Work(s), and to sublicense the foregoing rights on either these or other terms.
*
* This license is subject to the following condition:
* The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in
* all copies or substantial portions of the Software.
*
* 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.
*/

/************************************************************************
Expand Down

0 comments on commit 6789c36

Please sign in to comment.