diff --git a/examples/nodejs/ShapeExample.xml b/examples/nodejs/ShapeExample.xml index 7ad65e5d..47e99d9d 100644 --- a/examples/nodejs/ShapeExample.xml +++ b/examples/nodejs/ShapeExample.xml @@ -1,13 +1,10 @@ - @@ -39,8 +36,8 @@ End Monitoring --> - - + + diff --git a/examples/nodejs/simple/reader.js b/examples/nodejs/simple/reader.js index 166f52c4..4d7860e1 100644 --- a/examples/nodejs/simple/reader.js +++ b/examples/nodejs/simple/reader.js @@ -1,8 +1,10 @@ -/* - * Copyright (c) 2005-2015 Real-Time Innovations, Inc. All rights reserved. - * Permission to modify and use for internal purposes granted. - * This software is provided "as is", without warranty, express or implied. - */ +/****************************************************************************** +* (c) 2005-2015 Copyright, Real-Time Innovations. All rights reserved. * +* No duplications, whole or partial, manual or electronic, may be made * +* without express written permission. Any such copies, or revisions thereof, * +* must display this notice unaltered. * +* This code contains trade secrets of Real-Time Innovations, Inc. * +******************************************************************************/ var sleep = require('sleep'); var rti = require('rticonnextdds-connector'); diff --git a/examples/nodejs/simple/reader_event.js b/examples/nodejs/simple/reader_event.js index 209a739a..5ac0ff1b 100644 --- a/examples/nodejs/simple/reader_event.js +++ b/examples/nodejs/simple/reader_event.js @@ -1,8 +1,10 @@ -/* - * Copyright (c) 2005-2015 Real-Time Innovations, Inc. All rights reserved. - * Permission to modify and use for internal purposes granted. - * This software is provided "as is", without warranty, express or implied. - */ +/****************************************************************************** +* (c) 2005-2015 Copyright, Real-Time Innovations. All rights reserved. * +* No duplications, whole or partial, manual or electronic, may be made * +* without express written permission. Any such copies, or revisions thereof, * +* must display this notice unaltered. * +* This code contains trade secrets of Real-Time Innovations, Inc. * +******************************************************************************/ var sleep = require('sleep'); var rti = require('rticonnextdds-connector'); diff --git a/examples/nodejs/simple/writer.js b/examples/nodejs/simple/writer.js index 510ecf3f..fc0b01e8 100644 --- a/examples/nodejs/simple/writer.js +++ b/examples/nodejs/simple/writer.js @@ -1,8 +1,10 @@ -/* - * Copyright (c) 2005-2015 Real-Time Innovations, Inc. All rights reserved. - * Permission to modify and use for internal purposes granted. - * This software is provided "as is", without warranty, express or implied. - */ +/****************************************************************************** +* (c) 2005-2015 Copyright, Real-Time Innovations. All rights reserved. * +* No duplications, whole or partial, manual or electronic, may be made * +* without express written permission. Any such copies, or revisions thereof, * +* must display this notice unaltered. * +* This code contains trade secrets of Real-Time Innovations, Inc. * +******************************************************************************/ var sleep = require('sleep'); var rti = require('rticonnextdds-connector'); diff --git a/examples/nodejs/transform/transform.js b/examples/nodejs/transform/transform.js index d387a228..d9382a5b 100644 --- a/examples/nodejs/transform/transform.js +++ b/examples/nodejs/transform/transform.js @@ -1,8 +1,10 @@ -/* - * Copyright (c) 2005-2016 Real-Time Innovations, Inc. All rights reserved. - * Permission to modify and use for internal purposes granted. - * This software is provided "as is", without warranty, express or implied. - */ +/****************************************************************************** +* (c) 2005-2015 Copyright, Real-Time Innovations. All rights reserved. * +* No duplications, whole or partial, manual or electronic, may be made * +* without express written permission. Any such copies, or revisions thereof, * +* must display this notice unaltered. * +* This code contains trade secrets of Real-Time Innovations, Inc. * +******************************************************************************/ var sleep = require('sleep'); var rti = require('rticonnextdds-connector'); diff --git a/examples/nodejs/web_http/reader_web.js b/examples/nodejs/web_http/reader_web.js index dbcb79bd..025e35f8 100644 --- a/examples/nodejs/web_http/reader_web.js +++ b/examples/nodejs/web_http/reader_web.js @@ -1,8 +1,10 @@ -/* - * Copyright (c) 2005-2015 Real-Time Innovations, Inc. All rights reserved. - * Permission to modify and use for internal purposes granted. - * This software is provided "as is", without warranty, express or implied. - */ +/****************************************************************************** +* (c) 2005-2015 Copyright, Real-Time Innovations. All rights reserved. * +* No duplications, whole or partial, manual or electronic, may be made * +* without express written permission. Any such copies, or revisions thereof, * +* must display this notice unaltered. * +* This code contains trade secrets of Real-Time Innovations, Inc. * +******************************************************************************/ var sleep = require('sleep'); var http = require('http'); diff --git a/examples/nodejs/web_http/reader_web_event.js b/examples/nodejs/web_http/reader_web_event.js index 1fdfb356..9079a986 100644 --- a/examples/nodejs/web_http/reader_web_event.js +++ b/examples/nodejs/web_http/reader_web_event.js @@ -1,8 +1,10 @@ -/* - * Copyright (c) 2005-2015 Real-Time Innovations, Inc. All rights reserved. - * Permission to modify and use for internal purposes granted. - * This software is provided "as is", without warranty, express or implied. - */ +/****************************************************************************** +* (c) 2005-2015 Copyright, Real-Time Innovations. All rights reserved. * +* No duplications, whole or partial, manual or electronic, may be made * +* without express written permission. Any such copies, or revisions thereof, * +* must display this notice unaltered. * +* This code contains trade secrets of Real-Time Innovations, Inc. * +******************************************************************************/ /* DDS Connector */ diff --git a/examples/nodejs/web_socket/indexChart.html b/examples/nodejs/web_socket/indexChart.html index bd751293..abef2333 100644 --- a/examples/nodejs/web_socket/indexChart.html +++ b/examples/nodejs/web_socket/indexChart.html @@ -2,14 +2,11 @@