diff options
author | Michal Schorm <mschorm@redhat.com> | 2019-05-10 20:49:46 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-05-10 20:52:00 +0300 |
commit | 17b4f99928eb222dcc7c7b0404ccbcd1063af026 (patch) | |
tree | 4aeee4fd3bfc7fe17adfe071b7768aba404c9034 /libservices | |
parent | aba911542641c93553bad0307021983998042d69 (diff) | |
download | mariadb-git-17b4f99928eb222dcc7c7b0404ccbcd1063af026.tar.gz |
Update FSF address
This commit is based on the work of Michal Schorm, rebased on the
earliest MariaDB version.
Th command line used to generate this diff was:
find ./ -type f \
-exec sed -i -e 's/Foundation, Inc., 59 Temple Place, Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \
-exec sed -i -e 's/Foundation, Inc. 59 Temple Place.* Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \
-exec sed -i -e 's/MA.*.....-1307.*USA/MA 02110-1335 USA/g' {} \; \
-exec sed -i -e 's/Foundation, Inc., 59 Temple/Foundation, Inc., 51 Franklin/g' {} \; \
-exec sed -i -e 's/Place, Suite 330, Boston, MA.*02111-1307.*USA/Street, Fifth Floor, Boston, MA 02110-1335 USA/g' {} \; \
-exec sed -i -e 's/MA.*.....-1307/MA 02110-1335/g' {} \;
Diffstat (limited to 'libservices')
-rw-r--r-- | libservices/logger_service.c | 2 | ||||
-rw-r--r-- | libservices/progress_report_service.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libservices/logger_service.c b/libservices/logger_service.c index c45e978413c..b00d3eae33b 100644 --- a/libservices/logger_service.c +++ b/libservices/logger_service.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ #include <service_versions.h> diff --git a/libservices/progress_report_service.c b/libservices/progress_report_service.c index cd8db3eeacb..bb1c1de408b 100644 --- a/libservices/progress_report_service.c +++ b/libservices/progress_report_service.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ #include <service_versions.h> SERVICE_VERSION *progress_report_service= (void*)VERSION_progress_report; |