Author: simonetripodi
Date: Tue Jun 28 12:24:56 2011
New Revision: 1140561
URL: http://svn.apache.org/viewvc?rev=1140561&view=rev
Log:
first cehckin of 'coloring' package descriptor
Added:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
(with props)
Added:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java?rev=1140561&view=auto
==============================================================================
---
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
(added)
+++
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
Tue Jun 28 12:24:56 2011
@@ -0,0 +1,23 @@
+/**
+ * Graph coloring algorithms implementations
+ */
+package org.apache.commons.graph.coloring;
+
+/*
+ * 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.
+ */
Propchange:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/coloring/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain