Skip to content

Commit

Permalink
NXDRIVE-2900: Update license headers for Nuxeo addons
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Feb 28, 2024
1 parent 0d57269 commit cb2cf5c
Show file tree
Hide file tree
Showing 33 changed files with 47 additions and 49 deletions.
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 nxdrive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__ = "Nuxeo"
__version__ = "5.5.0"
__copyright__ = """
Copyright Nuxeo (https://www.nuxeo.com) and others.
Copyright © 2024 Hyland Software (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
2 changes: 1 addition & 1 deletion tools/jenkins/junit/merge.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2019-2021 Nuxeo (http://nuxeo.com/).
(C) Copyright 2024 Hyland Software, Inc. and its affiliates. All rights reserved (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. -->
<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.
//

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.
//

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.</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.
//
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.
//

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.</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.
//

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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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
2 changes: 1 addition & 1 deletion tools/windows/properties_tpl.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VSVersionInfo(
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.'),
StringStruct('OriginalFilename', 'ndrive.exe'),
StringStruct('ProductName', 'Nuxeo Drive'),
StringStruct('ProductVersion', '{version}')])
Expand Down
4 changes: 2 additions & 2 deletions tools/windows/setup-addons.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MyAppName "Nuxeo Drive Addons"
#define MyAppParent "Nuxeo Drive"
#define MyAppVersion "1.0.0"
#define MyAppPublisher "Nuxeo"
#define MyAppPublisher "Hyland Software"


[Setup]
Expand All @@ -11,7 +11,7 @@ AppName={#MyAppName}
AppVersion={#MyAppVersion}
VersionInfoVersion={#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppCopyright="© {#MyAppPublisher}. All rights reserved."
AppCopyright="© 2024 {#MyAppPublisher}, Inc. and its affiliates. All rights reserved."
DisableDirPage=yes
DefaultDirName={param:targetdir|{localappdata}\{#MyAppParent}}

Expand Down
2 changes: 1 addition & 1 deletion tools/windows/setup-common.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppUpdatesURL}
AppCopyright="© {#MyAppPublisher}. All rights reserved."
AppCopyright="© 2024 {#MyAppPublisher}, Inc. and its affiliates. All rights reserved."

; Outputs
OutputDir=..\..\dist
Expand Down

0 comments on commit cb2cf5c

Please sign in to comment.