Skip to content

Commit dc87408

Browse files
committed
GPII-679: Updated license header files for all source codes as well as the general LICENCE file of the repo
1 parent 36b2738 commit dc87408

File tree

12 files changed

+187
-115
lines changed

12 files changed

+187
-115
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: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
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
kettle = fluid.registerNamespace("kettle");

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: 19 additions & 5 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: 16 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/test/testSpiSettingsHandler.js

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

tests/acceptanceTests/AcceptanceTests_builtIn.js

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
/*
2-
3-
GPII Acceptance Testing
4-
5-
Copyright 2014 Raising the Floor International
6-
7-
Licensed under the New BSD license. You may not use this file except in
8-
compliance with this License.
9-
10-
You may obtain a copy of the License at
11-
https://github.com/gpii/universal/LICENSE.txt
12-
*/
2+
* GPII Acceptance Testing
3+
*
4+
* Copyright 2014 Raising the Floor International
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+
*/
1316

1417
/*global require,process*/
1518

0 commit comments

Comments
 (0)