Skip to content

Commit fa02182

Browse files
committed
add license
1 parent 145b108 commit fa02182

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rust/datafusion/src/physical_plan/string_expressions.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
// KIND, either express or implied. See the License for the
1515
// specific language governing permissions and limitations
1616
// under the License.
17+
//
18+
// Some of these functions reference the Postgres documentation
19+
// or implementation to ensure compatibility and are subject to
20+
// the Postgres license.
1721

1822
//! String expressions
1923
use std::cmp::Ordering;

0 commit comments

Comments
 (0)