diff options
author | Aidan Skinner <aidan@apache.org> | 2009-12-03 23:55:48 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2009-12-03 23:55:48 +0000 |
commit | de0e81996d63d8a8b7f92d835d2bbdeaf5cccae0 (patch) | |
tree | 8dbde527e8f656849ed83981359c8dcd2512395c /qpid/dotnet/TestClient/Program.cs | |
parent | e769aed97fa119033e38d829be25135a4ea08a52 (diff) | |
download | qpid-python-de0e81996d63d8a8b7f92d835d2bbdeaf5cccae0.tar.gz |
Fix eol style property
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@886998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/TestClient/Program.cs')
-rw-r--r-- | qpid/dotnet/TestClient/Program.cs | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/qpid/dotnet/TestClient/Program.cs b/qpid/dotnet/TestClient/Program.cs index c612708e8e..f4b2db568e 100644 --- a/qpid/dotnet/TestClient/Program.cs +++ b/qpid/dotnet/TestClient/Program.cs @@ -1,30 +1,30 @@ -/*
- *
- * 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.
- *
- */
-namespace TopicListener
-{
- class Program
- {
- static void Main(string[] args)
- {
- Apache.Qpid.Integration.Tests.interop.TestClient.Main(args);
- }
- }
-}
+/* + * + * 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. + * + */ +namespace TopicListener +{ + class Program + { + static void Main(string[] args) + { + Apache.Qpid.Integration.Tests.interop.TestClient.Main(args); + } + } +} |