Skip to content

Commit

Permalink
NXDRIVE-2900: Update license headers for Nuxeo addons (#4639)
Browse files Browse the repository at this point in the history
* NXDRIVE-2900: Update license headers for Nuxeo addons
  • Loading branch information
swetayadav1 authored Mar 12, 2024
1 parent 0d57269 commit 81d7886
Show file tree
Hide file tree
Showing 37 changed files with 61 additions and 53 deletions.
4 changes: 4 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ GNU Lesser General Public License, these are the ones that apply.
Thus any code written on the top of Nuxeo Drive must be distributed
under the terms of one of the licenses available for PyQt.

©2024 Hyland Software, Inc. and its affiliates. All rights reserved.
All Hyland product names are registered or unregistered trademarks of
Hyland Software, Inc. or its affiliates.


GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Expand Down
2 changes: 1 addition & 1 deletion docs/changes/5.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Release date: `2024-xx-xx`

## GUI

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2900](https://jira.nuxeo.com/browse/NXDRIVE-2900): Update license headers for Nuxeo addons

## Packaging / Build

Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ disallow_untyped_calls = True
show_error_codes = True

# Disable error codes
disable_error_code = attr-defined, assignment, override, call-arg, arg-type, has-type, type-var, operator, return-value, call-overload, misc, truthy-function, no-any-return
disable_error_code = attr-defined, assignment, override, call-arg, arg-type, has-type, type-var, operator, return-value, call-overload, misc, truthy-function, no-any-return, valid-type, no-untyped-call

# From functions not declared to return Any
warn_return_any = True
Expand Down
4 changes: 3 additions & 1 deletion nxdrive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
__author__ = "Nuxeo"
__version__ = "5.5.0"
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved.
All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates
(https://www.hyland.com/products/nuxeo-platform) and others.
Licensed under the GNU Lesser General Public License, version 2.1
(the "License"); you may not use this file except in compliance
Expand Down
4 changes: 3 additions & 1 deletion nxdrive/data/qml/AboutTab.qml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ Rectangle {
"- Qt: GNU Lesser General Public License, version 3" +
"- PyQt: GNU General Public License, version 2 or 3\n\n" +
"Thus any code written on the top of Nuxeo Drive must be distributed" +
"under the terms of a GPL compliant license."
"under the terms of a GPL compliant license.\n\n" +
"©2024 Hyland Software, Inc. and its affiliates. All rights reserved. " +
"All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates."
}
}
}
4 changes: 3 additions & 1 deletion tools/jenkins/junit/merge.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""
(C) Copyright 2019-2021 Nuxeo (http://nuxeo.com/).
(C) Copyright 2024 Hyland Software, Inc. and its affiliates. All rights reserved.
All Hyland product names are registered or unregistered trademarks of Hyland Software,
Inc. or its affiliates. (http://nuxeo.com/).
Usage: python merge.py FOLDER [FILE]
Expand Down
2 changes: 1 addition & 1 deletion tools/linux/org.nuxeo.drive.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2012-2021 Nuxeo. All rights reserved. -->
<!-- Copyright 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates. -->
<component type="desktop-application">
<id>org.nuxeo.drive.desktop</id>
<metadata_license>MIT</metadata_license>
Expand Down
2 changes: 1 addition & 1 deletion tools/osx/drive/NuxeoFinderSync/FileStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Contributors:
// Mickaël Schoentgen
//
// Copyright © 2018-2019 Nuxeo. All rights reserved.
// Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
//

import Foundation
Expand Down
8 changes: 4 additions & 4 deletions tools/osx/drive/NuxeoFinderSync/FinderSync.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Contributors:
// Mickaël Schoentgen
//
// Copyright © 2018-2021 Nuxeo. All rights reserved.
// Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
//

import Cocoa
Expand All @@ -20,9 +20,9 @@ class FinderSync: FIFinderSync {
let triggerWatchNotif = NSNotification.Name("org.nuxeo.drive.triggerWatch")
let syncStatusNotif = NSNotification.Name("org.nuxeo.drive.syncStatus")
let setConfigNotif = NSNotification.Name("org.nuxeo.drive.setConfig")

let app_name = "Nuxeo Drive - "

var title1 = "Access online"
var title2 = "Copy share-link"
var title3 = "Edit metadata"
Expand All @@ -46,7 +46,7 @@ class FinderSync: FIFinderSync {
override init() {
//NSLog("FinderSync() launched from \(Bundle.main.bundlePath)")
super.init()

self.title4 = self.app_name + "Upload content"

// Upon startup, we are watching the root only to be able to display a context menu
Expand Down
2 changes: 1 addition & 1 deletion tools/osx/drive/NuxeoFinderSync/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<string>$(PRODUCT_MODULE_NAME).FinderSync</string>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012-2021 Nuxeo. All rights reserved.</string>
<string>Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion tools/osx/drive/NuxeoFinderSync/Socket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Contributors:
// Mickaël Schoentgen
//
// Copyright © 2018-2019 Nuxeo. All rights reserved.
// Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
//
import Foundation

Expand Down
3 changes: 1 addition & 2 deletions tools/osx/drive/drive/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// drive
//
// Created by Léa Klein on 28/02/2018.
// Copyright © 2018 Nuxeo. All rights reserved.
// Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
//

import Cocoa
Expand All @@ -20,4 +20,3 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

}

2 changes: 1 addition & 1 deletion tools/osx/drive/drive/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018-2019 Nuxeo. All rights reserved.</string>
<string>Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
3 changes: 1 addition & 2 deletions tools/osx/drive/drive/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// drive
//
// Created by Léa Klein on 28/02/2018.
// Copyright © 2018 Nuxeo. All rights reserved.
// Copyright © 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
//

import Cocoa
Expand All @@ -23,4 +23,3 @@ class ViewController: NSViewController {
}

}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -100,4 +100,4 @@ IFACEMETHODIMP DriveOverlayFactory::LockServer(BOOL fLock)
InterlockedDecrement(&dllReferenceCount);
}
return S_OK;
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -45,4 +45,4 @@ class DriveOverlayFactory : public IClassFactory
long _referenceCount;
};

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -192,4 +192,4 @@ HRESULT DriveOverlayRegistrationHandler::UnregisterCOMObject(const CLSID& clsid)
}

return S_OK;
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -35,4 +35,4 @@ class __declspec(dllexport) DriveOverlayRegistrationHandler
static HRESULT UnregisterCOMObject(const CLSID& clsid);
};

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -58,4 +58,4 @@ class NuxeoDriveOverlay : public IShellIconOverlayIdentifier
CommunicationSocket* _communicationSocket;
};

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand All @@ -23,4 +23,4 @@
#define REGISTRY_THREADING L"ThreadingModel"
#define REGISTRY_APARTMENT L"Apartment"
#define REGISTRY_VERSION L"Version"
#define REGISTRY_VERSION_NUMBER L"1.0"
#define REGISTRY_VERSION_NUMBER L"1.0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -42,4 +42,4 @@ class __declspec(dllexport) CommunicationSocket
int _port;
};

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -44,4 +44,4 @@ class __declspec(dllexport) DriveMessage
std::wstring* _value;
};

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -87,4 +87,4 @@ bool FileUtil::IsFileFiltered(const wchar_t* file)
delete rootFolder;

return false;
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -41,4 +41,4 @@ class __declspec(dllexport) FileUtil
private:
};

#endif
#endif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
* Copyright (c) 2019 Nuxeo. All rights reserved.
* Copyright (c) 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
Expand Down
4 changes: 2 additions & 2 deletions tools/windows/properties_tpl.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ VSVersionInfo(
[
StringTable(
'040904B0',
[StringStruct('CompanyName', 'Nuxeo'),
[StringStruct('CompanyName', 'Hyland Software'),
StringStruct('FileDescription', 'Nuxeo Drive'),
StringStruct('FileVersion', '{version}'),
StringStruct('InternalName', 'ndrive'),
StringStruct('LegalCopyright', '\xa9 2012-2021 Nuxeo. All rights reserved.'),
StringStruct('LegalCopyright', '\xa9 2024 Hyland Software, Inc. and its affiliates. All rights reserved. All Hyland product names are registered or unregistered trademarks of Hyland Software, Inc. or its affiliates.'),
StringStruct('OriginalFilename', 'ndrive.exe'),
StringStruct('ProductName', 'Nuxeo Drive'),
StringStruct('ProductVersion', '{version}')])
Expand Down
Loading

0 comments on commit 81d7886

Please sign in to comment.