Skip to content

Commit

Permalink
chg coprights from Zumero to SourceGear. Zumero is actually just a db…
Browse files Browse the repository at this point in the history
…a name for SourceGear, so, no actual change, and using the official company name might in fact be more correct (IANAL).
  • Loading branch information
ericsink committed Mar 4, 2019
1 parent bdd3e2e commit 369959e
Show file tree
Hide file tree
Showing 38 changed files with 59 additions and 42 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Copyright>Copyright 2014-2019 Zumero, LLC</Copyright>
<Company>Zumero</Company>
<Copyright>Copyright 2014-2019 SourceGear, LLC</Copyright>
<Company>SourceGear</Company>
<Authors>Eric Sink</Authors>
<Version>2.0.0-pre</Version>
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
Expand Down
11 changes: 11 additions & 0 deletions NOTICE.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

----------------------------------------------------------------
Copyright on SQLitePCL.raw
----------------------------------------------------------------

Version prior to 2.0 were labeled with the copyright owned by
Zumero. In 2.0, this changed to SourceGear. There is no legal
distinction, as Zumero is simply a dba name for SourceGear.

And in either case, the open source license remains the same,
Apache v2.

----------------------------------------------------------------
License for SQLite
----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions gen_nuspecs/gen_nuspecs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -287,7 +287,7 @@ private static void add_dep_core(XmlWriter f)
f.WriteEndElement(); // dependency
}

const string COPYRIGHT = "Copyright 2014-2019 Zumero, LLC";
const string COPYRIGHT = "Copyright 2014-2019 SourceGear, LLC";
const string AUTHORS = "Eric Sink";
const string SUMMARY = "SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite";
const string PACKAGE_TAGS = "sqlite;xamarin"; // TODO
Expand Down Expand Up @@ -330,7 +330,7 @@ private static void gen_directory_build_props(string root, string nupkgs_dir_nam
f.WriteStartElement("PropertyGroup");

f.WriteElementString("Copyright", COPYRIGHT);
f.WriteElementString("Company", "Zumero");
f.WriteElementString("Company", "SourceGear");
f.WriteElementString("Authors", AUTHORS);
f.WriteElementString("Version", NUSPEC_VERSION);
f.WriteElementString("Description", SUMMARY);
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.bundle_e_sqlcipher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.bundle_e_sqlcipher</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.bundle_e_sqlite3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.bundle_e_sqlite3</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.bundle_green.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.bundle_green</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.bundle_winsqlite3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.bundle_winsqlite3</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.bundle_zetetic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.bundle_zetetic</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.lib.e_sqlcipher.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.lib.e_sqlcipher</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion nuspecs/SQLitePCLRaw.lib.e_sqlite3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>SQLitePCLRaw.lib.e_sqlite3</title>
<version>2.0.0-pre</version>
<authors>Eric Sink</authors>
<copyright>Copyright 2014-2019 Zumero, LLC</copyright>
<copyright>Copyright 2014-2019 SourceGear, LLC</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<repository type="git" url="https://github.com/ericsink/SQLitePCL.raw" />
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.core/intptrs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.core/isqlite3.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.core/raw.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.core/util.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.impl.callbacks/attributes.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.impl.callbacks/hook_handles.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.impl.callbacks/hook_info.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.lib.e_sqlcipher.ios/imp_ios_internal.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.lib.e_sqlite3.ios/imp_ios_internal.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.provider.dynamic/GetFunctionPointer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.provider.dynamic/IGetFunctionPointer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.provider.dynamic/NativeLib.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.provider.dynamic/attributes.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.provider.dynamic/setup.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/SQLitePCLRaw.ugly/ugly.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/batteries_v2.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2016 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/embedded_init.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/provider.tt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<#@ parameter name='KIND' #>
<#@ parameter name='NAME_FOR_DLLIMPORT' #>
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/common/tests_xunit.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2014-2019 Zumero, LLC
Copyright 2014-2019 SourceGear, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
12 changes: 9 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@

src/t1 can probably go away

chg Setup.Load() to use arch instead of hard-code
x64. and just go ahead and check the x86 and
x64 dirs.

want a way to force the tests at the end of
build.bat to use the nupkgs just built, not the
ones in the nuget cache
ones in the nuget cache. previous workaround
was to force a timestamp into the pkg name, but
that's sad.

provider.dynamic should probably check File.Exists
(on things that are an absolute path) before trying
Expand All @@ -28,8 +36,6 @@ build 17134.

wiki page on github for v2 changes

add SourceGear name?

nuspec should show SQLitePCLRaw org account as
owner

Expand Down

0 comments on commit 369959e

Please sign in to comment.