Skip to content

Commit

Permalink
Update copyright to GLIDE-for-redis (#882)
Browse files Browse the repository at this point in the history
Update copyright to GLIDE-for-Redis
  • Loading branch information
asafpamzn authored Jan 31, 2024
1 parent 6a9c23b commit 96adb91
Show file tree
Hide file tree
Showing 129 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion benchmarks/csharp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

using System.Collections.Concurrent;
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/node/node_benchmark.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

import { writeFileSync } from "fs";
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/python/python_benchmark.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
# Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0

import argparse
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/rust/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

#[cfg(not(target_env = "msvc"))]
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/utilities/csv_exporter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/python3

# Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
# Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0

import csv
import json
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/utilities/fill_db.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/utilities/flush_db.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

import { RedisClientType, RedisClusterType } from "redis";
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/utilities/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

import commandLineArgs from "command-line-args";
Expand Down
2 changes: 1 addition & 1 deletion csharp/lib/AsyncClient.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion csharp/lib/Logger.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion csharp/lib/Message.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

using System.Diagnostics;
Expand Down
2 changes: 1 addition & 1 deletion csharp/lib/MessageContainer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

using System.Collections.Concurrent;
Expand Down
2 changes: 1 addition & 1 deletion csharp/lib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

using System.Runtime.CompilerServices;
Expand Down
2 changes: 1 addition & 1 deletion csharp/lib/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use glide_core::connection_request;
use glide_core::{client::Client as GlideClient, connection_request::NodeAddress};
Expand Down
2 changes: 1 addition & 1 deletion csharp/tests/AsyncClientTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

namespace tests;
Expand Down
2 changes: 1 addition & 1 deletion csharp/tests/Usings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

global using NUnit.Framework;
2 changes: 1 addition & 1 deletion examples/node/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

import { Logger, RedisClient, RedisClusterClient } from "@aws/glide-for-redis";
Expand Down
2 changes: 1 addition & 1 deletion examples/python/client_example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
# Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0

import asyncio
from typing import Optional, Union
Expand Down
2 changes: 1 addition & 1 deletion glide-core/benches/connections_benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use criterion::{criterion_group, criterion_main, Criterion};
use futures::future::join_all;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/benches/memory_benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use glide_core::{
client::Client,
Expand Down
2 changes: 1 addition & 1 deletion glide-core/benches/rotating_buffer_benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use std::io::Write;

Expand Down
2 changes: 1 addition & 1 deletion glide-core/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

fn main() {
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/client/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use crate::connection_request::{
ConnectionRequest, NodeAddress, ProtocolVersion, ReadFrom, TlsMode,
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/client/reconnecting_connection.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use crate::connection_request::{NodeAddress, TlsMode};
use crate::retry_strategies::RetryStrategy;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/client/standalone_client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use super::get_redis_connection_info;
use super::reconnecting_connection::ReconnectingConnection;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/client/value_conversion.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use redis::{cluster_routing::Routable, from_redis_value, Cmd, ErrorKind, RedisResult, Value};

Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

include!(concat!(env!("OUT_DIR"), "/protobuf/mod.rs"));
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/retry_strategies.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use crate::connection_request::ConnectionRetryStrategy;
use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/rotating_buffer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use bytes::BytesMut;
use integer_encoding::VarInt;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/scripts_container.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use arcstr::ArcStr;
use logger_core::log_info;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/src/socket_listener.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use super::rotating_buffer::RotatingBuffer;
use crate::client::Client;
Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/test_client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
mod utilities;

Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/test_cluster_client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
mod utilities;

Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/test_socket_listener.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use glide_core::*;
use rsevents::{Awaitable, EventState, ManualResetEvent};
Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/test_standalone_client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
mod utilities;

Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/utilities/cluster.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use super::{create_connection_request, ClusterMode, TestConfiguration};
use futures::future::{join_all, BoxFuture};
Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/utilities/mocks.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
use futures_intrusive::sync::ManualResetEvent;
use redis::{Cmd, ConnectionAddr, Value};
Expand Down
2 changes: 1 addition & 1 deletion glide-core/tests/utilities/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/

#![allow(dead_code)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks;

import static glide.benchmarks.utils.Benchmarking.testClientSetGet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.clients;

import java.util.concurrent.ExecutionException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.clients;

import glide.benchmarks.utils.ConnectionSettings;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.clients;

/** A Redis client with sync capabilities */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.clients.jedis;

import glide.benchmarks.clients.SyncClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.clients.lettuce;

import glide.benchmarks.clients.AsyncClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.utils;

import glide.benchmarks.BenchmarkingApp;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.utils;

public enum ChosenAction {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.utils;

/** Redis-client settings */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.utils;

import com.google.gson.Gson;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.benchmarks.utils;

import java.util.Arrays;
Expand Down
2 changes: 1 addition & 1 deletion java/client/src/main/java/glide/api/BaseClient.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api;

import glide.ffi.resolvers.RedisValueResolver;
Expand Down
2 changes: 1 addition & 1 deletion java/client/src/main/java/glide/api/RedisClient.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api;

import static glide.ffi.resolvers.SocketListenerResolver.getSocket;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.commands;

import java.util.concurrent.CompletableFuture;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

import lombok.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

import lombok.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

/** Represents the client's read from strategy. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

import lombok.experimental.SuperBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.configuration;

import lombok.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** Copyright GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */
/** Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0 */
package glide.api.models.exceptions;

/** Redis client error: Errors that report that the client has closed and is no longer usable. */
Expand Down
Loading

0 comments on commit 96adb91

Please sign in to comment.