Skip to content

Commit dab7fc2

Browse files
committed
Merge branch 'GPII-679' into GPII-434
Conflicts: gpii/node_modules/registrySettingsHandler/src/RegistrySettingsHandler.js gpii/node_modules/registrySettingsHandler/test/testRegistrySettingsHandler.js gpii/node_modules/spiSettingsHandler/src/SpiSettingsHandler.js gpii/node_modules/spiSettingsHandler/test/testSpiSettingsHandler.js tests/acceptanceTests/AcceptanceTests_builtIn.js tests/acceptanceTests/AcceptanceTests_include.js tests/acceptanceTests/AcceptanceTests_nvda.js
2 parents 995c891 + dc87408 commit dab7fc2

File tree

11 files changed

+120
-80
lines changed

11 files changed

+120
-80
lines changed

LICENSE.txt

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
Copyright (c) 2012, Astea Solutions AD
1+
All modules are Copyright 2014 Raising the Floor - International except
2+
where noted otherwise in the code itself, or if the modules reside in a
3+
separate directory, they may contain explicit declarations of copyright
4+
in both the LICENSE file in the directory in which they reside and in the
5+
code itself. No external contributions are allowed under licenses which are
6+
fundamentally incompatible with the BSD or Apache licenses that the GPII is
7+
distributed under.
8+
29
All rights reserved.
310

411
Redistribution and use in source and binary forms, with or without
512
modification, are permitted provided that the following conditions are met:
613

714
* Redistributions of source code must retain the above copyright notice, this
8-
list of conditions and the following disclaimer.
9-
* Redistributions in binary form must reproduce the above copyright notice,
10-
this list of conditions and the following disclaimer in the documentation
11-
and/or other materials provided with the distribution.
12-
* Neither the name of OCAD University nor the names of its contributors may
13-
be used to endorse or promote products derived from this software without
15+
list of conditions and the following disclaimer.
16+
* Redistributions in binary form must reproduce the above copyright notice,
17+
this list of conditions and the following disclaimer in the documentation
18+
and/or other materials provided with the distribution.
19+
* Neither the name of OCAD University nor the names of its contributors may
20+
be used to endorse or promote products derived from this software without
1421
specific prior written permission.
1522

1623
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

UsbUserListener/src/UsbUserListener.cpp

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
/*!
2-
USB User Listener for Windows
3-
4-
Copyright 2012 Astea Solutions AD
5-
6-
Licensed under the New BSD license. You may not use this file except in
7-
compliance with this License.
8-
9-
You may obtain a copy of the License at
10-
https://github.com/gpii/windows/LICENSE.txt
11-
*/
1+
/*
2+
* USB User Listener for Windows
3+
*
4+
* Copyright 2012 Astea Solutions AD
5+
*
6+
* Licensed under the New BSD license. You may not use this file except in
7+
* compliance with this License.
8+
*
9+
* The research leading to these results has received funding from the European Union's
10+
* Seventh Framework Programme (FP7/2007-2013)
11+
* under grant agreement no. 289016.
12+
*
13+
* You may obtain a copy of the License at
14+
* https://github.com/GPII/universal/blob/master/LICENSE.txt
15+
*/
1216

1317
#include <curl/curl.h>
1418
#include <dbt.h>

gpii.js

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
/*!
2-
GPII Windows Personalization Framework Node.js Bootstrap
1+
/*
2+
* GPII Windows Personalization Framework Node.js Bootstrap
3+
*
4+
* Copyright 2012 OCAD University
5+
*
6+
* Licensed under the New BSD license. You may not use this file except in
7+
* compliance with this License.
8+
*
9+
* The research leading to these results has received funding from the European Union's
10+
* Seventh Framework Programme (FP7/2007-2013)
11+
* under grant agreement no. 289016.
12+
*
13+
* You may obtain a copy of the License at
14+
* https://github.com/GPII/universal/blob/master/LICENSE.txt
15+
*/
316

4-
Copyright 2012 OCAD University
5-
6-
Licensed under the New BSD license. You may not use this file except in
7-
compliance with this License.
8-
9-
You may obtain a copy of the License at
10-
https://github.com/gpii/universal/LICENSE.txt
11-
*/
1217

1318
var fluid = require("universal"),
1419
gpii = fluid.registerNamespace("gpii");
1520

1621
require("./index.js");
1722

18-
gpii.start();
23+
gpii.start();

gpii/node_modules/WindowsUtilities/WindowsUtilities.js

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/registryResolver/src/RegistryResolver.js

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/registrySettingsHandler/src/RegistrySettingsHandler.js

Lines changed: 17 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/registrySettingsHandler/test/testRegistrySettingsHandler.js

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/src/SpiSettingsHandler.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gpii/node_modules/spiSettingsHandler/test/testSpiSettingsHandler.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/*!
2-
GPII Universal Personalization Framework GPII windows index
2+
GPII Universal Personalization Framework GPII Windows Index
33
44
Copyright 2014 Lucendo Development Ltd.
55
66
Licensed under the New BSD license. You may not use this file except in
77
compliance with this License.
88
9+
The research leading to these results has received funding from the European Union's
10+
Seventh Framework Programme (FP7/2007-2013) under grant agreement no. 289016.
11+
912
You may obtain a copy of the License at
1013
https://github.com/gpii/universal/LICENSE.txt
1114
*/

0 commit comments

Comments
 (0)