Skip to content

Commit

Permalink
Added copyright header.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Jul 21, 2024
1 parent 5b41a7d commit db97ef0
Show file tree
Hide file tree
Showing 36 changed files with 610 additions and 40 deletions.
18 changes: 17 additions & 1 deletion src/Hussy.Net/Display/FormatSequence.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Display/Reverse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Display/ToString.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Generators/BatchedRange.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Iterators/For/BasicFor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Iterators/ForEach/IndexedForEach.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/Batch.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/First/BasicFirst.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/First/Indexed/LinearFirst.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/First/Indexed/Mapped/LinearMapped.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/First/Indexed/Mapped/QuadraticMapped.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/Index/BasicIndexOf.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/Join.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

/// <summary>
/// Defines static methods for common programming tasks.
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/Map/Indexed/CubicMap.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
18 changes: 17 additions & 1 deletion src/Hussy.Net/Linq/Map/Indexed/LinearMap.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
namespace Hussy.Net;
/*
Copyright 2024 tacosontitan and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

namespace Hussy.Net;

public static partial class Hussy
{
Expand Down
Loading

0 comments on commit db97ef0

Please sign in to comment.