Skip to content

Commit 951b5a9

Browse files
committed
Update date for release
1 parent d53764f commit 951b5a9

File tree

230 files changed

+233
-231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+233
-231
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Ophidia Analytics Framework
3-
# Copyright (C) 2012-2022 CMCC Foundation
3+
# Copyright (C) 2012-2023 CMCC Foundation
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

NOTICE.md

Lines changed: 1 addition & 1 deletion

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# Ophidia Analytics Framework
4-
# Copyright (C) 2012-2022 CMCC Foundation
4+
# Copyright (C) 2012-2023 CMCC Foundation
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Ophidia Analytics Framework
3-
# Copyright (C) 2012-2022 CMCC Foundation
3+
# Copyright (C) 2012-2023 CMCC Foundation
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

etc/oph_configuration.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ DIMDB_LOGIN=root
1010
DIMDB_PWD=abcd
1111
WEB_SERVER=@OPH_WEB_SERVER@
1212
WEB_SERVER_LOCATION=@OPH_WEB_SERVER_LOCATION@
13-
MEMORY=1024
13+
MEMORY=2048
14+
B2DROP_WEBDAV=https://b2drop.eudat.eu/remote.php/webdav/
15+
ENABLE_UNREGISTERED_SCRIPT=yes

etc/ophidiadb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--
22
-- Ophidia Analytics Framework
3-
-- Copyright (C) 2012-2022 CMCC Foundation
3+
-- Copyright (C) 2012-2023 CMCC Foundation
44
--
55
-- This program is free software: you can redistribute it and/or modify
66
-- it under the terms of the GNU General Public License as published by

include/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Ophidia Analytics Framework
3-
Copyright (C) 2012-2022 CMCC Foundation
3+
Copyright (C) 2012-2023 CMCC Foundation
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

include/drivers/OPH_AGGREGATE2_operator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Ophidia Analytics Framework
3-
Copyright (C) 2012-2022 CMCC Foundation
3+
Copyright (C) 2012-2023 CMCC Foundation
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

include/drivers/OPH_AGGREGATE_operator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Ophidia Analytics Framework
3-
Copyright (C) 2012-2022 CMCC Foundation
3+
Copyright (C) 2012-2023 CMCC Foundation
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

include/drivers/OPH_APPLY_operator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Ophidia Analytics Framework
3-
Copyright (C) 2012-2022 CMCC Foundation
3+
Copyright (C) 2012-2023 CMCC Foundation
44
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)