You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2012/01/03 11:19:14 UTC

[6/50] [abbrv] git commit: Update headers in preparation for move to Apache

Update headers in preparation for move to Apache


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/5f0c5287
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/5f0c5287
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/5f0c5287

Branch: refs/heads/dev
Commit: 5f0c5287dbcbb645ed178da346f832a173bffe1e
Parents: 9f4df98
Author: Bruce Robbins <ro...@everychoose-lm.corp.yahoo.com>
Authored: Mon Nov 28 10:50:11 2011 -0800
Committer: Bruce Robbins <ro...@everychoose-lm.corp.yahoo.com>
Committed: Mon Nov 28 10:50:11 2011 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/s4/client/Driver.java |   30 ++++++++-------
 .../main/java/org/apache/s4/client/IOChannel.java  |   30 ++++++++-------
 .../main/java/org/apache/s4/client/ReadMode.java   |   30 ++++++++-------
 .../main/java/org/apache/s4/client/WriteMode.java  |   30 ++++++++-------
 .../apache/s4/client/util/ByteArrayIOChannel.java  |   30 ++++++++-------
 5 files changed, 80 insertions(+), 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/5f0c5287/s4-driver/java/src/main/java/org/apache/s4/client/Driver.java
----------------------------------------------------------------------
diff --git a/s4-driver/java/src/main/java/org/apache/s4/client/Driver.java b/s4-driver/java/src/main/java/org/apache/s4/client/Driver.java
index 4fadc09..f7c7eb5 100644
--- a/s4-driver/java/src/main/java/org/apache/s4/client/Driver.java
+++ b/s4-driver/java/src/main/java/org/apache/s4/client/Driver.java
@@ -1,17 +1,19 @@
-/*
- * Copyright (c) 2010 Yahoo! Inc. All rights reserved.
- * 
- * 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. See accompanying LICENSE file. 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
  */
 package org.apache.s4.client;
 

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/5f0c5287/s4-driver/java/src/main/java/org/apache/s4/client/IOChannel.java
----------------------------------------------------------------------
diff --git a/s4-driver/java/src/main/java/org/apache/s4/client/IOChannel.java b/s4-driver/java/src/main/java/org/apache/s4/client/IOChannel.java
index 761853e..496d151 100644
--- a/s4-driver/java/src/main/java/org/apache/s4/client/IOChannel.java
+++ b/s4-driver/java/src/main/java/org/apache/s4/client/IOChannel.java
@@ -1,17 +1,19 @@
-/*
- * Copyright (c) 2010 Yahoo! Inc. All rights reserved.
- * 
- * 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. See accompanying LICENSE file. 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
  */
 package org.apache.s4.client;
 

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/5f0c5287/s4-driver/java/src/main/java/org/apache/s4/client/ReadMode.java
----------------------------------------------------------------------
diff --git a/s4-driver/java/src/main/java/org/apache/s4/client/ReadMode.java b/s4-driver/java/src/main/java/org/apache/s4/client/ReadMode.java
index 202fd70..7c55840 100644
--- a/s4-driver/java/src/main/java/org/apache/s4/client/ReadMode.java
+++ b/s4-driver/java/src/main/java/org/apache/s4/client/ReadMode.java
@@ -1,17 +1,19 @@
-/*
- * Copyright (c) 2010 Yahoo! Inc. All rights reserved.
- * 
- * 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. See accompanying LICENSE file. 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
  */
 package org.apache.s4.client;
 

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/5f0c5287/s4-driver/java/src/main/java/org/apache/s4/client/WriteMode.java
----------------------------------------------------------------------
diff --git a/s4-driver/java/src/main/java/org/apache/s4/client/WriteMode.java b/s4-driver/java/src/main/java/org/apache/s4/client/WriteMode.java
index 831c26d..e663978 100644
--- a/s4-driver/java/src/main/java/org/apache/s4/client/WriteMode.java
+++ b/s4-driver/java/src/main/java/org/apache/s4/client/WriteMode.java
@@ -1,17 +1,19 @@
-/*
- * Copyright (c) 2010 Yahoo! Inc. All rights reserved.
- * 
- * 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. See accompanying LICENSE file. 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
  */
 package org.apache.s4.client;
 

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/5f0c5287/s4-driver/java/src/main/java/org/apache/s4/client/util/ByteArrayIOChannel.java
----------------------------------------------------------------------
diff --git a/s4-driver/java/src/main/java/org/apache/s4/client/util/ByteArrayIOChannel.java b/s4-driver/java/src/main/java/org/apache/s4/client/util/ByteArrayIOChannel.java
index 4da3fca..3b95890 100644
--- a/s4-driver/java/src/main/java/org/apache/s4/client/util/ByteArrayIOChannel.java
+++ b/s4-driver/java/src/main/java/org/apache/s4/client/util/ByteArrayIOChannel.java
@@ -1,17 +1,19 @@
-/*
- * Copyright (c) 2010 Yahoo! Inc. All rights reserved.
- * 
- * 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. See accompanying LICENSE file. 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
  */
 package org.apache.s4.client.util;